/* Theme SCSS entry point. */
/*
  Variables and design tokens for the theme.
*/
/* Theme SCSS entry point. */
/*
  Light base reset for consistent box sizing and spacing.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

/* Theme SCSS entry point. */
/*
  Typography rules for the theme.
*/
body {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.6;
}

h1 {
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2.8em, 1.5vw + 2.3em, 4.5em);
  line-height: 100%;
}

h2,
h3,
h4 {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0.75em;
}

h2 {
  font-size: clamp(2.15em, 2vw + 1.5em, 3em);
}

h3 {
  font-size: clamp(1.8em, 1vw + 1.1em, 3.2em);
}

h4 {
  font-size: clamp(1.3em, 0.6vw + 1em, 2.6em);
}

h5 {
  font-size: clamp(1.1em, 0.35vw + 0.9em, 1.8em);
}

h6 {
  font-size: clamp(0.95em, 0.2vw + 0.85em, 1.4em);
}

p,
ul,
ol {
  margin-bottom: 1em;
  line-height: 1;
}

p:not(:first-of-type) {
  margin-top: 1em;
}

li {
  margin-bottom: 1em;
}

.wysiwyg-content ul,
.wysiwyg-content ol {
  padding-left: 1.75em;
  list-style-position: outside;
}

.wysiwyg-content ul {
  list-style: disc;
}

.wysiwyg-content ol {
  list-style: decimal;
}

.wysiwyg-content li {
  margin-bottom: 0.5em;
}

.wysiwyg-content li p {
  margin: 0.5em 0;
}

.wysiwyg-content li p:first-child {
  margin-top: 0;
}

.wysiwyg-content li p:last-child {
  margin-bottom: 0;
}

p.is-large-paragraph {
  font-size: 1.5em;
}

.wysiwyg-content a:not(.btn):not([class*=btn--]) {
  color: #0099d8;
  text-decoration: underline;
}

/* Theme SCSS entry point. */
/*
  Global layout and element defaults.
*/
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
picture,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.visually-hidden,
.sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.entry__title {
  margin-top: 0;
}

.panel-inner {
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
}

/* Theme SCSS entry point. */
.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.5rem;
  padding-inline: 1.5rem;
}
@media (min-width: 48rem) {
  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2rem;
    padding-inline: 5rem;
  }
}
@media (min-width: 80rem) {
  .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding-inline: 6rem;
  }
}

.grid__span-half {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .grid__span-half {
    grid-column: span 2;
  }
}
@media (min-width: 80rem) {
  .grid__span-half {
    grid-column: span 3;
  }
}

.grid__span-full {
  grid-column: 1/-1;
}

/* Theme SCSS entry point. */
.margin-all--0 {
  margin: 0rem;
}

.margin-vert--0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.margin-hor--0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.margin-top--0 {
  margin-top: 0rem;
}

.margin-bottom--0 {
  margin-bottom: 0rem;
}

.margin-left--0 {
  margin-left: 0rem;
}

.margin-right--0 {
  margin-right: 0rem;
}

.pad-all--0 {
  padding: 0rem;
}

.pad-vert--0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.pad-hor--0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.pad-top--0 {
  padding-top: 0rem;
}

.pad-bottom--0 {
  padding-bottom: 0rem;
}

.pad-left--0 {
  padding-left: 0rem;
}

.pad-right--0 {
  padding-right: 0rem;
}

@media (min-width: 48rem) {
  .margin-all--0_md {
    margin: 0rem;
  }
  .margin-vert--0_md {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .margin-hor--0_md {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .margin-top--0_md {
    margin-top: 0rem;
  }
  .margin-bottom--0_md {
    margin-bottom: 0rem;
  }
  .margin-left--0_md {
    margin-left: 0rem;
  }
  .margin-right--0_md {
    margin-right: 0rem;
  }
  .pad-all--0_md {
    padding: 0rem;
  }
  .pad-vert--0_md {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .pad-hor--0_md {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .pad-top--0_md {
    padding-top: 0rem;
  }
  .pad-bottom--0_md {
    padding-bottom: 0rem;
  }
  .pad-left--0_md {
    padding-left: 0rem;
  }
  .pad-right--0_md {
    padding-right: 0rem;
  }
}
@media (min-width: 64rem) {
  .margin-all--0_lg {
    margin: 0rem;
  }
  .margin-vert--0_lg {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .margin-hor--0_lg {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .margin-top--0_lg {
    margin-top: 0rem;
  }
  .margin-bottom--0_lg {
    margin-bottom: 0rem;
  }
  .margin-left--0_lg {
    margin-left: 0rem;
  }
  .margin-right--0_lg {
    margin-right: 0rem;
  }
  .pad-all--0_lg {
    padding: 0rem;
  }
  .pad-vert--0_lg {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .pad-hor--0_lg {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .pad-top--0_lg {
    padding-top: 0rem;
  }
  .pad-bottom--0_lg {
    padding-bottom: 0rem;
  }
  .pad-left--0_lg {
    padding-left: 0rem;
  }
  .pad-right--0_lg {
    padding-right: 0rem;
  }
}
.margin-all--0-half {
  margin: 0.5rem;
}

.margin-vert--0-half {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.margin-hor--0-half {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.margin-top--0-half {
  margin-top: 0.5rem;
}

.margin-bottom--0-half {
  margin-bottom: 0.5rem;
}

.margin-left--0-half {
  margin-left: 0.5rem;
}

.margin-right--0-half {
  margin-right: 0.5rem;
}

.pad-all--0-half {
  padding: 0.5rem;
}

.pad-vert--0-half {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pad-hor--0-half {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pad-top--0-half {
  padding-top: 0.5rem;
}

.pad-bottom--0-half {
  padding-bottom: 0.5rem;
}

.pad-left--0-half {
  padding-left: 0.5rem;
}

.pad-right--0-half {
  padding-right: 0.5rem;
}

@media (min-width: 48rem) {
  .margin-all--0-half_md {
    margin: 0.5rem;
  }
  .margin-vert--0-half_md {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .margin-hor--0-half_md {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .margin-top--0-half_md {
    margin-top: 0.5rem;
  }
  .margin-bottom--0-half_md {
    margin-bottom: 0.5rem;
  }
  .margin-left--0-half_md {
    margin-left: 0.5rem;
  }
  .margin-right--0-half_md {
    margin-right: 0.5rem;
  }
  .pad-all--0-half_md {
    padding: 0.5rem;
  }
  .pad-vert--0-half_md {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pad-hor--0-half_md {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .pad-top--0-half_md {
    padding-top: 0.5rem;
  }
  .pad-bottom--0-half_md {
    padding-bottom: 0.5rem;
  }
  .pad-left--0-half_md {
    padding-left: 0.5rem;
  }
  .pad-right--0-half_md {
    padding-right: 0.5rem;
  }
}
@media (min-width: 64rem) {
  .margin-all--0-half_lg {
    margin: 0.5rem;
  }
  .margin-vert--0-half_lg {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .margin-hor--0-half_lg {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .margin-top--0-half_lg {
    margin-top: 0.5rem;
  }
  .margin-bottom--0-half_lg {
    margin-bottom: 0.5rem;
  }
  .margin-left--0-half_lg {
    margin-left: 0.5rem;
  }
  .margin-right--0-half_lg {
    margin-right: 0.5rem;
  }
  .pad-all--0-half_lg {
    padding: 0.5rem;
  }
  .pad-vert--0-half_lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pad-hor--0-half_lg {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .pad-top--0-half_lg {
    padding-top: 0.5rem;
  }
  .pad-bottom--0-half_lg {
    padding-bottom: 0.5rem;
  }
  .pad-left--0-half_lg {
    padding-left: 0.5rem;
  }
  .pad-right--0-half_lg {
    padding-right: 0.5rem;
  }
}
.margin-all--1 {
  margin: 1rem;
}

.margin-vert--1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.margin-hor--1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.margin-top--1 {
  margin-top: 1rem;
}

.margin-bottom--1 {
  margin-bottom: 1rem;
}

.margin-left--1 {
  margin-left: 1rem;
}

.margin-right--1 {
  margin-right: 1rem;
}

.pad-all--1 {
  padding: 1rem;
}

.pad-vert--1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pad-hor--1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pad-top--1 {
  padding-top: 1rem;
}

.pad-bottom--1 {
  padding-bottom: 1rem;
}

.pad-left--1 {
  padding-left: 1rem;
}

.pad-right--1 {
  padding-right: 1rem;
}

@media (min-width: 48rem) {
  .margin-all--1_md {
    margin: 1rem;
  }
  .margin-vert--1_md {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .margin-hor--1_md {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .margin-top--1_md {
    margin-top: 1rem;
  }
  .margin-bottom--1_md {
    margin-bottom: 1rem;
  }
  .margin-left--1_md {
    margin-left: 1rem;
  }
  .margin-right--1_md {
    margin-right: 1rem;
  }
  .pad-all--1_md {
    padding: 1rem;
  }
  .pad-vert--1_md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pad-hor--1_md {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pad-top--1_md {
    padding-top: 1rem;
  }
  .pad-bottom--1_md {
    padding-bottom: 1rem;
  }
  .pad-left--1_md {
    padding-left: 1rem;
  }
  .pad-right--1_md {
    padding-right: 1rem;
  }
}
@media (min-width: 64rem) {
  .margin-all--1_lg {
    margin: 1rem;
  }
  .margin-vert--1_lg {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .margin-hor--1_lg {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .margin-top--1_lg {
    margin-top: 1rem;
  }
  .margin-bottom--1_lg {
    margin-bottom: 1rem;
  }
  .margin-left--1_lg {
    margin-left: 1rem;
  }
  .margin-right--1_lg {
    margin-right: 1rem;
  }
  .pad-all--1_lg {
    padding: 1rem;
  }
  .pad-vert--1_lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pad-hor--1_lg {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pad-top--1_lg {
    padding-top: 1rem;
  }
  .pad-bottom--1_lg {
    padding-bottom: 1rem;
  }
  .pad-left--1_lg {
    padding-left: 1rem;
  }
  .pad-right--1_lg {
    padding-right: 1rem;
  }
}
.margin-all--1-half {
  margin: 1.5rem;
}

.margin-vert--1-half {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.margin-hor--1-half {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.margin-top--1-half {
  margin-top: 1.5rem;
}

.margin-bottom--1-half {
  margin-bottom: 1.5rem;
}

.margin-left--1-half {
  margin-left: 1.5rem;
}

.margin-right--1-half {
  margin-right: 1.5rem;
}

.pad-all--1-half {
  padding: 1.5rem;
}

.pad-vert--1-half {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pad-hor--1-half {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pad-top--1-half {
  padding-top: 1.5rem;
}

.pad-bottom--1-half {
  padding-bottom: 1.5rem;
}

.pad-left--1-half {
  padding-left: 1.5rem;
}

.pad-right--1-half {
  padding-right: 1.5rem;
}

@media (min-width: 48rem) {
  .margin-all--1-half_md {
    margin: 1.5rem;
  }
  .margin-vert--1-half_md {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .margin-hor--1-half_md {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .margin-top--1-half_md {
    margin-top: 1.5rem;
  }
  .margin-bottom--1-half_md {
    margin-bottom: 1.5rem;
  }
  .margin-left--1-half_md {
    margin-left: 1.5rem;
  }
  .margin-right--1-half_md {
    margin-right: 1.5rem;
  }
  .pad-all--1-half_md {
    padding: 1.5rem;
  }
  .pad-vert--1-half_md {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pad-hor--1-half_md {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .pad-top--1-half_md {
    padding-top: 1.5rem;
  }
  .pad-bottom--1-half_md {
    padding-bottom: 1.5rem;
  }
  .pad-left--1-half_md {
    padding-left: 1.5rem;
  }
  .pad-right--1-half_md {
    padding-right: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .margin-all--1-half_lg {
    margin: 1.5rem;
  }
  .margin-vert--1-half_lg {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .margin-hor--1-half_lg {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .margin-top--1-half_lg {
    margin-top: 1.5rem;
  }
  .margin-bottom--1-half_lg {
    margin-bottom: 1.5rem;
  }
  .margin-left--1-half_lg {
    margin-left: 1.5rem;
  }
  .margin-right--1-half_lg {
    margin-right: 1.5rem;
  }
  .pad-all--1-half_lg {
    padding: 1.5rem;
  }
  .pad-vert--1-half_lg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pad-hor--1-half_lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .pad-top--1-half_lg {
    padding-top: 1.5rem;
  }
  .pad-bottom--1-half_lg {
    padding-bottom: 1.5rem;
  }
  .pad-left--1-half_lg {
    padding-left: 1.5rem;
  }
  .pad-right--1-half_lg {
    padding-right: 1.5rem;
  }
}
.margin-all--2 {
  margin: 2rem;
}

.margin-vert--2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.margin-hor--2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.margin-top--2 {
  margin-top: 2rem;
}

.margin-bottom--2 {
  margin-bottom: 2rem;
}

.margin-left--2 {
  margin-left: 2rem;
}

.margin-right--2 {
  margin-right: 2rem;
}

.pad-all--2 {
  padding: 2rem;
}

.pad-vert--2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pad-hor--2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pad-top--2 {
  padding-top: 2rem;
}

.pad-bottom--2 {
  padding-bottom: 2rem;
}

.pad-left--2 {
  padding-left: 2rem;
}

.pad-right--2 {
  padding-right: 2rem;
}

@media (min-width: 48rem) {
  .margin-all--2_md {
    margin: 2rem;
  }
  .margin-vert--2_md {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .margin-hor--2_md {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .margin-top--2_md {
    margin-top: 2rem;
  }
  .margin-bottom--2_md {
    margin-bottom: 2rem;
  }
  .margin-left--2_md {
    margin-left: 2rem;
  }
  .margin-right--2_md {
    margin-right: 2rem;
  }
  .pad-all--2_md {
    padding: 2rem;
  }
  .pad-vert--2_md {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pad-hor--2_md {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pad-top--2_md {
    padding-top: 2rem;
  }
  .pad-bottom--2_md {
    padding-bottom: 2rem;
  }
  .pad-left--2_md {
    padding-left: 2rem;
  }
  .pad-right--2_md {
    padding-right: 2rem;
  }
}
@media (min-width: 64rem) {
  .margin-all--2_lg {
    margin: 2rem;
  }
  .margin-vert--2_lg {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .margin-hor--2_lg {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .margin-top--2_lg {
    margin-top: 2rem;
  }
  .margin-bottom--2_lg {
    margin-bottom: 2rem;
  }
  .margin-left--2_lg {
    margin-left: 2rem;
  }
  .margin-right--2_lg {
    margin-right: 2rem;
  }
  .pad-all--2_lg {
    padding: 2rem;
  }
  .pad-vert--2_lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pad-hor--2_lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pad-top--2_lg {
    padding-top: 2rem;
  }
  .pad-bottom--2_lg {
    padding-bottom: 2rem;
  }
  .pad-left--2_lg {
    padding-left: 2rem;
  }
  .pad-right--2_lg {
    padding-right: 2rem;
  }
}
.margin-all--2-half {
  margin: 2.5rem;
}

.margin-vert--2-half {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.margin-hor--2-half {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.margin-top--2-half {
  margin-top: 2.5rem;
}

.margin-bottom--2-half {
  margin-bottom: 2.5rem;
}

.margin-left--2-half {
  margin-left: 2.5rem;
}

.margin-right--2-half {
  margin-right: 2.5rem;
}

.pad-all--2-half {
  padding: 2.5rem;
}

.pad-vert--2-half {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pad-hor--2-half {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pad-top--2-half {
  padding-top: 2.5rem;
}

.pad-bottom--2-half {
  padding-bottom: 2.5rem;
}

.pad-left--2-half {
  padding-left: 2.5rem;
}

.pad-right--2-half {
  padding-right: 2.5rem;
}

@media (min-width: 48rem) {
  .margin-all--2-half_md {
    margin: 2.5rem;
  }
  .margin-vert--2-half_md {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .margin-hor--2-half_md {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .margin-top--2-half_md {
    margin-top: 2.5rem;
  }
  .margin-bottom--2-half_md {
    margin-bottom: 2.5rem;
  }
  .margin-left--2-half_md {
    margin-left: 2.5rem;
  }
  .margin-right--2-half_md {
    margin-right: 2.5rem;
  }
  .pad-all--2-half_md {
    padding: 2.5rem;
  }
  .pad-vert--2-half_md {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pad-hor--2-half_md {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .pad-top--2-half_md {
    padding-top: 2.5rem;
  }
  .pad-bottom--2-half_md {
    padding-bottom: 2.5rem;
  }
  .pad-left--2-half_md {
    padding-left: 2.5rem;
  }
  .pad-right--2-half_md {
    padding-right: 2.5rem;
  }
}
@media (min-width: 64rem) {
  .margin-all--2-half_lg {
    margin: 2.5rem;
  }
  .margin-vert--2-half_lg {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .margin-hor--2-half_lg {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .margin-top--2-half_lg {
    margin-top: 2.5rem;
  }
  .margin-bottom--2-half_lg {
    margin-bottom: 2.5rem;
  }
  .margin-left--2-half_lg {
    margin-left: 2.5rem;
  }
  .margin-right--2-half_lg {
    margin-right: 2.5rem;
  }
  .pad-all--2-half_lg {
    padding: 2.5rem;
  }
  .pad-vert--2-half_lg {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pad-hor--2-half_lg {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .pad-top--2-half_lg {
    padding-top: 2.5rem;
  }
  .pad-bottom--2-half_lg {
    padding-bottom: 2.5rem;
  }
  .pad-left--2-half_lg {
    padding-left: 2.5rem;
  }
  .pad-right--2-half_lg {
    padding-right: 2.5rem;
  }
}
.margin-all--3 {
  margin: 3rem;
}

.margin-vert--3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.margin-hor--3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.margin-top--3 {
  margin-top: 3rem;
}

.margin-bottom--3 {
  margin-bottom: 3rem;
}

.margin-left--3 {
  margin-left: 3rem;
}

.margin-right--3 {
  margin-right: 3rem;
}

.pad-all--3 {
  padding: 3rem;
}

.pad-vert--3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pad-hor--3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pad-top--3 {
  padding-top: 3rem;
}

.pad-bottom--3 {
  padding-bottom: 3rem;
}

.pad-left--3 {
  padding-left: 3rem;
}

.pad-right--3 {
  padding-right: 3rem;
}

@media (min-width: 48rem) {
  .margin-all--3_md {
    margin: 3rem;
  }
  .margin-vert--3_md {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .margin-hor--3_md {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .margin-top--3_md {
    margin-top: 3rem;
  }
  .margin-bottom--3_md {
    margin-bottom: 3rem;
  }
  .margin-left--3_md {
    margin-left: 3rem;
  }
  .margin-right--3_md {
    margin-right: 3rem;
  }
  .pad-all--3_md {
    padding: 3rem;
  }
  .pad-vert--3_md {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pad-hor--3_md {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .pad-top--3_md {
    padding-top: 3rem;
  }
  .pad-bottom--3_md {
    padding-bottom: 3rem;
  }
  .pad-left--3_md {
    padding-left: 3rem;
  }
  .pad-right--3_md {
    padding-right: 3rem;
  }
}
@media (min-width: 64rem) {
  .margin-all--3_lg {
    margin: 3rem;
  }
  .margin-vert--3_lg {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .margin-hor--3_lg {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .margin-top--3_lg {
    margin-top: 3rem;
  }
  .margin-bottom--3_lg {
    margin-bottom: 3rem;
  }
  .margin-left--3_lg {
    margin-left: 3rem;
  }
  .margin-right--3_lg {
    margin-right: 3rem;
  }
  .pad-all--3_lg {
    padding: 3rem;
  }
  .pad-vert--3_lg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pad-hor--3_lg {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .pad-top--3_lg {
    padding-top: 3rem;
  }
  .pad-bottom--3_lg {
    padding-bottom: 3rem;
  }
  .pad-left--3_lg {
    padding-left: 3rem;
  }
  .pad-right--3_lg {
    padding-right: 3rem;
  }
}
.margin-all--3-half {
  margin: 3.5rem;
}

.margin-vert--3-half {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.margin-hor--3-half {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.margin-top--3-half {
  margin-top: 3.5rem;
}

.margin-bottom--3-half {
  margin-bottom: 3.5rem;
}

.margin-left--3-half {
  margin-left: 3.5rem;
}

.margin-right--3-half {
  margin-right: 3.5rem;
}

.pad-all--3-half {
  padding: 3.5rem;
}

.pad-vert--3-half {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.pad-hor--3-half {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.pad-top--3-half {
  padding-top: 3.5rem;
}

.pad-bottom--3-half {
  padding-bottom: 3.5rem;
}

.pad-left--3-half {
  padding-left: 3.5rem;
}

.pad-right--3-half {
  padding-right: 3.5rem;
}

@media (min-width: 48rem) {
  .margin-all--3-half_md {
    margin: 3.5rem;
  }
  .margin-vert--3-half_md {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .margin-hor--3-half_md {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .margin-top--3-half_md {
    margin-top: 3.5rem;
  }
  .margin-bottom--3-half_md {
    margin-bottom: 3.5rem;
  }
  .margin-left--3-half_md {
    margin-left: 3.5rem;
  }
  .margin-right--3-half_md {
    margin-right: 3.5rem;
  }
  .pad-all--3-half_md {
    padding: 3.5rem;
  }
  .pad-vert--3-half_md {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .pad-hor--3-half_md {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .pad-top--3-half_md {
    padding-top: 3.5rem;
  }
  .pad-bottom--3-half_md {
    padding-bottom: 3.5rem;
  }
  .pad-left--3-half_md {
    padding-left: 3.5rem;
  }
  .pad-right--3-half_md {
    padding-right: 3.5rem;
  }
}
@media (min-width: 64rem) {
  .margin-all--3-half_lg {
    margin: 3.5rem;
  }
  .margin-vert--3-half_lg {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .margin-hor--3-half_lg {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .margin-top--3-half_lg {
    margin-top: 3.5rem;
  }
  .margin-bottom--3-half_lg {
    margin-bottom: 3.5rem;
  }
  .margin-left--3-half_lg {
    margin-left: 3.5rem;
  }
  .margin-right--3-half_lg {
    margin-right: 3.5rem;
  }
  .pad-all--3-half_lg {
    padding: 3.5rem;
  }
  .pad-vert--3-half_lg {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .pad-hor--3-half_lg {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .pad-top--3-half_lg {
    padding-top: 3.5rem;
  }
  .pad-bottom--3-half_lg {
    padding-bottom: 3.5rem;
  }
  .pad-left--3-half_lg {
    padding-left: 3.5rem;
  }
  .pad-right--3-half_lg {
    padding-right: 3.5rem;
  }
}
.margin-all--4 {
  margin: 4rem;
}

.margin-vert--4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.margin-hor--4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.margin-top--4 {
  margin-top: 4rem;
}

.margin-bottom--4 {
  margin-bottom: 4rem;
}

.margin-left--4 {
  margin-left: 4rem;
}

.margin-right--4 {
  margin-right: 4rem;
}

.pad-all--4 {
  padding: 4rem;
}

.pad-vert--4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pad-hor--4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.pad-top--4 {
  padding-top: 4rem;
}

.pad-bottom--4 {
  padding-bottom: 4rem;
}

.pad-left--4 {
  padding-left: 4rem;
}

.pad-right--4 {
  padding-right: 4rem;
}

@media (min-width: 48rem) {
  .margin-all--4_md {
    margin: 4rem;
  }
  .margin-vert--4_md {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .margin-hor--4_md {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .margin-top--4_md {
    margin-top: 4rem;
  }
  .margin-bottom--4_md {
    margin-bottom: 4rem;
  }
  .margin-left--4_md {
    margin-left: 4rem;
  }
  .margin-right--4_md {
    margin-right: 4rem;
  }
  .pad-all--4_md {
    padding: 4rem;
  }
  .pad-vert--4_md {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pad-hor--4_md {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pad-top--4_md {
    padding-top: 4rem;
  }
  .pad-bottom--4_md {
    padding-bottom: 4rem;
  }
  .pad-left--4_md {
    padding-left: 4rem;
  }
  .pad-right--4_md {
    padding-right: 4rem;
  }
}
@media (min-width: 64rem) {
  .margin-all--4_lg {
    margin: 4rem;
  }
  .margin-vert--4_lg {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .margin-hor--4_lg {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .margin-top--4_lg {
    margin-top: 4rem;
  }
  .margin-bottom--4_lg {
    margin-bottom: 4rem;
  }
  .margin-left--4_lg {
    margin-left: 4rem;
  }
  .margin-right--4_lg {
    margin-right: 4rem;
  }
  .pad-all--4_lg {
    padding: 4rem;
  }
  .pad-vert--4_lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pad-hor--4_lg {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pad-top--4_lg {
    padding-top: 4rem;
  }
  .pad-bottom--4_lg {
    padding-bottom: 4rem;
  }
  .pad-left--4_lg {
    padding-left: 4rem;
  }
  .pad-right--4_lg {
    padding-right: 4rem;
  }
}
.margin-all--4-half {
  margin: 4.5rem;
}

.margin-vert--4-half {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.margin-hor--4-half {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.margin-top--4-half {
  margin-top: 4.5rem;
}

.margin-bottom--4-half {
  margin-bottom: 4.5rem;
}

.margin-left--4-half {
  margin-left: 4.5rem;
}

.margin-right--4-half {
  margin-right: 4.5rem;
}

.pad-all--4-half {
  padding: 4.5rem;
}

.pad-vert--4-half {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.pad-hor--4-half {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.pad-top--4-half {
  padding-top: 4.5rem;
}

.pad-bottom--4-half {
  padding-bottom: 4.5rem;
}

.pad-left--4-half {
  padding-left: 4.5rem;
}

.pad-right--4-half {
  padding-right: 4.5rem;
}

@media (min-width: 48rem) {
  .margin-all--4-half_md {
    margin: 4.5rem;
  }
  .margin-vert--4-half_md {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .margin-hor--4-half_md {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .margin-top--4-half_md {
    margin-top: 4.5rem;
  }
  .margin-bottom--4-half_md {
    margin-bottom: 4.5rem;
  }
  .margin-left--4-half_md {
    margin-left: 4.5rem;
  }
  .margin-right--4-half_md {
    margin-right: 4.5rem;
  }
  .pad-all--4-half_md {
    padding: 4.5rem;
  }
  .pad-vert--4-half_md {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .pad-hor--4-half_md {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .pad-top--4-half_md {
    padding-top: 4.5rem;
  }
  .pad-bottom--4-half_md {
    padding-bottom: 4.5rem;
  }
  .pad-left--4-half_md {
    padding-left: 4.5rem;
  }
  .pad-right--4-half_md {
    padding-right: 4.5rem;
  }
}
@media (min-width: 64rem) {
  .margin-all--4-half_lg {
    margin: 4.5rem;
  }
  .margin-vert--4-half_lg {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .margin-hor--4-half_lg {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .margin-top--4-half_lg {
    margin-top: 4.5rem;
  }
  .margin-bottom--4-half_lg {
    margin-bottom: 4.5rem;
  }
  .margin-left--4-half_lg {
    margin-left: 4.5rem;
  }
  .margin-right--4-half_lg {
    margin-right: 4.5rem;
  }
  .pad-all--4-half_lg {
    padding: 4.5rem;
  }
  .pad-vert--4-half_lg {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .pad-hor--4-half_lg {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .pad-top--4-half_lg {
    padding-top: 4.5rem;
  }
  .pad-bottom--4-half_lg {
    padding-bottom: 4.5rem;
  }
  .pad-left--4-half_lg {
    padding-left: 4.5rem;
  }
  .pad-right--4-half_lg {
    padding-right: 4.5rem;
  }
}
.margin-all--5 {
  margin: 5rem;
}

.margin-vert--5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.margin-hor--5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.margin-top--5 {
  margin-top: 5rem;
}

.margin-bottom--5 {
  margin-bottom: 5rem;
}

.margin-left--5 {
  margin-left: 5rem;
}

.margin-right--5 {
  margin-right: 5rem;
}

.pad-all--5 {
  padding: 5rem;
}

.pad-vert--5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pad-hor--5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.pad-top--5 {
  padding-top: 5rem;
}

.pad-bottom--5 {
  padding-bottom: 5rem;
}

.pad-left--5 {
  padding-left: 5rem;
}

.pad-right--5 {
  padding-right: 5rem;
}

@media (min-width: 48rem) {
  .margin-all--5_md {
    margin: 5rem;
  }
  .margin-vert--5_md {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .margin-hor--5_md {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .margin-top--5_md {
    margin-top: 5rem;
  }
  .margin-bottom--5_md {
    margin-bottom: 5rem;
  }
  .margin-left--5_md {
    margin-left: 5rem;
  }
  .margin-right--5_md {
    margin-right: 5rem;
  }
  .pad-all--5_md {
    padding: 5rem;
  }
  .pad-vert--5_md {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .pad-hor--5_md {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .pad-top--5_md {
    padding-top: 5rem;
  }
  .pad-bottom--5_md {
    padding-bottom: 5rem;
  }
  .pad-left--5_md {
    padding-left: 5rem;
  }
  .pad-right--5_md {
    padding-right: 5rem;
  }
}
@media (min-width: 64rem) {
  .margin-all--5_lg {
    margin: 5rem;
  }
  .margin-vert--5_lg {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .margin-hor--5_lg {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .margin-top--5_lg {
    margin-top: 5rem;
  }
  .margin-bottom--5_lg {
    margin-bottom: 5rem;
  }
  .margin-left--5_lg {
    margin-left: 5rem;
  }
  .margin-right--5_lg {
    margin-right: 5rem;
  }
  .pad-all--5_lg {
    padding: 5rem;
  }
  .pad-vert--5_lg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .pad-hor--5_lg {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .pad-top--5_lg {
    padding-top: 5rem;
  }
  .pad-bottom--5_lg {
    padding-bottom: 5rem;
  }
  .pad-left--5_lg {
    padding-left: 5rem;
  }
  .pad-right--5_lg {
    padding-right: 5rem;
  }
}
.margin-all--5-half {
  margin: 5.5rem;
}

.margin-vert--5-half {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.margin-hor--5-half {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.margin-top--5-half {
  margin-top: 5.5rem;
}

.margin-bottom--5-half {
  margin-bottom: 5.5rem;
}

.margin-left--5-half {
  margin-left: 5.5rem;
}

.margin-right--5-half {
  margin-right: 5.5rem;
}

.pad-all--5-half {
  padding: 5.5rem;
}

.pad-vert--5-half {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.pad-hor--5-half {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.pad-top--5-half {
  padding-top: 5.5rem;
}

.pad-bottom--5-half {
  padding-bottom: 5.5rem;
}

.pad-left--5-half {
  padding-left: 5.5rem;
}

.pad-right--5-half {
  padding-right: 5.5rem;
}

@media (min-width: 48rem) {
  .margin-all--5-half_md {
    margin: 5.5rem;
  }
  .margin-vert--5-half_md {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }
  .margin-hor--5-half_md {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }
  .margin-top--5-half_md {
    margin-top: 5.5rem;
  }
  .margin-bottom--5-half_md {
    margin-bottom: 5.5rem;
  }
  .margin-left--5-half_md {
    margin-left: 5.5rem;
  }
  .margin-right--5-half_md {
    margin-right: 5.5rem;
  }
  .pad-all--5-half_md {
    padding: 5.5rem;
  }
  .pad-vert--5-half_md {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .pad-hor--5-half_md {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
  .pad-top--5-half_md {
    padding-top: 5.5rem;
  }
  .pad-bottom--5-half_md {
    padding-bottom: 5.5rem;
  }
  .pad-left--5-half_md {
    padding-left: 5.5rem;
  }
  .pad-right--5-half_md {
    padding-right: 5.5rem;
  }
}
@media (min-width: 64rem) {
  .margin-all--5-half_lg {
    margin: 5.5rem;
  }
  .margin-vert--5-half_lg {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }
  .margin-hor--5-half_lg {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }
  .margin-top--5-half_lg {
    margin-top: 5.5rem;
  }
  .margin-bottom--5-half_lg {
    margin-bottom: 5.5rem;
  }
  .margin-left--5-half_lg {
    margin-left: 5.5rem;
  }
  .margin-right--5-half_lg {
    margin-right: 5.5rem;
  }
  .pad-all--5-half_lg {
    padding: 5.5rem;
  }
  .pad-vert--5-half_lg {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .pad-hor--5-half_lg {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
  .pad-top--5-half_lg {
    padding-top: 5.5rem;
  }
  .pad-bottom--5-half_lg {
    padding-bottom: 5.5rem;
  }
  .pad-left--5-half_lg {
    padding-left: 5.5rem;
  }
  .pad-right--5-half_lg {
    padding-right: 5.5rem;
  }
}
.margin-all--6 {
  margin: 6rem;
}

.margin-vert--6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.margin-hor--6 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.margin-top--6 {
  margin-top: 6rem;
}

.margin-bottom--6 {
  margin-bottom: 6rem;
}

.margin-left--6 {
  margin-left: 6rem;
}

.margin-right--6 {
  margin-right: 6rem;
}

.pad-all--6 {
  padding: 6rem;
}

.pad-vert--6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pad-hor--6 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.pad-top--6 {
  padding-top: 6rem;
}

.pad-bottom--6 {
  padding-bottom: 6rem;
}

.pad-left--6 {
  padding-left: 6rem;
}

.pad-right--6 {
  padding-right: 6rem;
}

@media (min-width: 48rem) {
  .margin-all--6_md {
    margin: 6rem;
  }
  .margin-vert--6_md {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .margin-hor--6_md {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .margin-top--6_md {
    margin-top: 6rem;
  }
  .margin-bottom--6_md {
    margin-bottom: 6rem;
  }
  .margin-left--6_md {
    margin-left: 6rem;
  }
  .margin-right--6_md {
    margin-right: 6rem;
  }
  .pad-all--6_md {
    padding: 6rem;
  }
  .pad-vert--6_md {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pad-hor--6_md {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .pad-top--6_md {
    padding-top: 6rem;
  }
  .pad-bottom--6_md {
    padding-bottom: 6rem;
  }
  .pad-left--6_md {
    padding-left: 6rem;
  }
  .pad-right--6_md {
    padding-right: 6rem;
  }
}
@media (min-width: 64rem) {
  .margin-all--6_lg {
    margin: 6rem;
  }
  .margin-vert--6_lg {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .margin-hor--6_lg {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .margin-top--6_lg {
    margin-top: 6rem;
  }
  .margin-bottom--6_lg {
    margin-bottom: 6rem;
  }
  .margin-left--6_lg {
    margin-left: 6rem;
  }
  .margin-right--6_lg {
    margin-right: 6rem;
  }
  .pad-all--6_lg {
    padding: 6rem;
  }
  .pad-vert--6_lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pad-hor--6_lg {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .pad-top--6_lg {
    padding-top: 6rem;
  }
  .pad-bottom--6_lg {
    padding-bottom: 6rem;
  }
  .pad-left--6_lg {
    padding-left: 6rem;
  }
  .pad-right--6_lg {
    padding-right: 6rem;
  }
}
/* Theme SCSS entry point. */
button {
  font-family: inherit;
  font-size: 1em;
}

.btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  border-radius: 1.5rem;
}
.btn > i {
  margin-left: 0.5rem;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  color: inherit;
}
.btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 1.5rem;
  background: linear-gradient(270deg, #67a5ff 0%, #3e84f5 49%, #0f5eea 100%);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 0 4px 0 var(--Pem-Blue, #0099D8);
  border-radius: 1.5rem;
}
.btn--primary:hover {
  color: #ffffff;
}
.btn--secondary {
  border: 1px solid #ffffff;
}
.btn--anchor {
  padding-left: 0;
  color: inherit !important;
  text-decoration: none !important;
}
.btn--anchor__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
}

/* Theme SCSS entry point. */
/* =========================================================
   Header
   Fixed, black, mobile-first with desktop mega + mobile accordion
   ========================================================= */
.site-header {
  font-family: "gotham", sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #000000;
  color: #ffffff;
  transition: transform 300ms ease;
}

.site-header__top {
  height: 2.1875rem;
  background: #394A4D;
  padding: 0 0.5rem;
  font-size: 0.85em;
}
.site-header__top > ul {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  max-width: 78rem;
  margin: 0 auto;
}
.site-header__top > ul li {
  margin: 0;
}
.site-header__top > ul li a i {
  font-size: 0.9em;
  vertical-align: top;
}
@media (min-width: 73.75rem) {
  .site-header__top {
    font-size: 1em;
    padding: 0 1rem;
  }
  .site-header__top > ul {
    gap: 1rem;
  }
}

/* Language selector placement:
   - top bar on desktop
   - inside mobile drawer on mobile
*/
.site-header__top .site-header__language-selector {
  display: none;
}

#mobile-nav .site-header__language-selector--mobile {
  display: block;
  padding: 0 1.5rem 1rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

/* Flex layout: logo left, nav / burger / CTA right */
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: min-height 300ms ease;
  max-width: 78rem;
  margin: 0 auto;
}

body.has-hotspot-active .site-header {
  transform: translateY(-2.1875rem);
}

body.has-hotspot-active .site-header__inner {
  min-height: 4rem;
}

/* Keep burger menu behavior stable on mobile when drawer is open. */
body.has-hotspot-active.has-mobile-nav-open .site-header {
  transform: none;
}

body.has-hotspot-active.has-mobile-nav-open .site-header__inner {
  min-height: unset;
}

.site-header__left,
.site-header__right {
  display: flex;
  align-items: center;
}

.site-header__right {
  gap: 1rem;
}

/* -----------------------
   Logo
   ----------------------- */
.site-header__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding-left: 1.5rem;
}
.site-header__logo img,
.site-header__logo svg {
  display: block;
  width: 13.3125rem;
  height: auto;
  transition: height 300ms ease;
}

/* -----------------------
   Burger (mobile)
   ----------------------- */
.site-header__burger {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  margin-right: -0.75rem;
  color: #0099d8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  font-size: 2em;
  -webkit-tap-highlight-color: transparent;
}

/* Desktop nav + CTA hidden by default */
.site-header__nav--desktop,
.site-header__cta {
  display: none;
}

/* -----------------------
   Nav links
   ----------------------- */
.nav-link {
  padding: 0.75rem 0;
  color: #ffffff;
  font-size: 1em;
  font-style: normal;
  line-height: 0.95;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-link:hover, .nav-link:focus-visible {
  text-decoration: none;
}

/* =========================================================
   MOBILE NAV
   ========================================================= */
#mobile-nav {
  position: fixed;
  top: 6.375rem;
  right: 0;
  bottom: 0;
  z-index: 98;
  width: 85vw;
  max-width: 30rem;
  background: #000000;
  color: #ffffff;
  opacity: 0;
  transform: translateX(100%);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  overflow-y: auto;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
}

/* Toggle this class via JS */
body.has-mobile-nav-open #mobile-nav {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

body.is-locked {
  overflow: hidden;
}

/* Accordion scaffold */
#mobile-nav .accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mobile-nav .container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#mobile-nav .accordion-container {
  flex: 1 1 auto;
}

#mobile-nav .top-level-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 0.25rem;
}

#mobile-nav .nav-link {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0.75rem 0;
  padding-bottom: 1rem;
  text-align: left;
}

#mobile-nav .accordion-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  appearance: none;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  padding: 0.75rem 0;
  text-align: left;
}

#mobile-nav .accordion-body.sub-items {
  list-style: none;
  margin: 0;
  padding: 0.75rem 0 0.75rem 1rem;
  display: grid;
  gap: 0.75rem;
}

#mobile-nav .sub-item-heading {
  font-weight: 600;
  opacity: 0.7;
  padding: 0.5rem 0;
}

#mobile-nav .sub-item-link-mob {
  color: #ffffff;
  text-decoration: none;
}

.mobile-nav__cta {
  margin-top: auto;
  padding-top: 1.5rem;
}

.mobile-nav__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  background: linear-gradient(270deg, #67a5ff 0%, #3e84f5 49%, #0f5eea 100%);
  color: #ffffff;
  text-decoration: uppercase;
}

/* =========================================================
   DESKTOP (XL)
   ========================================================= */
@media (min-width: 73.75rem) {
  .site-header__top .site-header__language-selector {
    display: block;
  }
  #mobile-nav .site-header__language-selector--mobile {
    display: none;
  }
  .site-header__top {
    padding: 0 3rem;
  }
  .site-header__inner {
    padding: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: 6.375rem;
  }
  body.has-hotspot-active .site-header__logo img,
  body.has-hotspot-active .site-header__logo svg {
    height: 4rem;
  }
  .site-header__logo {
    margin-left: 0;
    padding: 0;
  }
  .site-header__burger {
    display: none;
  }
  #mobile-nav {
    display: none;
  }
  .site-header__nav--desktop {
    display: block;
  }
  .site-header__cta {
    display: block;
  }
  /* Desktop menu */
  .nav-list {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .top-level-link {
    position: relative;
    margin-bottom: 0;
  }
  .nav-link,
  .submenu-toggle {
    appearance: none;
    background: transparent;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 0;
    text-transform: uppercase;
    font-weight: 500;
  }
  .nav-link i,
  .submenu-toggle i {
    color: #0099d8;
  }
  /* Submenu */
  .submenu-wrap {
    position: absolute;
    left: 50%;
    top: calc(100% + 12px);
    transform: translateX(-50%);
    background: #111;
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    padding: 0.75rem;
    z-index: 100;
  }
  .submenu-wrap[hidden] {
    display: none;
  }
  .top-level-link.is-open > .submenu-wrap {
    display: block;
  }
  .main-menu-sub-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.25rem;
  }
  .main-menu-sub-items > li {
    margin: 0;
  }
  .main-sub-item-link {
    display: block;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
  }
  .main-sub-item.current-menu-item > .main-sub-item-link,
  .main-sub-item-link.is-active {
    color: #0099d8;
  }
  .link-title {
    margin: 0;
    text-transform: uppercase;
  }
  .link-desc {
    margin: 0.25rem 0 0;
    font-size: 0.9rem;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.7);
  }
  /* Header CTA */
  .site-header__cta a,
  .site-header__cta .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 1.5rem;
    border-radius: 1.5rem;
    background: linear-gradient(270deg, #67a5ff 0%, #3e84f5 49%, #0f5eea 100%);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 1rem;
    box-shadow: 0 0 4px 0 var(--Pem-Blue, #0099D8);
  }
  .site-header__cta a:hover, .site-header__cta a:focus-visible,
  .site-header__cta .button:hover,
  .site-header__cta .button:focus-visible {
    opacity: 0.92;
  }
  .current-page > .nav-link,
  .current-page > .submenu-toggle,
  .current-menu-item > .nav-link,
  .current-menu-item > .submenu-toggle {
    color: #0099d8;
  }
}
@media (min-width: 80rem) {
  .site-header__top {
    padding: 0 3rem;
  }
  .site-header__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-list {
    gap: 1.5rem;
  }
}
@media (min-width: 96rem) {
  .site-header__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Theme SCSS entry point. */
.site-footer {
  font-family: "gotham", sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  background: #0099d8;
  color: #ffffff;
  padding: 3rem 2rem;
}
.site-footer .site-footer__inner {
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
}
.site-footer .site-footer__inner .site-footer__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.site-footer .site-footer__inner .site-footer__top .site-footer__penn-brands, .site-footer .site-footer__inner .site-footer__top p {
  flex: 1;
}
.site-footer .site-footer__inner .site-footer__top p {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.25em;
}
.site-footer .site-footer__inner .site-footer__top p img {
  margin-left: 1rem;
}
.site-footer .site-footer__inner .site-footer__top .site-footer__penn-brands {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}
.site-footer .site-footer__bottom {
  margin-top: 3rem;
}
.site-footer .site-footer__bottom > p {
  text-transform: uppercase;
}
.site-footer .site-footer__bottom .footer-menu {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.site-footer .site-footer__bottom .footer-menu > li {
  text-transform: uppercase;
}
.site-footer .site-footer__bottom .footer-menu > li > a {
  text-decoration: underline;
}
@media (min-width: 64rem) {
  .site-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .site-footer .site-footer__inner .site-footer__top {
    flex-direction: row;
  }
  .site-footer .site-footer__inner .site-footer__top .site-footer__penn-brands {
    gap: 4rem;
  }
  .site-footer .site-footer__bottom {
    display: flex;
    gap: 2rem;
  }
  .site-footer .site-footer__bottom .footer-menu {
    margin-top: 0;
  }
  .site-footer .site-footer__bottom .footer-menu > li {
    margin-bottom: 0;
  }
}

/* Theme SCSS entry point. */
/*
  Hero section styles.
*/
.hero {
  padding: 2rem 0;
  position: relative;
  z-index: 100;
}

.hero__title {
  margin-bottom: 0.75rem;
}

.hero__intro {
  max-width: 42rem;
}

/* Theme SCSS entry point. */
/*
  Hotspot section layout hooks and placeholders.
*/
.js-tech-squares-bg {
  position: relative;
}
.js-tech-squares-bg > * {
  position: relative;
  z-index: 1;
}

.tech-squares-bg__canvas {
  pointer-events: none;
  z-index: 0;
}

.hotspot-hero {
  height: 100vh;
  height: 100dvh;
  background: linear-gradient(336deg, #005dcc -0.33%, #0051b2 3.95%, #00387c 13.06%, #00244f 22.16%, #00142d 31.27%, #000914 39.3%, #000205 46.8%, #000 53.23%);
  color: #ffffff;
  padding-top: 8.5rem;
  position: relative;
  z-index: 1;
  min-height: 43.75rem;
  transition: padding-top 300ms ease;
  grid-template-rows: 1fr;
}
.hotspot-hero > * {
  min-width: 0;
}
.hotspot-hero .hotspot-hero__header {
  width: 100%;
  position: static;
  grid-row: 1;
  grid-column: 1/-1;
  z-index: auto;
  align-self: start;
  transition: opacity 240ms ease;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}
.hotspot-hero .hotspot-hero__header .hotspot-hero__title-wrap {
  max-width: calc(25rem + 4vw);
}
.hotspot-hero .hotspot-hero__header .hotspot-hero__title-wrap .hotspot-hero__title {
  margin-bottom: 0;
  transition: opacity 240ms ease;
}
@media (min-width: 60rem) {
  .hotspot-hero .hotspot-hero__header {
    margin-top: 2rem;
  }
}
.hotspot-hero[data-hotspot-context=home] .hotspot-hero__header .hotspot-hero__title-wrap {
  max-width: calc(26rem + 6vw);
}
.hotspot-hero[data-hotspot-context=home] .hotspot-hero__header .hotspot-hero__title-wrap .hotspot-hero__title {
  font-size: clamp(2.15em, 2vw + 1.5em, 3em);
}
.hotspot-hero .hotspot-hero__inner {
  grid-row: 1;
  grid-column: 1/-1;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 64rem) {
  .hotspot-hero .hotspot-hero__inner {
    grid-column: 1/-1;
  }
}
@media (min-width: 96rem) {
  .hotspot-hero .hotspot-hero__header {
    margin-top: 4rem;
  }
  .hotspot-hero .hotspot-hero__header .hotspot-hero__title-wrap {
    max-width: 36rem;
  }
}

.hotspot-hero__parent {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 3;
}

.hotspot-hero__parent-link {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}
.hotspot-hero__parent-link:hover {
  text-decoration: none;
}

.hotspot-hero__parent-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1.05em;
}

.hotspot-hero[data-hotspot-theme=power] .hotspot-hero__parent-icon {
  background: linear-gradient(0deg, #67A5FF 0%, #3E84F5 49%, #0F5EEA 100%);
}

.hotspot-hero[data-hotspot-theme=thermal] .hotspot-hero__parent-icon {
  background: linear-gradient(0deg, rgba(226, 111, 6, 0.9) 0%, rgba(255, 92, 0, 0.9) 100%);
}

.hotspot-hero[data-hotspot-theme=mechanical] .hotspot-hero__parent-icon {
  background: linear-gradient(0deg, rgba(171, 209, 92, 0.9) 0%, rgba(133, 190, 65, 0.9) 100%);
}

.hotspot-hero__description {
  position: absolute;
  left: 0;
  bottom: 2rem;
}
.hotspot-hero__description p {
  max-width: 22rem;
  margin: 0;
  font-size: 1em;
}

.hotspot-hero[data-hotspot-variant=overlay] .hotspot-hero__description {
  z-index: 0;
  pointer-events: none;
}

@media (min-width: 48rem) {
  .hotspot-hero__description {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 78rem;
    transform: translateX(-50%);
    left: 50%;
    bottom: calc(6rem + 1rem);
  }
  .hotspot-hero__description p {
    max-width: 26rem;
    font-size: 1.25em;
  }
}
@media (min-width: 60rem) {
  .hotspot-hero__description p {
    font-size: 1.35em;
  }
}
.hotspot-hero[data-hotspot-state=active] {
  padding-top: 5rem;
}

.hotspot-hero[data-hotspot-state=active] .hotspot-hero__header {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.hotspot-hero[data-hotspot-state=active] .hotspot-hero__title {
  opacity: 0;
  transition: opacity 240ms ease;
}

.hotspot-root {
  height: 100%;
}

/*
  Hotspot UI styles ported from react-hotspots/src/style.scss.
*/
.hotspot-hero .hotspot-root {
  position: relative;
  color: #ffffff;
  --hero-zoom: 1.5;
  --hero-shift: -20%;
  --hero-shift-x: 0px;
  grid-column: 1/-1;
  grid-row: 1/-1;
  height: 100%;
}
@media screen and (min-width: 31.25rem) {
  .hotspot-hero .hotspot-root {
    --hero-zoom: 1.3;
  }
}
@media screen and (min-width: 36em) {
  .hotspot-hero .hotspot-root {
    --hero-zoom: 1.2;
  }
}
@media screen and (min-width: 39.375rem) {
  .hotspot-hero .hotspot-root {
    --hero-zoom: 1;
    --hero-shift: -10%;
  }
}
@media screen and (min-width: 48rem) {
  .hotspot-hero .hotspot-root {
    --hero-zoom: 1;
    --hero-shift: -10%;
  }
}

.hotspot-hero[data-hotspot-variant=overlay] .hotspot-root {
  z-index: 1;
}

.hotspot-hero[data-hotspot-variant=overlay][data-hotspot-active]:not([data-hotspot-active=""]) .hotspot-root {
  z-index: 3;
}

.hotspot-hero[data-hotspot-variant=category] .hotspot-root {
  z-index: 3;
}

.hotspot-hero .hotspot-root .hero-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media screen and (min-width: 48rem) {
  .hotspot-hero .hotspot-root .hero-shell {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}

.hotspot-hero[data-hotspot-variant=overlay] .hotspot-root .hero-shell {
  z-index: 1;
}

.hotspot-hero .hotspot-root .hero-stage {
  position: relative;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hotspot-hero .hotspot-root .hotspot-scene {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 90%;
  align-self: center;
  margin-top: 3rem;
}
@media screen and (min-width: 48rem) {
  .hotspot-hero .hotspot-root .hotspot-scene {
    max-width: 55%;
    margin-top: 0;
  }
}

.hotspot-hero .hotspot-root .hero-stage.is-desktop .hotspot-scene {
  transition: transform 480ms ease, width 480ms ease, max-width 480ms ease;
  will-change: transform, width, max-width;
}

.hotspot-hero[data-hotspot-variant=category] .hotspot-root .hero-stage.is-desktop .hotspot-scene,
.hotspot-hero[data-hotspot-variant=category] .hotspot-root .hotspot-scene__inner,
.hotspot-hero[data-hotspot-variant=overlay] .hotspot-root .hero-stage.is-desktop .hotspot-scene,
.hotspot-hero[data-hotspot-variant=overlay] .hotspot-root .hotspot-scene__inner {
  transition: none;
}

.hotspot-hero__overlay-prompt {
  align-self: flex-end;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 64rem) {
  .hotspot-hero__overlay-prompt {
    display: block;
  }
}

.hotspot-hero__overlay-prompt-block {
  padding: 2rem;
}
.hotspot-hero__overlay-prompt-block > button {
  display: flex;
  gap: 2rem;
  width: 100%;
  cursor: pointer;
  background: none;
  border: none;
  max-width: 78rem;
  margin-right: auto;
  margin-left: auto;
}
.hotspot-hero__overlay-prompt-block > button .hotspot-hero__overlay-prompt-text {
  font-size: clamp(1.8em, 1vw + 1.1em, 3.2em);
}
.hotspot-hero__overlay-prompt-block > button .hotspot-hero__overlay-prompt-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: #f0f3f3;
  box-shadow: 0 0 4px 0 var(--Pem-Blue, #0099D8);
}
@media screen and (min-width: 48rem) {
  .hotspot-hero__overlay-prompt-block {
    padding: 3rem;
  }
}
@media screen and (min-width: 80rem) {
  .hotspot-hero__overlay-prompt-block {
    padding: 4rem;
  }
}

@media screen and (min-width: 64.0625rem) and (min-height: 48rem) {
  .hotspot-hero .hotspot-root .hero-stage.is-desktop {
    justify-content: center;
    padding-right: 0;
    transition: padding 400ms ease;
  }
  .hotspot-hero .hotspot-root .hero-stage.is-desktop .hotspot-scene {
    width: min(80%, 53rem);
    max-width: 80%;
  }
  .hotspot-hero[data-hotspot-variant=overlay] .hotspot-root .hero-stage.is-desktop .hotspot-scene {
    width: min(60%, 50rem);
  }
}
@media screen and (min-width: 64.0625rem) {
  .hotspot-hero .hotspot-root .hero-stage.is-desktop .hotspot-scene {
    transform: translateX(18%);
  }
  .hotspot-hero.hotspot-hero[data-hotspot-variant=overlay] .hotspot-root .hero-stage.is-desktop .hotspot-scene {
    transform: translateX(28%);
  }
  .hotspot-hero .hotspot-root .hero-stage.is-desktop.is-open .hotspot-scene {
    width: min(52%, 60rem);
    max-width: 52%;
    transform: translateX(-10vw);
  }
  .hotspot-hero .hotspot-root .hero-stage.is-desktop.is-open .hotspot-scene__inner {
    transform: translate(var(--hero-shift-x), 0) scale(var(--hero-zoom));
  }
}
@media screen and (min-width: 80rem) {
  .hotspot-hero .hotspot-root .hero-stage.is-desktop .hotspot-scene {
    transform: translateX(20%);
  }
  .hotspot-hero[data-hotspot-context=home] .hotspot-root .hero-stage.is-desktop .hotspot-scene {
    width: min(80%, 56rem);
  }
  .hotspot-hero[data-hotspot-context=home] .hotspot-root .hero-stage.is-desktop .hotspot-scene {
    transform: translateX(15%);
  }
  .hotspot-hero[data-hotspot-context=home] .hotspot-root .hero-stage.is-desktop.is-open .hotspot-scene {
    transform: translateX(-15%);
  }
}
@media screen and (min-width: 96rem) {
  .hotspot-hero[data-hotspot-context=home] .hotspot-root .hero-stage.is-desktop .hotspot-scene {
    width: min(84%, 60rem);
  }
  .hotspot-hero .hotspot-root .hero-stage.is-desktop .hotspot-scene {
    transform: translateX(25%);
  }
}
.hotspot-hero .hotspot-root .hotspot-scene__inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  transition: transform 500ms ease;
  transform: translate(var(--hero-shift-x), 0) scale(1);
}

.hotspot-hero .hotspot-root .hero-stage.is-open .hotspot-scene__inner {
  transform: translate(var(--hero-shift-x), var(--hero-shift)) scale(var(--hero-zoom));
}

.hotspot-hero .hotspot-root .hotspot-scene__image {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.hotspot-hero .hotspot-root .dots-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.hotspot-hero .hotspot-root .dots-layer.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.hotspot-hero .hotspot-root .hero-stage.is-open .dots-layer {
  opacity: 1;
  pointer-events: auto;
}

.hotspot-hero .hotspot-root .hotspot-dot {
  position: absolute;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.65);
  border: 0;
  transform: translate(-50%, -50%);
  transition: transform 200ms ease, background 200ms ease, opacity 200ms ease;
  cursor: pointer;
}
@media screen and (min-width: 64rem) {
  .hotspot-hero .hotspot-root .hotspot-dot {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.hotspot-hero .hotspot-root .hotspot-dot:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  border-radius: 100%;
  background: #fff;
}

.hotspot-hero[data-hotspot-variant=overlay] .hotspot-root .hotspot-dot {
  width: 1.75rem;
  height: 1.75rem;
}

.hotspot-hero[data-hotspot-variant=overlay] .hotspot-root .hotspot-dot.is-power {
  background: linear-gradient(0deg, #67A5FF 0%, #3E84F5 49%, #0F5EEA 100%);
}

.hotspot-hero[data-hotspot-variant=overlay] .hotspot-root .hotspot-dot.is-thermal {
  background: linear-gradient(0deg, rgba(226, 111, 6, 0.9) 0%, rgba(255, 92, 0, 0.9) 100%);
}

.hotspot-hero[data-hotspot-variant=overlay] .hotspot-root .hotspot-dot.is-mechanical {
  background: linear-gradient(0deg, rgba(171, 209, 92, 0.9) 0%, rgba(133, 190, 65, 0.9) 100%);
}

.hotspot-hero[data-hotspot-variant=overlay] .hotspot-root .hotspot-dot {
  animation: hotspot-pulse-soft 3.4s ease-in-out infinite;
}

@keyframes hotspot-pulse-soft {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.28);
  }
  60% {
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.hotspot-hero .hotspot-root .hotspot-dot:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.hotspot-hero .hotspot-root .hotspot-dot.is-inactive {
  opacity: 0.6;
}

.hotspot-hero .hotspot-root .hotspot-dot.is-selected {
  transform: translate(-50%, -50%) scale(1.4);
  opacity: 1;
  animation: hotspot-pulse 1.6s ease-in-out infinite;
}
@media screen and (min-width: 64.0625rem) {
  .hotspot-hero .hotspot-root .hotspot-dot.is-selected {
    transform: translate(-50%, -50%) scale(1.6);
  }
}

@keyframes hotspot-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    transform: translate(-50%, -50%) scale(1.6);
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.hotspot-hero .hotspot-root .hotspot-dot.is-selected.is-power {
  background: linear-gradient(0deg, #67A5FF 0%, #3E84F5 49%, #0F5EEA 100%);
}

.hotspot-hero .hotspot-root .hotspot-dot.is-selected.is-thermal {
  background: linear-gradient(0deg, rgba(226, 111, 6, 0.9) 0%, rgba(255, 92, 0, 0.9) 100%);
}

.hotspot-hero .hotspot-root .hotspot-dot.is-selected.is-mechanical {
  background: linear-gradient(0deg, rgba(171, 209, 92, 0.9) 0%, rgba(133, 190, 65, 0.9) 100%);
}

@media screen and (min-width: 64.0625rem) {
  .hotspot-hero .hotspot-root .hotspot-dot.is-category-active.is-power {
    background: linear-gradient(0deg, #67A5FF 0%, #3E84F5 49%, #0F5EEA 100%);
  }
  .hotspot-hero .hotspot-root .hotspot-dot.is-category-active.is-thermal {
    background: linear-gradient(0deg, rgba(226, 111, 6, 0.9) 0%, rgba(255, 92, 0, 0.9) 100%);
  }
  .hotspot-hero .hotspot-root .hotspot-dot.is-category-active.is-mechanical {
    background: linear-gradient(0deg, rgba(171, 209, 92, 0.9) 0%, rgba(133, 190, 65, 0.9) 100%);
  }
}
.hotspot-hero .hotspot-root .category-nav {
  font-size: 0.85em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.25rem;
  padding: 1rem 1.2rem 1.5rem 1.2rem;
  margin-top: auto;
  z-index: 1;
}
@media screen and (min-width: 23.75rem) {
  .hotspot-hero .hotspot-root .category-nav {
    font-size: 1em;
  }
}

.hotspot-hero[data-hotspot-variant=category] .hotspot-root .category-nav {
  z-index: 4;
}

@media screen and (min-width: 64.0625rem) {
  .hotspot-hero .hotspot-root .category-nav.is-mobile {
    display: none;
  }
}
.hotspot-hero .hotspot-root .category-nav__item {
  position: relative;
  flex: 1;
  max-width: 8rem;
}
@media screen and (min-width: 26.25rem) {
  .hotspot-hero .hotspot-root .category-nav__item {
    max-width: 9rem;
    font-size: 1.15em;
  }
}

.hotspot-hero .hotspot-root .category-nav__item-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hotspot-hero .hotspot-root .category-nav.is-desktop .category-nav__item {
  max-width: 9rem;
}
.hotspot-hero .hotspot-root .category-nav.is-desktop .category-nav__item > button {
  width: 100%;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  padding-left: 1rem;
}

.hotspot-hero .hotspot-root .category-button {
  width: 100%;
  cursor: pointer;
}

.hotspot-hero .hotspot-root .category-button__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0.015rem;
  padding: 0.5rem 0.75rem;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
  border: 1px solid #fff;
}

.hotspot-hero .hotspot-root .category-button__overlay.is-power,
.hotspot-hero .hotspot-root .icon-placeholder.is-power {
  background: linear-gradient(0deg, #67A5FF 0%, #3E84F5 49%, #0F5EEA 100%);
  color: #ffffff;
}

.hotspot-hero .hotspot-root .category-button__overlay.is-thermal,
.hotspot-hero .hotspot-root .icon-placeholder.is-thermal {
  background: linear-gradient(0deg, rgb(226, 111, 6) 0%, rgb(255, 92, 0) 100%);
  color: #ffffff;
}

.hotspot-hero .hotspot-root .category-button__overlay.is-mechanical,
.hotspot-hero .hotspot-root .icon-placeholder.is-mechanical {
  background: linear-gradient(0deg, rgb(171, 209, 92) 0%, rgb(133, 190, 65) 100%);
  color: #ffffff;
}

.hotspot-hero .hotspot-root .category-nav.is-open .category-nav__item.is-active .category-button__overlay {
  opacity: 1;
  pointer-events: auto;
}

.hotspot-hero .hotspot-root .category-button {
  font-family: acumin-pro-condensed, sans-serif;
  line-height: 1.05;
  text-align: left;
  flex: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: inherit;
  padding: 0.8rem 0.6rem;
  border-radius: 0.5rem;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.hotspot-hero .hotspot-root .category-button:hover {
  text-decoration: none;
}

@media screen and (min-width: 64.0625rem) {
  .hotspot-hero .hotspot-root .category-nav__item.is-ext .category-button {
    width: 92%;
  }
}

.hotspot-hero .hotspot-root .category-button.is-active {
  background: #ffffff;
  color: #000000;
}

.hotspot-hero[data-hotspot-variant=category][data-hotspot-theme=power] .hotspot-root .category-nav__item.is-active .category-button {
  background: linear-gradient(0deg, #67A5FF 0%, #3E84F5 49%, #0F5EEA 100%);
  color: #ffffff;
}

.hotspot-hero[data-hotspot-variant=category][data-hotspot-theme=thermal] .hotspot-root .category-nav__item.is-active .category-button {
  background: linear-gradient(0deg, rgba(226, 111, 6, 0.9) 0%, rgba(255, 92, 0, 0.9) 100%);
  color: #ffffff;
}

.hotspot-hero[data-hotspot-variant=category][data-hotspot-theme=mechanical] .hotspot-root .category-nav__item.is-active .category-button {
  background: linear-gradient(0deg, rgba(171, 209, 92, 0.9) 0%, rgba(133, 190, 65, 0.9) 100%);
  color: #ffffff;
}

@media screen and (max-width: 63.999rem) {
  .hotspot-hero .hotspot-root .category-nav.is-open .category-nav__item.is-active .category-button {
    opacity: 0;
  }
}
@media screen and (min-width: 64.0625rem) {
  .hotspot-hero .hotspot-root .hotspot-scene .category-nav.is-desktop {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
  }
  .hotspot-hero .hotspot-root .category-nav.is-desktop .category-nav__item {
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: auto;
    left: var(--desktop-x, 50%);
    top: var(--desktop-y, 50%);
  }
  .hotspot-hero .hotspot-root .category-nav.is-desktop .category-nav__item-inner {
    width: 8.5rem;
  }
  .hotspot-hero .hotspot-root .category-nav.is-desktop .category-button,
  .hotspot-hero .hotspot-root .category-nav.is-desktop .category-button__overlay {
    width: 100%;
  }
  .hotspot-hero .hotspot-root .category-nav.is-desktop .category-button__overlay {
    font-size: 0.85em;
  }
  .hotspot-hero .hotspot-root .category-nav.is-desktop .category-button {
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .hotspot-hero .hotspot-root .category-nav.is-desktop .category-nav__item.is-active .category-button.is-power {
    background: linear-gradient(0deg, #67A5FF 0%, #3E84F5 49%, #0F5EEA 100%);
  }
  .hotspot-hero .hotspot-root .category-nav.is-desktop .category-nav__item.is-active .category-button.is-thermal {
    background: linear-gradient(0deg, rgb(226, 111, 6) 0%, rgb(255, 92, 0) 100%);
  }
  .hotspot-hero .hotspot-root .category-nav.is-desktop .category-nav__item.is-active .category-button.is-mechanical {
    background: linear-gradient(0deg, rgb(171, 209, 92) 0%, rgb(133, 190, 65) 100%);
  }
}
@media screen and (min-width: 64.0625rem) {
  .hotspot-hero .hotspot-root .category-button__overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.hotspot-hero .hotspot-root .mobile-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hotspot-hero .hotspot-root .category-prompt {
  position: absolute;
  left: 1.25rem;
  bottom: calc(6rem + 1rem);
  z-index: 2;
}

.hotspot-hero .hotspot-root .category-prompt__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-family: acumin-pro-condensed, sans-serif;
  text-transform: none;
  font-size: 1.5em;
  letter-spacing: 0.04em;
}
.hotspot-hero .hotspot-root .category-prompt__link i {
  font-size: 0.7em;
}

.hotspot-hero .hotspot-root .category-prompt__label {
  display: inline-block;
}

.hotspot-hero[data-hotspot-theme=power] .hotspot-root .category-prompt__link i {
  color: #3E84F5;
}

.hotspot-hero[data-hotspot-theme=thermal] .hotspot-root .category-prompt__link i {
  color: #FF5C00;
}

.hotspot-hero[data-hotspot-theme=mechanical] .hotspot-root .category-prompt__link i {
  color: #85BE41;
}

@media screen and (min-width: 64.0625rem) {
  .hotspot-hero .hotspot-root .category-prompt {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 78rem;
    bottom: 6rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 80rem) {
  .hotspot-hero .hotspot-root .category-prompt {
    padding-left: 0;
  }
}
.hotspot-hero .hotspot-root .mobile-overlay__top,
.hotspot-hero .hotspot-root .mobile-overlay__bottom {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  pointer-events: auto;
}

.hotspot-hero .hotspot-root .mobile-overlay__top {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 0;
  right: 0;
  padding: 0 1rem;
}

.hotspot-hero .hotspot-root .mobile-overlay__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.75rem;
  padding: 0 1.5rem;
  justify-content: space-between;
}

@media screen and (min-width: 64.0625rem) {
  .hotspot-hero .hotspot-root .mobile-overlay {
    display: none;
  }
}
.hotspot-hero .hotspot-root .label-pill {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 3rem;
  min-width: 50%;
  padding: 0.35rem 0.75rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  font-size: 1.1em;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}

.hotspot-hero .hotspot-root .label-pill > span {
  display: block;
}

.hotspot-hero .hotspot-root .nav-arrow {
  background: rgba(255, 255, 255, 0.75);
  color: inherit;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  border-radius: 0.25rem;
  color: #000;
}

.hotspot-hero .hotspot-root .mobile-reset {
  width: 2rem;
  height: 2rem;
  font-size: 1.1em;
  background: transparent;
  color: inherit;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
  border: 0;
  align-self: end;
}

.hotspot-hero .hotspot-root .hotspot-card {
  position: absolute;
  right: 6%;
  bottom: 12%;
  width: min(24rem, 90vw);
  background: #ffffff;
  color: #000000;
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.hotspot-hero .hotspot-root .card-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.hotspot-hero .hotspot-root .hotspot-card__image {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  margin-bottom: 1rem;
  display: block;
}

.hotspot-hero .hotspot-root .hotspot-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
}

.hotspot-hero .hotspot-root .hotspot-card__description {
  margin: 0 0 1rem;
  color: #333333;
}

.hotspot-hero .hotspot-root .hotspot-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #3e84f5;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.hotspot-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
  z-index: 10;
}

.hotspot-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.hotspot-overlay__panel {
  position: absolute;
  width: 100%;
  height: 94%;
  max-width: 78rem;
  left: 0;
  top: 0;
  background: #F0F3F3;
  color: #000000;
  border-radius: 1rem;
  padding: 3rem 1rem 2rem 1rem;
  overflow-y: auto;
  z-index: 10;
}
@media (min-width: 64rem) {
  .hotspot-overlay__panel {
    padding: 3rem 2rem 2rem;
  }
}
@media (min-width: 80rem) {
  .hotspot-overlay__panel {
    left: 50%;
    transform: translateX(-50%);
    height: 90%;
  }
}

@media (min-width: 64rem) {
  .hotspot-hero[data-hotspot-variant=overlay][data-hotspot-context*=room-level] .hotspot-overlay__panel {
    height: 70%;
    top: 15%;
  }
}
.hotspot-overlay__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  z-index: 2;
}
@media (min-width: 64rem) {
  .hotspot-overlay__header {
    padding: 1rem 2rem;
  }
}
.hotspot-overlay__header .hotspot-overlay__categories {
  display: none;
}
.hotspot-overlay__header .hotspot-overlay__categories > span {
  text-transform: uppercase;
  padding-right: 1rem;
}
.hotspot-overlay__header .hotspot-overlay__categories > span:last-of-type {
  padding-right: 0;
}
@media (min-width: 64rem) {
  .hotspot-overlay__header .hotspot-overlay__categories {
    display: block;
  }
}
.hotspot-overlay__header .hotspot-overlay__arrows {
  display: flex;
  gap: 1rem;
}
.hotspot-overlay__header .hotspot-overlay__arrows .hotspot-overlay__arrow {
  padding: 0.75rem 1.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
}
@media (min-width: 64rem) {
  .hotspot-overlay__header .hotspot-overlay__arrows {
    margin-left: auto;
    margin-right: 1rem;
  }
}

.hotspot-overlay__close {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 1.25rem;
}

.hotspot-overlay__content {
  width: 100%;
  height: 100%;
}

.hotspot-overlay__item {
  height: 100%;
}
.hotspot-overlay__item.grid {
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 2rem;
  padding: 2rem 0 0 0;
}
@media (min-width: 64rem) {
  .hotspot-overlay__item.has-no-video .hotspot-overlay__block.hotspot-overlay__intro {
    grid-row: 1/span 2;
  }
}

.hotspot-overlay__block {
  background: #ffffff;
  border-radius: 0.75rem;
  grid-column: 1/-1;
  padding: 1rem;
}
.hotspot-overlay__block.hotspot-overlay__intro {
  grid-column: 1/-1;
}
.hotspot-overlay__block.hotspot-overlay__intro .hotspot-overlay__heading {
  font-weight: 400;
}
.hotspot-overlay__block.hotspot-overlay__intro .hotspot-overlay__body {
  font-size: 1em;
}
.hotspot-overlay__block.hotspot-overlay__intro .hotspot-overlay__anchor {
  font-size: 1.5em;
  color: inherit;
  margin-top: auto;
}
.hotspot-overlay__block.hotspot-overlay__intro .hotspot-overlay__anchor:hover {
  text-decoration: none;
}
.hotspot-overlay__block.hotspot-overlay__intro .hotspot-overlay__anchor i {
  font-size: 0.7em;
  color: #0099d8;
}
@media (min-width: 64rem) {
  .hotspot-overlay__block.hotspot-overlay__intro {
    grid-column: 1/span 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .hotspot-overlay__block.hotspot-overlay__intro .hotspot-overlay__heading,
  .hotspot-overlay__block.hotspot-overlay__intro .hotspot-overlay__body {
    width: 85%;
  }
}
@media (min-width: 80rem) {
  .hotspot-overlay__block.hotspot-overlay__intro {
    grid-column: 1/span 3;
    padding: 1rem 2rem;
  }
  .hotspot-overlay__block.hotspot-overlay__intro .hotspot-overlay__heading,
  .hotspot-overlay__block.hotspot-overlay__intro .hotspot-overlay__body {
    width: 80%;
  }
}
@media (min-width: 96rem) {
  .hotspot-overlay__block.hotspot-overlay__intro .hotspot-overlay__heading,
  .hotspot-overlay__block.hotspot-overlay__intro .hotspot-overlay__body {
    width: 70%;
  }
}
@media (min-width: 64rem) {
  .hotspot-overlay__block.hotspot-overlay__video {
    grid-column: 1/span 2;
    grid-row: 2;
  }
}
@media (min-width: 80rem) {
  .hotspot-overlay__block.hotspot-overlay__video {
    grid-column: 1/span 3;
  }
}
.hotspot-overlay__block.hotspot-overlay__media {
  padding: 0;
  overflow: hidden;
}
@media (min-width: 64rem) {
  .hotspot-overlay__block.hotspot-overlay__media {
    grid-column: 3/span 2;
    grid-row: span 2;
  }
}
@media (min-width: 80rem) {
  .hotspot-overlay__block.hotspot-overlay__media {
    grid-column: 4/span 3;
  }
}
.hotspot-overlay__block.hotspot-overlay__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.hotspot-overlay__block.hotspot-overlay__media img.is-fill {
  object-fit: cover;
}

.hotspot-overlay__item[hidden] {
  display: none;
}

.hotspot-overlay__video {
  grid-column: 1/-1;
}
@media (min-width: 48rem) {
  .hotspot-overlay__video {
    grid-column: span 3;
    grid-row: 2;
  }
}
.hotspot-overlay__video .hotspot-overlay__video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.hotspot-overlay__video .hotspot-overlay__video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.hotspot-overlay__dot {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: #5a5f63;
}

.hotspot-overlay__heading {
  margin: 0 0 0.75rem;
}

.hotspot-overlay__body p:last-child {
  margin-bottom: 0;
}

.block--product-grid--hotspot [data-hotspot-products-group] {
  display: contents;
}

.block--product-grid--hotspot [data-hotspot-products-group][hidden] {
  display: none;
}

.hotspot-hero .hotspot-root .mobile-category {
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-radius: 0.75rem;
}

.hotspot-hero .hotspot-root .mobile-category__title {
  margin: 0;
  font-size: 1.5em;
  font-weight: 600;
}

.hotspot-hero__sub {
  font-size: clamp(1.8em, 1.5vw + 1.2em, 4em);
  margin-top: 0.25em;
}

.hotspot-hero .hotspot-root .icon-placeholder,
.hotspot-hero .hotspot-root .category-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.25);
}

.hotspot-hero .hotspot-root .icon-placeholder {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  font-size: 1.25em;
}

.hotspot-hero .hotspot-root .desktop-sidebar button .icon-placeholder {
  margin-bottom: 0;
  background: none;
}

.hotspot-hero .hotspot-root .desktop-sidebar button .icon-placeholder {
  margin-bottom: 0;
  height: auto;
}

.hotspot-hero .hotspot-root .category-button__icon {
  margin-right: 0.15rem;
  background: #fff;
  color: #000;
  font-size: 0.8em;
  padding-top: 0.1rem;
}

.hotspot-hero .hotspot-root .category-nav.is-desktop .category-button__icon {
  padding-top: 0.1rem;
  font-size: 0.85em;
}

@media screen and (min-width: 64.0625rem) {
  .hotspot-hero {
    --hotspot-scrollbar-thumb: #3E84F5;
  }
  .hotspot-hero[data-hotspot-category=power] {
    --hotspot-scrollbar-thumb: #3E84F5;
  }
  .hotspot-hero[data-hotspot-category=thermal] {
    --hotspot-scrollbar-thumb: #FF5C00;
  }
  .hotspot-hero[data-hotspot-category=mechanical] {
    --hotspot-scrollbar-thumb: #85BE41;
  }
  .hotspot-hero .hotspot-root .desktop-sidebar {
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: absolute;
    top: 50%;
    right: 2.5%;
    transform: translateY(-50%);
    width: min(18rem, 30vw);
    height: 88%;
    background: #ffffff;
    color: #000000;
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transition: opacity 240ms ease 320ms;
  }
  .hotspot-hero .hotspot-root .desktop-sidebar.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
  .hotspot-hero .hotspot-root .sidebar-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
  }
  .hotspot-hero .hotspot-root .category-button__overlay.is-power,
  .hotspot-hero .hotspot-root .icon-placeholder {
    font-size: 1.1em;
  }
  .hotspot-hero .hotspot-root .sidebar-header {
    margin-bottom: 1rem;
  }
  .hotspot-hero .hotspot-root .sidebar-title {
    margin: 0;
    font-size: 1.5em;
    font-weight: normal;
  }
  .hotspot-hero .hotspot-root .sidebar-list {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    border-bottom: 1px solid #000000;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--hotspot-scrollbar-thumb) #f0f3f3;
    padding-right: 0.5rem;
  }
  .hotspot-hero .hotspot-root .sidebar-list > li {
    margin-bottom: 0;
    border-top: 1px solid #000000;
  }
  .hotspot-hero .hotspot-root .sidebar-list::-webkit-scrollbar {
    width: 0.5rem;
  }
  .hotspot-hero .hotspot-root .sidebar-list::-webkit-scrollbar-track {
    background: #f0f3f3;
    border-radius: 999px;
  }
  .hotspot-hero .hotspot-root .sidebar-list::-webkit-scrollbar-thumb {
    background: var(--hotspot-scrollbar-thumb);
    border-radius: 999px;
  }
  .hotspot-hero .hotspot-root .sidebar-list li button {
    font-family: inherit;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: inherit;
    background: none;
    border: none;
    padding: 1.5vh 0;
    opacity: 0.4;
    transition: opacity 300ms ease-out;
    text-transform: uppercase;
  }
  .hotspot-hero .hotspot-root .sidebar-list .label-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
  .hotspot-hero[data-hotspot-active=""] .hotspot-root .sidebar-list li button {
    opacity: 1;
  }
  .hotspot-hero .hotspot-root .sidebar-list li.is-selected button {
    opacity: 1;
  }
  .hotspot-hero .hotspot-root .sidebar-cta {
    display: inline-flex;
    align-items: center;
    align-self: self-end;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.5rem 1.5rem;
    border-radius: 999px;
    color: #ffffff;
    border: 1px solid transparent;
    text-decoration: none;
    margin-top: auto;
    box-shadow: none;
    line-height: 1;
    max-width: 80%;
  }
}
@media screen and (min-width: 64.0625rem) {
  .hotspot-hero[data-hotspot-category=power] .hotspot-root .sidebar-cta {
    background: linear-gradient(0deg, #67A5FF 0%, #3E84F5 49%, #0F5EEA 100%);
    color: #ffffff;
    box-shadow: 0 0 4px 0 #0099d8;
  }
  .hotspot-hero[data-hotspot-category=thermal] .hotspot-root .sidebar-cta {
    background: linear-gradient(0deg, rgba(226, 111, 6, 0.9) 0%, rgba(255, 92, 0, 0.9) 100%);
    color: #ffffff;
    box-shadow: 0 0 4px 0 #FF5C00;
  }
  .hotspot-hero[data-hotspot-category=mechanical] .hotspot-root .sidebar-cta {
    background: linear-gradient(0deg, rgba(171, 209, 92, 0.9) 0%, rgba(133, 190, 65, 0.9) 100%);
    color: #ffffff;
    box-shadow: 0 0 4px 0 #ABD15C;
  }
}
@media screen and (max-width: 64rem) {
  .hotspot-hero .hotspot-root .category-nav.is-desktop {
    display: none;
  }
  .hotspot-hero .hotspot-root .desktop-sidebar {
    display: none;
  }
}
/* Theme SCSS entry point. */
.block--hero-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
}
@media (min-width: 48rem) {
  .block--hero-text {
    height: 100vh;
    height: 100svh;
    min-height: 48rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.block--hero-text {
  background-image: linear-gradient(0deg, #005DCC 0%, #0051B2 8%, #00387C 25%, #00244F 42%, #00142D 59%, #000914 74%, #000205 88%, #000 100%);
  color: #ffffff;
  padding-top: 5rem;
}
.block--hero-text .block--hero-text__grid > h1 {
  margin-bottom: 1em;
}
.block--hero-text .block--hero-text__grid {
  padding-top: 5rem;
  width: 100%;
  max-width: 78rem;
}
.block--hero-text .block--hero-text__grid .block--hero-text__content {
  max-width: 36rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.block--hero-text .block--hero-text__grid .block--hero-text__content .btn {
  margin-top: 1rem;
}
@media (min-width: 60rem) {
  .block--hero-text {
    height: 70vh;
    height: 70dvh;
    min-height: 38rem;
    max-height: 50rem;
    padding-bottom: 0;
  }
  .block--hero-text .block--hero-text__grid {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2rem;
    padding-inline: 1rem;
  }
  .block--hero-text .block--hero-text__grid > h1 {
    grid-column: 1/span 6;
  }
  .block--hero-text .block--hero-text__grid .block--hero-text__content {
    grid-column: 7/span 6;
  }
}
@media (min-width: 80rem) {
  .block--hero-text .block--hero-text__grid {
    padding-inline: 2rem;
  }
  .block--hero-text .block--hero-text__grid > h1 {
    padding-right: 5rem;
  }
}
@media (min-width: 96rem) {
  .block--hero-text .block--hero-text__grid {
    padding-inline: 0;
  }
}

.block--hero-text + .block--tabbed-slider {
  position: relative;
  z-index: 2;
  margin-top: -0.45rem;
}

/* Theme SCSS entry point. */
.block--hero-text-graphic {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
}
@media (min-width: 48rem) {
  .block--hero-text-graphic {
    height: 100vh;
    height: 100svh;
    min-height: 48rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.block--hero-text-graphic {
  background-image: linear-gradient(0deg, #005DCC 0%, #0051B2 8%, #00387C 25%, #00244F 42%, #00142D 59%, #000914 74%, #000205 88%, #000 100%);
  color: #ffffff;
  padding-top: 6rem;
}
.block--hero-text-graphic .block--hero-text-graphic__grid {
  padding-top: 5rem;
  width: 100%;
  max-width: 78rem;
}
.block--hero-text-graphic .block--hero-text-graphic__left > h1 {
  margin-bottom: 1em;
}
.block--hero-text-graphic .block--hero-text-graphic__subheading {
  max-width: 36rem;
  font-size: clamp(2.15em, 2vw + 1.5em, 3em);
  margin-bottom: 1em;
  line-height: 1;
  font-weight: 400;
}
.block--hero-text-graphic .block--hero-text-graphic__content-wrap .btn {
  margin-top: 1rem;
}
.block--hero-text-graphic .block--hero-text-graphic__content-wrap .btn--anchor--icon-only {
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.block--hero-text-graphic .block--hero-text-graphic__content-wrap .btn--anchor--icon-only .btn--anchor__icon {
  margin-right: 0;
}
.block--hero-text-graphic .block--hero-text-graphic__content {
  max-width: 36rem;
}
.block--hero-text-graphic .block--hero-text-graphic__content p {
  font-size: 1.5em;
}
.block--hero-text-graphic .block--hero-text-graphic__right {
  display: none;
}
.block--hero-text-graphic .block--hero-text-graphic__images {
  position: relative;
  z-index: 1;
  margin: 3rem;
}
.block--hero-text-graphic .block--hero-text-graphic__images .block--hero-text-graphic__images-asset {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 180%;
  max-width: 19.6875rem;
  aspect-ratio: 1/1;
  z-index: -1;
}
.block--hero-text-graphic .block--hero-text-graphic__images .block--hero-text-graphic__images-main {
  width: 60%;
  max-width: 18.3125rem;
}
@media (min-width: 48rem) {
  .block--hero-text-graphic {
    height: 70vh;
    height: 70svh;
    min-height: 32rem;
    max-height: 46rem;
  }
}
@media (min-width: 64rem) {
  .block--hero-text-graphic {
    padding-top: 4rem;
    padding-bottom: 0;
  }
  .block--hero-text-graphic .block--hero-text-graphic__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2rem;
    padding-inline: 1rem;
    padding-top: 2rem;
  }
  .block--hero-text-graphic .block--hero-text-graphic__left {
    grid-column: 1/span 7;
    align-content: center;
  }
  .block--hero-text-graphic .block--hero-text-graphic__content-wrap {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    flex-direction: row-reverse;
  }
  .block--hero-text-graphic .block--hero-text-graphic__content-wrap .btn {
    margin-top: 0;
  }
  .block--hero-text-graphic .block--hero-text-graphic__content {
    flex: 1;
    max-width: none;
  }
  .block--hero-text-graphic .block--hero-text-graphic__content p {
    margin-bottom: 0;
  }
  .block--hero-text-graphic .block--hero-text-graphic__right {
    display: block;
    grid-column: 9/span 4;
    align-self: center;
  }
  .block--hero-text-graphic .block--hero-text-graphic__images {
    margin: 0;
  }
  .block--hero-text-graphic .block--hero-text-graphic__images .block--hero-text-graphic__images-asset {
    width: 200%;
    left: 2%;
  }
  .block--hero-text-graphic .block--hero-text-graphic__images .block--hero-text-graphic__images-main {
    width: 75%;
  }
}
@media (min-width: 80rem) {
  .block--hero-text-graphic .block--hero-text-graphic__grid {
    padding-inline: 2rem;
  }
}
@media (min-width: 96rem) {
  .block--hero-text-graphic .block--hero-text-graphic__grid {
    padding-inline: 0;
  }
}

/* Theme SCSS entry point. */
.block--tiles-with-rings {
  padding: 4rem 0;
}
.block--tiles-with-rings.is-full-height {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
}
@media (min-width: 48rem) {
  .block--tiles-with-rings.is-full-height {
    height: 100vh;
    height: 100svh;
    min-height: 48rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.block--tiles-with-rings .block--tiles-with-rings__grid {
  width: 100%;
  max-width: 78rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
  padding-inline: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__intro {
  grid-column: 1/-1;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__intro .block--tiles-with-rings__heading {
  margin-bottom: 0.5em;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__intro .block--tiles-with-rings__subheading {
  font-size: 1em;
  text-transform: uppercase;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__description {
  font-size: 1.5em;
  line-height: 1.15;
  grid-column: 1/-1;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  gap: 1.5rem;
  margin-top: 2rem;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles .block--tiles-with-rings__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 1/1;
  background-image: linear-gradient(0deg, #000 0%, #000205 12%, #000914 26%, #00142D 41%, #00244F 58%, #00387C 75%, #0051B2 92%, #005DCC 100%);
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles .block--tiles-with-rings__tile:nth-of-type(2) img:first-child {
  width: 80%;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles .block--tiles-with-rings__tile .block--tiles-with-rings__ring-asset {
  width: 145%;
  height: 145%;
  position: absolute;
  z-index: -1;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles .block--tiles-with-rings__tile img {
  position: absolute;
  z-index: 1;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles .block--tiles-with-rings__tile img:first-child {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles .block--tiles-with-rings__tile:first-of-type img:last-child {
  bottom: -18%;
  right: -18%;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles .block--tiles-with-rings__tile:last-of-type img:last-child {
  top: -20%;
  left: -7%;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles .block--tiles-with-rings__tile.block--tiles-with-rings__tile--center-image img:last-child {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles .block--tiles-with-rings__tile.block--tiles-with-rings__tile--with-icon {
  padding: 1.5rem;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles .block--tiles-with-rings__tile.block--tiles-with-rings__tile--with-icon img {
  position: static;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles .block--tiles-with-rings__tile.block--tiles-with-rings__tile--with-stat {
  color: #ffffff;
  flex-direction: column-reverse;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles .block--tiles-with-rings__tile.block--tiles-with-rings__tile--with-stat .tile__stat-value {
  margin: 0;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-size: clamp(2.8em, 1.5vw + 2.3em, 4.5em);
  font-weight: 600;
  line-height: 1.15;
}
.block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles .block--tiles-with-rings__tile.block--tiles-with-rings__tile--with-stat .tile__stat-label {
  width: 70%;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (min-width: 48rem) {
  .block--tiles-with-rings {
    padding: 5rem 0;
  }
  .block--tiles-with-rings .block--tiles-with-rings__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2rem;
    padding-inline: 5rem;
  }
  .block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__intro {
    grid-column: 1/span 2;
  }
  .block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__description {
    padding-top: 0.5rem;
    grid-column: 3/span 2;
  }
  .block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles {
    margin-top: 5rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 64rem) {
  .block--tiles-with-rings {
    padding: 7rem 0;
  }
  .block--tiles-with-rings .block--tiles-with-rings__grid {
    column-gap: 3rem;
  }
  .block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__tiles {
    gap: 2rem;
  }
}
@media (min-width: 80rem) {
  .block--tiles-with-rings .block--tiles-with-rings__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding-inline: 6rem;
    column-gap: 2rem;
    padding-inline: 0;
  }
  .block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__intro {
    grid-column: 1/span 4;
  }
  .block--tiles-with-rings .block--tiles-with-rings__grid .block--tiles-with-rings__description {
    grid-column: 7/span 6;
  }
}

/* Theme SCSS entry point. */
.tiles--icon-text {
  padding: 4rem 0;
}
.tiles--icon-text .tiles--icon-text__grid {
  width: 100%;
  max-width: 78rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
  padding-inline: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__intro {
  grid-column: 1/-1;
}
.tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__intro .tiles--icon-text__heading {
  margin-bottom: 0.5em;
}
.tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__intro .tiles--icon-text__subheading {
  font-size: 1em;
  text-transform: uppercase;
}
.tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__description {
  font-size: 1.5em;
  line-height: 1.15;
  grid-column: 1/-1;
}
.tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__tiles {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  gap: 1.5rem;
  margin-top: 2rem;
}
.tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__tiles .tiles--icon-text__tile-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  height: 100%;
}
.tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__tiles .tiles--icon-text__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 1/1;
  background-image: linear-gradient(0deg, #000 0%, #000205 12%, #000914 26%, #00142D 41%, #00244F 58%, #00387C 75%, #0051B2 92%, #005DCC 100%);
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
  max-height: 17rem;
}
.tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__tiles .tiles--icon-text__tile .tiles--icon-text__ring-asset {
  width: 145%;
  height: 145%;
  position: absolute;
  z-index: -1;
}
.tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__tiles .tiles--icon-text__tile.tiles--icon-text__tile--with-icon {
  padding: 1.5rem;
}
.tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__tiles .tiles--icon-text__tile.tiles--icon-text__tile--with-icon img {
  position: static;
}
.tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__tiles .tiles--icon-text__tile .tiles--icon-text__tile-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__tiles .tiles--icon-text__tile-group:nth-child(2) .tiles--icon-text__tile img:first-child {
  width: 80%;
}
.tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__tiles .tiles--icon-text__tile-description {
  margin: 0;
  width: 100%;
  flex: 1;
  display: flex;
  font-size: 1em;
  text-align: left;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  justify-self: stretch;
}
.tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__tiles .tiles--icon-text__tile-description p {
  margin: 0;
}
@media (min-width: 60rem) {
  .tiles--icon-text .tiles--icon-text__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2rem;
    padding-inline: 5rem;
  }
  .tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__intro {
    grid-column: 1/span 2;
  }
  .tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__description {
    padding-top: 0.5rem;
    grid-column: 3/span 2;
  }
  .tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__tiles {
    margin-top: 5rem;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 2rem;
  }
  .tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__tiles .tiles--icon-text__tile-description {
    padding: 2rem;
  }
}
@media (min-width: 64rem) {
  .tiles--icon-text.is-full-height {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 1.5rem;
  }
}
@media (min-width: 64rem) and (min-width: 48rem) {
  .tiles--icon-text.is-full-height {
    height: 100vh;
    height: 100svh;
    min-height: 48rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 64rem) {
  .tiles--icon-text .tiles--icon-text__grid {
    column-gap: 3rem;
  }
  .tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__tiles {
    gap: 2rem;
  }
}
@media (min-width: 80rem) {
  .tiles--icon-text .tiles--icon-text__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding-inline: 6rem;
    column-gap: 2rem;
    padding-inline: 0;
  }
  .tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__intro {
    grid-column: 1/span 4;
  }
  .tiles--icon-text .tiles--icon-text__grid .tiles--icon-text__description {
    grid-column: 7/span 6;
  }
}

.block--tiles-icon-text--grey {
  background-color: #f0f3f3;
}

/* Theme SCSS entry point. */
.block--with-stats-countup {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
}
@media (min-width: 48rem) {
  .block--with-stats-countup {
    height: 100vh;
    height: 100svh;
    min-height: 48rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.block--with-stats-countup {
  padding: 4rem 1.5rem;
}
.block--with-stats-countup .block--with-stats-countup__grid {
  width: 100%;
  max-width: 78rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
}
.block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__intro {
  grid-column: 1/-1;
}
.block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__intro .block--with-stats-countup__heading {
  margin-bottom: 0.5em;
}
.block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__intro .block--with-stats-countup__subheading {
  font-size: 1em;
  text-transform: uppercase;
}
.block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__description {
  font-size: 1.5em;
  line-height: 1.15;
  grid-column: 1/-1;
}
.block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__tiles {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  gap: 1.5rem;
  margin-top: 2rem;
}
.block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__tiles .block--with-stats-countup__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background-color: #f0f3f3;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
  color: #000000;
  gap: 0.75rem;
}
.block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__tiles .block--with-stats-countup__tile .ring {
  position: absolute;
  inset: 3%;
  width: 94%;
  height: 94%;
  pointer-events: none;
  z-index: 1;
}
.block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__tiles .block--with-stats-countup__tile .ring__progress {
  fill: none;
}
.block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__tiles .block--with-stats-countup__tile .ring__progress {
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__tiles .block--with-stats-countup__tile .tile__stat-value {
  margin: 0;
  font-family: "gotham", sans-serif;
  font-size: clamp(2.8em, 1.5vw + 2.3em, 4.5em);
  font-weight: 600;
  line-height: 1.15;
  position: relative;
  z-index: 1;
}
.block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__tiles .block--with-stats-countup__tile .ring__content {
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  border-radius: 100%;
  position: relative;
  background-color: #f0f3f3;
}
.block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__tiles .block--with-stats-countup__tile .ring__content::before {
  content: "";
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  border-radius: 100%;
  background-image: linear-gradient(0deg, #005DCC 0%, #0051B2 8%, #00387C 25%, #00244F 42%, #00142D 59%, #000914 74%, #000205 88%, #000 100%);
  z-index: -2;
}
.block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__tiles .block--with-stats-countup__tile .tile__stat-label {
  width: 70%;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (min-width: 48rem) {
  .block--with-stats-countup .block--with-stats-countup__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2rem;
    padding-inline: 5rem;
  }
  .block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__intro {
    grid-column: 1/span 2;
  }
  .block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__description {
    padding-top: 0.5rem;
    grid-column: 3/span 2;
  }
  .block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__tiles {
    margin-top: 5rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__tiles .block--with-stats-countup__tile {
    font-size: 0.7em;
  }
}
@media (min-width: 64rem) {
  .block--with-stats-countup .block--with-stats-countup__grid {
    column-gap: 3rem;
  }
  .block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__tiles {
    gap: 2rem;
  }
  .block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__tiles .block--with-stats-countup__tile {
    font-size: 1em;
  }
}
@media (min-width: 80rem) {
  .block--with-stats-countup .block--with-stats-countup__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding-inline: 6rem;
    column-gap: 2rem;
    padding-inline: 0;
  }
  .block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__intro {
    grid-column: 1/span 5;
  }
  .block--with-stats-countup .block--with-stats-countup__grid .block--with-stats-countup__description {
    grid-column: 7/span 6;
  }
}

/* Theme SCSS entry point. */
.block--with-hover-list {
  padding: 4rem 2rem;
  background-image: linear-gradient(0deg, #005DCC 0%, #0051B2 8%, #00387C 25%, #00244F 42%, #00142D 59%, #000914 74%, #000205 88%, #000 100%);
  color: #ffffff;
}
.block--with-hover-list.is-full-height {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
}
@media (min-width: 48rem) {
  .block--with-hover-list.is-full-height {
    height: 100vh;
    height: 100svh;
    min-height: 48rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.block--with-hover-list .block--with-hover-list__grid {
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  grid-auto-flow: row;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: relative;
}
.block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__heading,
.block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__content {
  grid-column: 1/span 2;
}
.block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__image {
  display: none;
  width: 50%;
  grid-column: 1/span 2;
}
.block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__content > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
.block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__content > ul > li {
  font-size: clamp(1.1em, 0.4vw + 1em, 1.5em);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__content .block--with-hover-list__item {
  appearance: none;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font: inherit;
  padding: 0;
  text-align: left;
  text-transform: inherit;
  transition: all 0.2s ease;
}
.block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__content .block--with-hover-list__item i {
  transition: transform 0.2s ease;
}
.block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__content .block--with-hover-list__item.is-active {
  gap: 1rem;
  font-weight: 600;
}
.block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__content .block--with-hover-list__item.is-active i {
  transform: scale(1.25);
}
.block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__content p {
  margin: 2rem 0;
  font-size: 1.25em;
}
.block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__content .btn {
  margin-top: 2rem;
}
.block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .block--with-hover-list .block--with-hover-list__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 28rem;
  }
  .block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__image {
    display: block;
    position: absolute;
    left: 2.5%;
    bottom: -15%;
    width: 34%;
    grid-column: 1/span 4;
    max-width: 22rem;
  }
  .block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__content {
    grid-column: 3/span 2;
  }
}
@media (min-width: 64rem) {
  .block--with-hover-list {
    padding: 6rem 2rem;
    padding-bottom: 8rem;
  }
  .block--with-hover-list .block--with-hover-list__grid {
    column-gap: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 33rem;
  }
}
@media (min-width: 80rem) {
  .block--with-hover-list .block--with-hover-list__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 2rem;
  }
  .block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__heading {
    grid-column: 1/span 6;
  }
  .block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__image {
    left: 20%;
    width: 80%;
    bottom: -20%;
  }
  .block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__content {
    grid-column: 7/span 6;
  }
  .block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__content p {
    font-size: 1.5em;
  }
}
@media (min-width: 96rem) {
  .block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__image {
    left: 25%;
    width: 100%;
  }
  .block--with-hover-list .block--with-hover-list__grid .block--with-hover-list__content {
    grid-column: 7/span 6;
  }
}

.block--with-hover-list.block--with-hover-list--black {
  background-image: none;
  background-color: #000000;
}

/* Theme SCSS entry point. */
.block--logo-with-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
}
@media (min-width: 48rem) {
  .block--logo-with-text {
    height: 100vh;
    height: 100svh;
    min-height: 48rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.block--logo-with-text {
  background-image: linear-gradient(0deg, #000 0%, #000205 12%, #000914 26%, #00142D 41%, #00244F 58%, #00387C 75%, #0051B2 92%, #005DCC 100%);
  color: #ffffff;
}
.block--logo-with-text .block--logo-with-text__grid {
  width: 100%;
  max-width: 78rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
  row-gap: 3rem;
}
.block--logo-with-text .block--logo-with-text__grid .block--logo-with-text__images {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 5rem;
  min-height: 14rem;
}
.block--logo-with-text .block--logo-with-text__grid .block--logo-with-text__images .block--logo-with-text__image {
  max-width: 24.6875rem;
}
.block--logo-with-text .block--logo-with-text__grid .block--logo-with-text__images .block--logo-with-text__image-descriptor {
  max-width: 28rem;
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 0.875em;
  padding-top: 1rem;
  margin-bottom: 0;
}
.block--logo-with-text .block--logo-with-text__grid .block--logo-with-text__images .block--logo-with-text__image-descriptor li {
  margin-bottom: 0;
}
.block--logo-with-text .block--logo-with-text__grid .block--logo-with-text__content {
  grid-column: 1/-1;
}
.block--logo-with-text .block--logo-with-text__grid .block--logo-with-text__content > h2 {
  margin-bottom: 1em;
}
.block--logo-with-text .block--logo-with-text__grid .block--logo-with-text__content .block--logo-with-text__body {
  margin-bottom: 3rem;
}
.block--logo-with-text .block--logo-with-text__grid .block--logo-with-text__content .block--logo-with-text__body p {
  font-size: 1.5em;
}
@media (min-width: 48rem) {
  .block--logo-with-text .block--logo-with-text__grid {
    padding-inline: 3rem;
  }
}
@media (min-width: 64rem) {
  .block--logo-with-text .block--logo-with-text__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2rem;
    padding-inline: 5rem;
  }
  .block--logo-with-text .block--logo-with-text__grid .block--logo-with-text__images {
    flex-direction: column;
    grid-column: 1/span 2;
    padding-top: 0.5rem;
  }
  .block--logo-with-text .block--logo-with-text__grid .block--logo-with-text__content {
    grid-column: 3/span 2;
  }
}
@media (min-width: 80rem) {
  .block--logo-with-text .block--logo-with-text__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding-inline: 0;
    column-gap: 2rem;
  }
  .block--logo-with-text .block--logo-with-text__grid .block--logo-with-text__images {
    grid-column: 1/span 4;
  }
  .block--logo-with-text .block--logo-with-text__grid .block--logo-with-text__content {
    grid-column: 7/span 6;
  }
}

/* Theme SCSS entry point. */
.block--twin-image-panel {
  padding: 4rem 0;
}
.block--twin-image-panel.is-full-height {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
}
@media (min-width: 48rem) {
  .block--twin-image-panel.is-full-height {
    height: 100vh;
    height: 100svh;
    min-height: 48rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.block--twin-image-panel .block--twin-image-panel__grid {
  width: 100%;
  max-width: 78rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
  padding-inline: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.block--twin-image-panel .block--twin-image-panel__grid .block--twin-image-panel__intro {
  grid-column: 1/-1;
}
.block--twin-image-panel .block--twin-image-panel__grid .block--twin-image-panel__intro .block--twin-image-panel__heading {
  margin-bottom: 0.5em;
}
.block--twin-image-panel .block--twin-image-panel__grid .block--twin-image-panel__description {
  font-size: 1.5em;
  line-height: 1.15;
  grid-column: 1/-1;
}
.block--twin-image-panel .block--twin-image-panel__grid .block--twin-image-panel__panels {
  grid-column: 1/-1;
}
.block--twin-image-panel .block--twin-image-panel__grid .block--twin-image-panel__panels .block--twin-image-panel__panel {
  font-size: 1.5em;
  margin-top: 2rem;
}
.block--twin-image-panel .block--twin-image-panel__grid .block--twin-image-panel__panels .block--twin-image-panel__panel img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  clip-path: inset(0 round 0.75rem);
}
.block--twin-image-panel .block--twin-image-panel__grid .block--twin-image-panel__panels .block--twin-image-panel__panel i {
  font-size: 0.8em;
  color: #0099d8;
}
@media (min-width: 48rem) {
  .block--twin-image-panel .block--twin-image-panel__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2rem;
    padding-inline: 5rem;
  }
  .block--twin-image-panel .block--twin-image-panel__grid .block--twin-image-panel__intro {
    grid-column: 1/span 2;
  }
  .block--twin-image-panel .block--twin-image-panel__grid .block--twin-image-panel__description {
    padding-top: 0.5rem;
    grid-column: 3/span 2;
  }
  .block--twin-image-panel .block--twin-image-panel__grid .block--twin-image-panel__panels {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
  }
  .block--twin-image-panel .block--twin-image-panel__grid .block--twin-image-panel__panels .block--twin-image-panel__panel {
    margin-top: 0;
  }
  .block--twin-image-panel.has-no-description .block--twin-image-panel__intro {
    grid-column: 1/span 4;
  }
}
@media (min-width: 64rem) {
  .block--twin-image-panel .block--twin-image-panel__grid {
    column-gap: 3rem;
  }
  .block--twin-image-panel .block--twin-image-panel__grid .block--twin-image-panel__panels {
    margin-top: 5rem;
  }
}
@media (min-width: 80rem) {
  .block--twin-image-panel .block--twin-image-panel__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 2rem;
    padding-inline: 0;
  }
  .block--twin-image-panel .block--twin-image-panel__grid .block--twin-image-panel__intro {
    grid-column: 1/span 4;
  }
  .block--twin-image-panel .block--twin-image-panel__grid .block--twin-image-panel__description {
    grid-column: 7/span 6;
  }
  .block--twin-image-panel.has-no-description .block--twin-image-panel__grid .block--twin-image-panel__intro {
    grid-column: 1/span 6;
  }
}

.block--twin-image-panel--grey {
  background: #f0f3f3;
}

/* Theme SCSS entry point. */
.block--text-image {
  padding: 4rem 1.5rem;
}
@media (min-width: 48rem) {
  .block--text-image {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.block--text-image.is-full-height {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
}
@media (min-width: 48rem) {
  .block--text-image.is-full-height {
    height: 100vh;
    height: 100svh;
    min-height: 48rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.block--text-image .block--text-image__grid {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 78rem;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
}
.block--text-image .block--text-image__grid .block--text-image__content {
  grid-column: 1/-1;
}
.block--text-image .block--text-image__grid .block--text-image__content > h2 {
  margin-bottom: 1em;
}
.block--text-image .block--text-image__grid .block--text-image__image {
  grid-column: 1/-1;
  margin-top: 2rem;
}
.block--text-image.is-reversed .block--text-image__content {
  order: 2;
}
.block--text-image.is-reversed .block--text-image__image {
  order: 1;
}
@media (min-width: 48rem) {
  .block--text-image .block--text-image__grid {
    padding-inline: 2rem;
  }
}
@media (min-width: 64rem) {
  .block--text-image .block--text-image__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2rem;
    padding-inline: 5rem;
  }
  .block--text-image .block--text-image__grid .block--text-image__content {
    grid-column: 1/span 2;
  }
  .block--text-image .block--text-image__grid .block--text-image__image {
    grid-column: 3/span 2;
    margin-top: 0;
  }
}
@media (min-width: 64rem) {
  .block--text-image.is-reversed .block--text-image__content {
    grid-column: 3/span 2;
  }
  .block--text-image.is-reversed .block--text-image__image {
    grid-column: 1/span 2;
  }
}
@media (min-width: 80rem) {
  .block--text-image .block--text-image__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding-inline: 0;
    column-gap: 4rem;
  }
  .block--text-image .block--text-image__grid .block--text-image__content {
    grid-column: 1/span 6;
  }
  .block--text-image .block--text-image__grid .block--text-image__image {
    grid-column: 7/span 6;
  }
}
@media (min-width: 80rem) {
  .block--text-image.is-reversed .block--text-image__content {
    grid-column: 7/span 6;
  }
  .block--text-image.is-reversed .block--text-image__image {
    grid-column: 1/span 6;
  }
}

/* Theme SCSS entry point. */
.block--text-video.block--text-video--auto-height {
  display: block;
  height: auto;
  min-height: 0;
}
@media (min-width: 48rem) {
  .block--text-video.block--text-video--auto-height {
    height: auto;
    min-height: 0;
  }
}
.block--text-video.block--text-video--grey {
  background-color: #f0f3f3;
}
.block--text-video .block--text-video__embed iframe,
.block--text-video .block--text-video__embed video {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
}

/* Theme SCSS entry point. */
.block--tabbed-slider .block--tabbed-slider__inner {
  margin: 0 auto;
}
.block--tabbed-slider .block--tabbed-slider__tabs-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
.block--tabbed-slider .block--tabbed-slider__tabs {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.block--tabbed-slider .block--tabbed-slider__tabs::-webkit-scrollbar {
  display: none;
}
.block--tabbed-slider .block--tabbed-slider__tab {
  flex: 1;
  text-align: left;
  appearance: none;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(270deg, #67a5ff 0%, #3e84f5 49%, #0f5eea 100%);
  padding: 1rem;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  font-size: 0.8em;
}
@media (min-width: 64rem) {
  .block--tabbed-slider .block--tabbed-slider__tab {
    padding: 2rem;
    font-size: 1em;
  }
}
.block--tabbed-slider .block--tabbed-slider__tab:nth-child(4n+2) {
  background: #004468;
}
.block--tabbed-slider .block--tabbed-slider__tab:nth-child(4n+3) {
  background: linear-gradient(0deg, #40738E 0%, #004468 100%);
}
.block--tabbed-slider .block--tabbed-slider__tab:nth-child(4n) {
  background: #2A2A2A;
}
.block--tabbed-slider .block--tabbed-slider__tab.is-active {
  background: #000000;
}
.block--tabbed-slider.is-grey .block--tabbed-slider__tab.is-active {
  color: #000000;
  background: #f0f3f3;
}
.block--tabbed-slider.is-light .block--tabbed-slider__tab.is-active {
  color: #000000;
  background: #ffffff;
}
.block--tabbed-slider.is-light .block--tabbed-slider__slide.is-active {
  background: #ffffff;
  color: #000000;
}
.block--tabbed-slider .block--tabbed-slider__arrow {
  appearance: none;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 3rem;
  background: #f0f3f3;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  color: #000000;
  font-size: 0.9em;
}
@media (min-width: 64rem) {
  .block--tabbed-slider .block--tabbed-slider__arrow {
    width: 5rem;
    font-size: 1.1em;
  }
}
.block--tabbed-slider .block--tabbed-slider__slides {
  position: relative;
}
.block--tabbed-slider .block--tabbed-slider__slide {
  display: none;
}
.block--tabbed-slider .block--tabbed-slider__slide.is-active {
  display: block;
}

/* Theme SCSS entry point. */
.block--product-grid {
  background: #ffffff;
  color: #000000;
}
.block--product-grid .block--product-grid__inner {
  margin: 0 auto;
  padding-inline: 2rem;
}
.block--product-grid .block--product-grid__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 3rem;
  margin-bottom: 2rem;
}
.block--product-grid .block--product-grid__title {
  margin: 0;
}
.block--product-grid .block--product-grid__application {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}
.block--product-grid .product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding-bottom: 3rem;
}
.block--product-grid .block--product-grid__intro {
  margin-bottom: 2rem;
  padding-top: 3rem;
  max-width: 56rem;
}
.block--product-grid .product-card {
  background: #f0f3f3;
  border-radius: 1rem;
  padding: 2rem;
  color: #000000;
}
.block--product-grid .product-card__media {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
}
.block--product-grid .product-card__image {
  max-width: 9.75em;
  padding-right: 0.75rem;
}
.block--product-grid .product-card__title {
  font-size: 1.5em;
  margin: 0 0 0.75rem;
}
.block--product-grid .product-card__excerpt {
  margin: 0 0 1rem;
}
.block--product-grid .product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
}
.block--product-grid .product-card__button i {
  font-size: 0.95em;
}

.block--product-grid.block--product-grid--dark {
  background: linear-gradient(336deg, #005dcc -0.33%, #0051b2 3.95%, #00387c 13.06%, #00244f 22.16%, #00142d 31.27%, #000914 39.3%, #000205 46.8%, #000 53.23%);
  color: #ffffff;
}

@media (min-width: 60rem) {
  .block--product-grid {
    padding-bottom: 4rem;
  }
  .block--product-grid .block--product-grid__intro {
    padding-inline: 2rem;
  }
  .block--product-grid .block--product-grid__header {
    padding-inline: 2rem;
    margin-bottom: 0;
  }
  .block--product-grid .block--product-grid__inner {
    padding-inline: 3rem;
  }
  .block--product-grid .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    padding-inline: 2rem;
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
  .block--product-grid .product-card__media {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.8fr);
    gap: 1rem;
  }
}
@media (min-width: 96rem) {
  .block--product-grid {
    padding-bottom: 5rem;
  }
  .block--product-grid .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Theme SCSS entry point. */
.block--title-text-short {
  background-image: linear-gradient(0deg, #000 0%, #000205 12%, #000914 26%, #00142D 41%, #00244F 58%, #00387C 75%, #0051B2 92%, #005DCC 100%);
  color: #ffffff;
  padding: 3rem 2rem;
}
.block--title-text-short .block--title-text-short__images {
  display: none;
  position: relative;
  z-index: 1;
  margin: 3rem;
}
.block--title-text-short .block--title-text-short__images img:last-child {
  width: 60%;
  max-width: 18.3125rem;
}
@media (min-width: 48rem) {
  .block--title-text-short .block--title-text-short__grid {
    max-width: 78rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .block--title-text-short .block--title-text-short__grid h2 {
    grid-column: 1/-1;
  }
  .block--title-text-short .block--title-text-short__grid .block--title-text-short__images {
    display: block;
    grid-column: 1;
  }
  .block--title-text-short .block--title-text-short__grid .block--title-text-short__images img:first-child {
    position: absolute;
    top: 0;
    left: 5%;
    width: 80%;
    max-width: 19.6875rem;
    aspect-ratio: 1/1;
    z-index: -1;
  }
  .block--title-text-short .block--title-text-short__grid .block--title-text-short__images img:last-child {
    width: 70%;
    max-width: 18.3125rem;
  }
  .block--title-text-short .block--title-text-short__grid .block--title-text-short__content {
    grid-column: 2;
    align-self: center;
  }
}
@media (min-width: 64rem) {
  .block--title-text-short .block--title-text-short__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding-inline: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .block--title-text-short .block--title-text-short__grid h2 {
    grid-column: 1/span 4;
  }
  .block--title-text-short .block--title-text-short__grid .block--title-text-short__images {
    grid-column: 5/span 3;
    margin: 0;
  }
  .block--title-text-short .block--title-text-short__grid .block--title-text-short__images .block--title-text-short__images-asset {
    width: 200%;
    left: -10%;
  }
  .block--title-text-short .block--title-text-short__grid .block--title-text-short__images img {
    width: 75%;
    max-width: 18.3125rem;
  }
  .block--title-text-short .block--title-text-short__grid .block--title-text-short__content {
    grid-column: 8/span 5;
    align-self: start;
  }
}

/* Theme SCSS entry point. */
.block--with-quote {
  background-image: linear-gradient(0deg, #005DCC 0%, #0051B2 8%, #00387C 25%, #00244F 42%, #00142D 59%, #000914 74%, #000205 88%, #000 100%);
  color: #ffffff;
  padding: 3rem 2rem;
  max-height: 50rem;
}
.block--with-quote .block--with-quote__images {
  position: relative;
  z-index: 1;
  margin: 3rem;
}
.block--with-quote .block--with-quote__images img:first-child {
  width: 100%;
  max-width: 22rem;
}
.block--with-quote .block--with-quote__images img:last-child {
  position: absolute;
  top: 14%;
  left: 16%;
  width: 180%;
  max-width: 15rem;
  aspect-ratio: 1/1;
  z-index: 2;
}
.block--with-quote .block--with-quote__content {
  margin: 0;
}
.block--with-quote .block--with-quote__quote {
  margin-bottom: 0.5em;
}
.block--with-quote .block--with-quote__author {
  margin: 0;
  font-style: normal;
}
.block--with-quote .block--with-quote__author-job {
  margin: 0;
}
@media (min-width: 48rem) {
  .block--with-quote .block--with-quote__grid {
    max-width: 78rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    align-items: center;
    column-gap: 2rem;
  }
  .block--with-quote .block--with-quote__images {
    grid-column: 1;
  }
  .block--with-quote .block--with-quote__content {
    grid-column: 2;
  }
}
@media (min-width: 64rem) {
  .block--with-quote .block--with-quote__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding-inline: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;
    column-gap: 2rem;
  }
  .block--with-quote .block--with-quote__images {
    grid-column: 1/span 4;
    margin: 0;
  }
  .block--with-quote .block--with-quote__images .block--with-quote__images-asset {
    left: -10%;
  }
  .block--with-quote .block--with-quote__images img {
    width: 85%;
    max-width: 21rem;
  }
  .block--with-quote .block--with-quote__images img:last-child {
    max-width: 17rem;
  }
  .block--with-quote .block--with-quote__content {
    grid-column: 5/span 8;
    align-self: center;
  }
}

/* Theme SCSS entry point. */
.block--category-explore {
  padding: 2rem;
}
.block--category-explore .block--category-explore__grid {
  max-width: 78rem;
  display: grid;
  gap: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.block--category-explore .block--category-explore__grid .block--category-explore__card {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: #f0f3f3;
  border-radius: 0.75rem;
  gap: 2rem;
}
.block--category-explore .block--category-explore__grid .block--category-explore__card .block--category-explore__card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 9rem;
  height: 9rem;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 3em;
}
.block--category-explore .block--category-explore__grid .block--category-explore__card.card--thermal .block--category-explore__card__icon {
  background: linear-gradient(0deg, rgba(226, 111, 6, 0.9) 0%, rgba(255, 92, 0, 0.9) 100%);
}
.block--category-explore .block--category-explore__grid .block--category-explore__card.card--power .block--category-explore__card__icon {
  background: linear-gradient(0deg, #67A5FF 0%, #3E84F5 49%, #0F5EEA 100%);
}
.block--category-explore .block--category-explore__grid .block--category-explore__card.card--mechanical .block--category-explore__card__icon {
  background: linear-gradient(0deg, rgba(171, 209, 92, 0.9) 0%, rgba(133, 190, 65, 0.9) 100%);
}
.block--category-explore .block--category-explore__grid .block--category-explore__card h3 {
  font-size: clamp(1.3em, 0.6vw + 1em, 2.6em);
  margin-bottom: 1rem;
}
@media (min-width: 30rem) {
  .block--category-explore .block--category-explore__grid .block--category-explore__card {
    flex-direction: row;
  }
}
@media (min-width: 60rem) {
  .block--category-explore {
    padding: 3rem;
  }
  .block--category-explore .block--category-explore__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (min-width: 60rem) {
  .block--category-explore {
    padding: 4rem;
  }
}

/* Theme SCSS entry point. */
.block--policy-list {
  padding: 2rem;
  padding-top: 6rem;
  max-width: 78rem;
  margin-right: auto;
  margin-left: auto;
}
.block--policy-list .block--policy-list__title {
  padding-top: 4rem;
  margin-bottom: 3rem;
}
.block--policy-list .block--policy-list__point {
  margin-bottom: 3em;
}
.block--policy-list .block--policy-list__point a {
  text-decoration: underline;
}
.block--policy-list .block--policy-list__point ul {
  list-style-type: disc;
  margin-bottom: 2em;
}
.block--policy-list .block--policy-list__point li {
  list-style-type: inherit;
  margin-left: 1em;
}

/* Theme SCSS entry point. */
.block--hubspot-contact-form {
  padding: 4rem 1.5rem;
}
.block--hubspot-contact-form .block--hubspot-contact-form__inner {
  max-width: 78rem;
  margin: 0 auto;
  width: 100%;
}
.block--hubspot-contact-form .block--hubspot-contact-form__heading {
  margin: 0;
  margin-bottom: 2rem;
}
.block--hubspot-contact-form .block--hubspot-contact-form__embed {
  min-width: 0;
}
.block--hubspot-contact-form .block--hubspot-contact-form__editor-note {
  margin-top: 0.75rem;
  opacity: 0.7;
  font-size: 0.95em;
}
@media (min-width: 64rem) {
  .block--hubspot-contact-form .block--hubspot-contact-form__embed .hs-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
    row-gap: 1rem;
  }
  .block--hubspot-contact-form .block--hubspot-contact-form__embed .hs-form > fieldset,
  .block--hubspot-contact-form .block--hubspot-contact-form__embed .hs-form > .hs-richtext,
  .block--hubspot-contact-form .block--hubspot-contact-form__embed .hs-form > .hs_error_rollup,
  .block--hubspot-contact-form .block--hubspot-contact-form__embed .hs-form > .hs_submit {
    grid-column: 1/-1;
    max-width: none;
    width: 100%;
  }
  .block--hubspot-contact-form .block--hubspot-contact-form__embed .hs-form fieldset {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .block--hubspot-contact-form .block--hubspot-contact-form__embed .hs-form fieldset .hs-form-field {
    width: 100% !important;
    float: none !important;
    margin: 0;
  }
  .block--hubspot-contact-form .block--hubspot-contact-form__embed .hs-form fieldset.form-columns-1 .hs-form-field,
  .block--hubspot-contact-form .block--hubspot-contact-form__embed .hs-form .hs-form-field.hs_message {
    grid-column: 1/-1;
  }
}

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