@charset "UTF-8";
/* Import styles here */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/mzm3huv.css");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  width: 100vw;
  overflow-x: hidden;
}

ol:not([class]), ul:not([class]) {
  list-style-position: outside;
  margin-left: 2rem;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

iframe {
  width: 100% !important;
}

html, body {
  color: hsl(217deg, 6%, 30%);
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  font-size: clamp(14px, 2vmin, 16px);
  font-weight: 500;
  line-height: 1.75rem;
  line-height: clamp(1.5rem, 3vmin, 1.75rem);
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures contextual;
  -moz-font-feature-settings: "liga", "clig", "calt";
  -webkit-font-feature-settings: "liga", "clig", "calt";
  font-feature-settings: "liga", "clig", "calt";
  font-kerning: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: museo-sans, sans-serif;
  letter-spacing: 0;
  margin-bottom: 1rem;
  color: hsl(259deg, 83%, 14%);
}
h1 a[href*="#"], h1 a.header-anchor, h2 a[href*="#"], h2 a.header-anchor, h3 a[href*="#"], h3 a.header-anchor, h4 a[href*="#"], h4 a.header-anchor, h5 a[href*="#"], h5 a.header-anchor, h6 a[href*="#"], h6 a.header-anchor {
  color: inherit;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6, ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6, ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6 {
  margin-top: 3rem;
}

h1, .h1 {
  font-size: 3.5rem;
  font-size: clamp(2.25rem, 5vmin, 3.5rem);
  font-weight: 900;
  line-height: 4rem;
  line-height: clamp(2.75rem, 6vmin, 4rem);
}

h2, .h2 {
  font-size: 2.25rem;
  font-size: clamp(1.75rem, 4vmin, 2.25rem);
  font-weight: 900;
  line-height: 2.75rem;
  line-height: clamp(2.25rem, 5vmin, 2.75rem);
}
h2.subtitle, .h2.subtitle {
  font-weight: 300;
}

h3, .h3 {
  font-size: 1.75rem;
  font-size: clamp(1.5rem, 3.5vmin, 1.75rem);
  font-weight: 300;
  line-height: 2.25rem;
  line-height: clamp(1.75rem, 4vmin, 2.25rem);
}

h4, .eyebrow {
  font-family: oswald, sans-serif;
  font-size: 1.15rem;
  font-size: clamp(1rem, 3vmin, 1.15rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.75rem;
  line-height: clamp(1.75rem, 3.5vmin, 1.75rem);
  text-transform: uppercase;
}

.eyebrow {
  color: hsl(38deg, 95%, 50%);
  margin-bottom: 1rem;
}

h5, .lead {
  font-family: museo-sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

h6, .eyebrow--sm {
  font-family: oswald, sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}

.intro {
  font-size: 1.3rem;
  font-size: clamp(1.2rem, 2.75vmin, 1.3rem);
  line-height: 2rem;
  line-height: clamp(1.75rem, 3.5vmin, 2rem);
}

p {
  margin-bottom: 2rem;
}

.note {
  font-size: 0.85rem;
}

.caption {
  font-size: 0.85rem;
  font-weight: 300;
}

strong {
  font-weight: 900;
}

i {
  font-style: italic;
}

b {
  font-weight: 900;
}

a {
  text-decoration: none;
}

a:not(.btn, .card, .social__link, .logo) {
  background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, hsl(191deg, 61%, 72%), hsl(191deg, 61%, 72%));
  background-size: 100% 0, 0 0;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.15s ease;
  color: hsl(255deg, 48%, 50%);
  display: inline;
  padding-bottom: calc(0.5rem / 3);
  position: relative;
  text-decoration: none;
}
a:not(.btn, .card, .social__link, .logo):hover:hover, a:not(.btn, .card, .social__link, .logo):hover:active, a:not(.btn, .card, .social__link, .logo):hover:focus {
  background-size: 0 0.15rem, 100% 0.15rem;
}

pre,
.highlighter-rouge {
  background-color: #18191b;
  border-radius: 0.25rem;
  color: #e0e0ff;
  font-family: "Inconsolata", monospace;
  margin-bottom: 2rem;
  padding: 1rem;
}
pre .highlight,
.highlighter-rouge .highlight {
  background-color: transparent;
  padding: 0;
  white-space: pre-wrap;
}
pre code.hljs,
.highlighter-rouge code.hljs {
  background-color: transparent;
}

code.highlighter-rouge {
  background-color: #e4e5e7;
  box-decoration-break: clone;
  color: hsl(259deg, 83%, 14%);
  padding: calc(0.5rem / 2) 0.5rem;
}

.color--dark {
  color: hsl(259deg, 83%, 14%);
}
.color--off-dark {
  color: #23095d;
}
.color--light {
  color: hsl(240deg, 100%, 99%);
}
.color--off-light {
  color: #e0e0ff;
}
.color--gray-light {
  color: #787e87;
}
.color--splash-1 {
  color: hsl(255deg, 48%, 50%);
}
.color--splash-2 {
  color: hsl(191deg, 61%, 72%) !important;
}
.color--splash-3 {
  color: hsl(38deg, 95%, 50%);
}
.color--title {
  color: hsl(259deg, 83%, 14%);
}
.color--title-accent {
  color: hsl(191deg, 61%, 72%) !important;
}

.u-border {
  border: 0.25rem solid hsl(191deg, 61%, 72%);
}
.u-border--top {
  border-top: 0.25rem solid hsl(191deg, 61%, 72%);
}
.u-border--right {
  border-right: 0.25rem solid hsl(191deg, 61%, 72%);
}
.u-border--bottom {
  border-bottom: 0.25rem solid hsl(191deg, 61%, 72%);
}
.u-border--left {
  border-left: 0.25rem solid hsl(191deg, 61%, 72%);
}
.u-border--light {
  border-width: 1px;
}

.u-fill--width {
  width: 100%;
  box-sizing: border-box;
}

.u-width-75 {
  width: 75%;
}
@media screen and (max-width: 576px) {
  .u-width-75--mobile {
    width: 75% !important;
  }
}

.u-full-fold {
  min-height: 99.5vh;
}

.u-full-height {
  height: 100%;
}

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

.u-pos-relative {
  position: relative;
}

.u-sticky {
  position: sticky;
}
.u-sticky--bottom {
  bottom: 0;
}

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

.u-radius {
  border-radius: 0.25rem;
}

.u-overlap {
  margin-bottom: -35%;
}

.u-contained {
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
}
.u-contained--sm {
  max-width: 40rem;
}
.u-contained--wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
}
.u-contained--max {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}

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

.u-flex {
  display: flex !important;
}
.u-flex-align--baseline {
  align-items: baseline;
}
.u-flex-align--center {
  align-items: center;
}
.u-flex-justify--center {
  justify-content: center;
}
.u-flex-justify--space-between {
  justify-content: space-between;
}
.u-flex-wrap {
  flex-wrap: wrap;
}
.u-flex-gap {
  gap: 1rem;
}
.u-flex-gap--sm {
  gap: 0.5rem;
}

@media (min-width: 576px) {
  .u-padded {
    padding: 3rem;
  }
  .u-padded--lg {
    padding: 5rem;
  }
  .u-padded--xlg {
    padding: 7rem;
  }
}
.u-padded--none {
  padding: 0;
}
.u-padded--sm {
  padding: 2rem;
}
.u-padded--xs {
  padding: 1rem;
}
@media (min-width: 576px) {
  .u-padded--xs--xs {
    padding: 1rem;
  }
  .u-padded--xs--sm {
    padding: 2rem;
  }
}
.u-padded-top {
  padding-top: 3rem;
}
.u-padded-top--none {
  padding-top: 0 !important;
}
.u-padded-top--xs {
  padding-top: 1rem;
}
.u-padded-top--sm {
  padding-top: 2rem;
}
.u-padded-top--lg {
  padding-top: 5rem;
}
.u-padded-top--xlg {
  padding-top: 7rem;
}
.u-padded-right {
  padding-right: 3rem;
}
.u-padded-right--none {
  padding-right: 0 !important;
}
.u-padded-right--xs {
  padding-right: 1rem;
}
.u-padded-right--sm {
  padding-right: 2rem;
}
.u-padded-right--lg {
  padding-right: 5rem;
}
.u-padded-right--xlg {
  padding-right: 7rem;
}
.u-padded-bottom {
  padding-bottom: 3rem;
}
.u-padded-bottom--none {
  padding-bottom: 0 !important;
}
.u-padded-bottom--xxs {
  padding-bottom: 0.5rem;
}
.u-padded-bottom--xs {
  padding-bottom: 1rem;
}
.u-padded-bottom--sm {
  padding-bottom: 2rem;
}
.u-padded-bottom--lg {
  padding-bottom: 5rem;
}
.u-padded-bottom--xlg {
  padding-bottom: 7rem;
}
.u-padded-left {
  padding-left: 3rem;
}
.u-padded-left--none {
  padding-left: 0 !important;
}
.u-padded-left--xs {
  padding-left: 1rem;
}
.u-padded-left--sm {
  padding-left: 2rem;
}
.u-padded-left--lg {
  padding-left: 5rem;
}
.u-padded-left--xlg {
  padding-left: 7rem;
}

.u-push {
  margin: 3rem;
}
.u-push--auto {
  margin-left: auto;
  margin-right: auto;
}
.u-push--none {
  margin: 0 !important;
}
.u-push--xs {
  margin: 1rem;
}
.u-push--sm {
  margin: 2rem;
}
.u-push--lg {
  margin: 5rem;
}
.u-push--xlg {
  margin: 7rem;
}
.u-push-bottom {
  margin-bottom: 3rem;
}
.u-push-bottom--none {
  margin-bottom: 0 !important;
}
.u-push-bottom--xs {
  margin-bottom: 1rem;
}
.u-push-bottom--sm {
  margin-bottom: 2rem;
}
.u-push-bottom--lg {
  margin-bottom: 5rem;
}
.u-push-bottom--xlg {
  margin-bottom: 7rem;
}
.u-push-top {
  margin-top: 3rem;
}
.u-push-top--none {
  margin-top: 0 !important;
}
.u-push-top--none {
  margin-top: 0;
}
.u-push-top--xs {
  margin-top: 1rem;
}
.u-push-top--sm {
  margin-top: 2rem;
}
.u-push-top--lg {
  margin-top: 5rem;
}
.u-push-top--xlg {
  margin-top: 7rem;
}
.u-push-right {
  margin-right: 3rem;
}
.u-push-right--none {
  margin-right: 0;
}
.u-push-right--xs {
  margin-right: 1rem;
}
.u-push-right--sm {
  margin-right: 2rem;
}
.u-push-right--lg {
  margin-right: 5rem;
}
.u-push-right--xlg {
  margin-right: 7rem;
}
.u-push-left {
  margin-left: 3rem;
}
.u-push-left--none {
  margin-left: 0;
}
.u-push-left--xs {
  margin-left: 1rem;
}
.u-push-left--sm {
  margin-left: 2rem;
}
.u-push-left--lg {
  margin-left: 5rem;
}
.u-push-left--xlg {
  margin-left: 7rem;
}

.u-left--xs {
  text-align: left;
}

.u-right--xs {
  text-align: right;
}

.u-center--xs {
  text-align: center;
}

@media (min-width: 576px) {
  .u-left--sm {
    text-align: left;
  }
  .u-right--sm {
    text-align: right;
  }
  .u-center--sm {
    text-align: center;
  }
}
@media (min-width: 744px) {
  .u-left--md {
    text-align: left;
  }
  .u-right--md {
    text-align: right;
  }
  .u-center--md {
    text-align: center;
  }
}
@media (min-width: 900px) {
  .u-left--lg {
    text-align: left;
  }
  .u-right--lg {
    text-align: right;
  }
  .u-center--lg {
    text-align: center;
  }
}
.u-float--left {
  float: left;
}

.u-float--right {
  float: right;
}

.u-clear--both {
  clear: both;
}

.u-box--border {
  box-sizing: border-box;
}
.u-box--content {
  box-sizing: content-box;
}

.u-stick__container {
  height: 100%;
}

.u-stick {
  display: block;
  position: sticky;
  top: 10px;
}

.u-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-sm {
  font-size: 0.9rem;
  line-height: 1.75rem;
  line-height: clamp(1.25rem, 2.1vmin, 1.75rem);
}
.u-text-lg {
  font-size: 1.3rem;
  font-size: clamp(1.2rem, 2.75vmin, 1.3rem);
  line-height: 2rem;
  line-height: clamp(1.75rem, 3.5vmin, 2rem);
}
.u-text-xlg {
  font-size: 2.25rem;
}

@media screen and (min-width: 744px) {
  .u-show-tablet {
    display: none;
  }
}

@media screen and (max-width: 744px) {
  .u-show-desktop {
    display: none;
  }
}

.u-hide {
  display: none;
}

.border-color--dark {
  border-color: hsl(259deg, 83%, 14%);
}
.border-color--off-dark {
  border-color: #23095d;
}
.border-color--light {
  border-color: hsl(240deg, 100%, 99%);
}
.border-color--off-light {
  border-color: #e0e0ff;
}
.border-color--splash-1 {
  border-color: hsl(255deg, 48%, 50%);
}
.border-color--splash-2 {
  border-color: hsl(191deg, 61%, 72%);
}
.border-color--splash-3 {
  border-color: hsl(38deg, 95%, 50%);
}

.fill--splash-1 {
  background-color: hsl(255deg, 48%, 50%);
  fill: hsl(255deg, 48%, 50%);
}
.fill--splash-2 {
  background-color: hsl(191deg, 61%, 72%);
  fill: hsl(191deg, 61%, 72%);
}
.fill--splash-3 {
  background-color: hsl(38deg, 95%, 50%);
  fill: hsl(38deg, 95%, 50%);
}
.fill--black {
  background-color: hsl(259deg, 83%, 14%);
  fill: hsl(259deg, 83%, 14%);
}

.u-overflow-visible {
  overflow: visible;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
.grid > img {
  width: 100%;
}
.grid--mobile-2 {
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-columns: repeat(2, 1fr);
}
.grid--mobile-2 > *:nth-child(1) {
  -ms-grid-row: 1;
}
.grid--mobile-2 > *:nth-child(2) {
  -ms-grid-row: 2;
}
.grid--mobile-2 > *:nth-child(3) {
  -ms-grid-row: 3;
}
.grid--mobile-2 > *:nth-child(4) {
  -ms-grid-row: 4;
}
.grid--mobile-2 > *:nth-child(5) {
  -ms-grid-row: 5;
}
.grid--mobile-2 > *:nth-child(6) {
  -ms-grid-row: 6;
}
.grid--mobile-2 > *:nth-child(7) {
  -ms-grid-row: 7;
}
.grid--mobile-2 > *:nth-child(8) {
  -ms-grid-row: 8;
}
.grid--mobile-2 > *:nth-child(9) {
  -ms-grid-row: 9;
}
.grid--mobile-2 > *:nth-child(10) {
  -ms-grid-row: 10;
}
.grid--mobile-2 > *:nth-child(11) {
  -ms-grid-row: 11;
}
.grid--mobile-2 > *:nth-child(12) {
  -ms-grid-row: 12;
}
.grid--mobile-2 > *:nth-child(13) {
  -ms-grid-row: 13;
}
.grid--mobile-2 > *:nth-child(14) {
  -ms-grid-row: 14;
}
.grid--mobile-2 > *:nth-child(15) {
  -ms-grid-row: 15;
}
.grid--mobile-2 > *:nth-child(16) {
  -ms-grid-row: 16;
}
.grid--mobile-2 > *:nth-child(17) {
  -ms-grid-row: 17;
}
.grid--mobile-2 > *:nth-child(18) {
  -ms-grid-row: 18;
}
.grid--mobile-2 > *:nth-child(19) {
  -ms-grid-row: 19;
}
.grid--mobile-2 > *:nth-child(20) {
  -ms-grid-row: 20;
}
.grid--mobile-2 > *:nth-child(21) {
  -ms-grid-row: 21;
}
.grid--mobile-2 > *:nth-child(22) {
  -ms-grid-row: 22;
}
.grid--mobile-2 > *:nth-child(23) {
  -ms-grid-row: 23;
}
.grid--mobile-2 > *:nth-child(24) {
  -ms-grid-row: 24;
}
.grid--mobile-2 > *:nth-child(25) {
  -ms-grid-row: 25;
}
.grid--mobile-2 > *:nth-child(26) {
  -ms-grid-row: 26;
}
.grid--mobile-2 > *:nth-child(27) {
  -ms-grid-row: 27;
}
.grid--mobile-2 > *:nth-child(28) {
  -ms-grid-row: 28;
}
.grid--mobile-2 > *:nth-child(29) {
  -ms-grid-row: 29;
}
.grid--mobile-2 > *:nth-child(30) {
  -ms-grid-row: 30;
}
.grid--mobile-2 > *:nth-child(31) {
  -ms-grid-row: 31;
}
.grid--mobile-2 > *:nth-child(32) {
  -ms-grid-row: 32;
}
.grid--mobile-2 > *:nth-child(33) {
  -ms-grid-row: 33;
}
.grid--mobile-2 > *:nth-child(34) {
  -ms-grid-row: 34;
}
.grid--mobile-2 > *:nth-child(35) {
  -ms-grid-row: 35;
}
.grid--mobile-2 > *:nth-child(36) {
  -ms-grid-row: 36;
}
.grid--mobile-2 > *:nth-child(37) {
  -ms-grid-row: 37;
}
.grid--mobile-2 > *:nth-child(38) {
  -ms-grid-row: 38;
}
.grid--mobile-2 > *:nth-child(39) {
  -ms-grid-row: 39;
}
.grid--mobile-2 > *:nth-child(40) {
  -ms-grid-row: 40;
}
.grid--auto {
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
}
.grid--2 > *:nth-child(1) {
  -ms-grid-row: 1;
}
.grid--2 > *:nth-child(2) {
  -ms-grid-row: 2;
}
.grid--2 > *:nth-child(3) {
  -ms-grid-row: 3;
}
.grid--2 > *:nth-child(4) {
  -ms-grid-row: 4;
}
.grid--2 > *:nth-child(5) {
  -ms-grid-row: 5;
}
.grid--2 > *:nth-child(6) {
  -ms-grid-row: 6;
}
.grid--2 > *:nth-child(7) {
  -ms-grid-row: 7;
}
.grid--2 > *:nth-child(8) {
  -ms-grid-row: 8;
}
.grid--2 > *:nth-child(9) {
  -ms-grid-row: 9;
}
.grid--2 > *:nth-child(10) {
  -ms-grid-row: 10;
}
.grid--2 > *:nth-child(11) {
  -ms-grid-row: 11;
}
.grid--2 > *:nth-child(12) {
  -ms-grid-row: 12;
}
@media screen and (min-width: 744px) {
  .grid--2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-row: unset;
  }
  .grid--2 > *:nth-child(2n+1) {
    -ms-grid-column: 1;
  }
  .grid--2 > *:nth-child(2n+2) {
    -ms-grid-column: 2;
  }
}
.grid--2-lg > *:nth-child(1) {
  -ms-grid-row: 1;
}
.grid--2-lg > *:nth-child(2) {
  -ms-grid-row: 2;
}
.grid--2-lg > *:nth-child(3) {
  -ms-grid-row: 3;
}
.grid--2-lg > *:nth-child(4) {
  -ms-grid-row: 4;
}
.grid--2-lg > *:nth-child(5) {
  -ms-grid-row: 5;
}
.grid--2-lg > *:nth-child(6) {
  -ms-grid-row: 6;
}
.grid--2-lg > *:nth-child(7) {
  -ms-grid-row: 7;
}
.grid--2-lg > *:nth-child(8) {
  -ms-grid-row: 8;
}
.grid--2-lg > *:nth-child(9) {
  -ms-grid-row: 9;
}
.grid--2-lg > *:nth-child(10) {
  -ms-grid-row: 10;
}
.grid--2-lg > *:nth-child(11) {
  -ms-grid-row: 11;
}
.grid--2-lg > *:nth-child(12) {
  -ms-grid-row: 12;
}
@media screen and (min-width: 900px) {
  .grid--2-lg {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-row: unset;
  }
  .grid--2-lg > *:nth-child(2n+1) {
    -ms-grid-column: 1;
  }
  .grid--2-lg > *:nth-child(2n+2) {
    -ms-grid-column: 2;
  }
}
.grid--3 > *:nth-child(1) {
  -ms-grid-row: 1;
}
.grid--3 > *:nth-child(2) {
  -ms-grid-row: 2;
}
.grid--3 > *:nth-child(3) {
  -ms-grid-row: 3;
}
.grid--3 > *:nth-child(4) {
  -ms-grid-row: 4;
}
.grid--3 > *:nth-child(5) {
  -ms-grid-row: 5;
}
.grid--3 > *:nth-child(6) {
  -ms-grid-row: 6;
}
.grid--3 > *:nth-child(7) {
  -ms-grid-row: 7;
}
.grid--3 > *:nth-child(8) {
  -ms-grid-row: 8;
}
.grid--3 > *:nth-child(9) {
  -ms-grid-row: 9;
}
.grid--3 > *:nth-child(10) {
  -ms-grid-row: 10;
}
.grid--3 > *:nth-child(11) {
  -ms-grid-row: 11;
}
.grid--3 > *:nth-child(12) {
  -ms-grid-row: 12;
}
.grid--3 > *:nth-child(13) {
  -ms-grid-row: 13;
}
.grid--3 > *:nth-child(14) {
  -ms-grid-row: 14;
}
.grid--3 > *:nth-child(15) {
  -ms-grid-row: 15;
}
.grid--3 > *:nth-child(16) {
  -ms-grid-row: 16;
}
.grid--3 > *:nth-child(17) {
  -ms-grid-row: 17;
}
.grid--3 > *:nth-child(18) {
  -ms-grid-row: 18;
}
.grid--3 > *:nth-child(19) {
  -ms-grid-row: 19;
}
.grid--3 > *:nth-child(20) {
  -ms-grid-row: 20;
}
.grid--3 > *:nth-child(21) {
  -ms-grid-row: 21;
}
.grid--3 > *:nth-child(22) {
  -ms-grid-row: 22;
}
.grid--3 > *:nth-child(23) {
  -ms-grid-row: 23;
}
.grid--3 > *:nth-child(24) {
  -ms-grid-row: 24;
}
.grid--3 > *:nth-child(25) {
  -ms-grid-row: 25;
}
.grid--3 > *:nth-child(26) {
  -ms-grid-row: 26;
}
.grid--3 > *:nth-child(27) {
  -ms-grid-row: 27;
}
.grid--3 > *:nth-child(28) {
  -ms-grid-row: 28;
}
.grid--3 > *:nth-child(29) {
  -ms-grid-row: 29;
}
.grid--3 > *:nth-child(30) {
  -ms-grid-row: 30;
}
.grid--3 > *:nth-child(31) {
  -ms-grid-row: 31;
}
.grid--3 > *:nth-child(32) {
  -ms-grid-row: 32;
}
.grid--3 > *:nth-child(33) {
  -ms-grid-row: 33;
}
.grid--3 > *:nth-child(34) {
  -ms-grid-row: 34;
}
.grid--3 > *:nth-child(35) {
  -ms-grid-row: 35;
}
.grid--3 > *:nth-child(36) {
  -ms-grid-row: 36;
}
.grid--3 > *:nth-child(37) {
  -ms-grid-row: 37;
}
.grid--3 > *:nth-child(38) {
  -ms-grid-row: 38;
}
.grid--3 > *:nth-child(39) {
  -ms-grid-row: 39;
}
.grid--3 > *:nth-child(40) {
  -ms-grid-row: 40;
}
@media screen and (min-width: 744px) {
  .grid--3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--3 > *:nth-child(2n+1) {
    -ms-grid-column: 1;
  }
  .grid--3 > *:nth-child(2n+2) {
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 900px) {
  .grid--3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--3 > *:nth-child(3n+1) {
    -ms-grid-column: 1;
  }
  .grid--3 > *:nth-child(3n+2) {
    -ms-grid-column: 2;
  }
  .grid--3 > *:nth-child(3n+3) {
    -ms-grid-column: 3;
  }
}
.grid--4 > *:nth-child(1) {
  -ms-grid-row: 1;
}
.grid--4 > *:nth-child(2) {
  -ms-grid-row: 2;
}
.grid--4 > *:nth-child(3) {
  -ms-grid-row: 3;
}
.grid--4 > *:nth-child(4) {
  -ms-grid-row: 4;
}
.grid--4 > *:nth-child(5) {
  -ms-grid-row: 5;
}
.grid--4 > *:nth-child(6) {
  -ms-grid-row: 6;
}
.grid--4 > *:nth-child(7) {
  -ms-grid-row: 7;
}
.grid--4 > *:nth-child(8) {
  -ms-grid-row: 8;
}
.grid--4 > *:nth-child(9) {
  -ms-grid-row: 9;
}
.grid--4 > *:nth-child(10) {
  -ms-grid-row: 10;
}
.grid--4 > *:nth-child(11) {
  -ms-grid-row: 11;
}
.grid--4 > *:nth-child(12) {
  -ms-grid-row: 12;
}
@media screen and (min-width: 744px) {
  .grid--4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--4 > *:nth-child(2n+1) {
    -ms-grid-column: 1;
  }
  .grid--4 > *:nth-child(2n+2) {
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 900px) {
  .grid--4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--4 > *:nth-child(4n+1) {
    -ms-grid-column: 1;
  }
  .grid--4 > *:nth-child(4n+2) {
    -ms-grid-column: 2;
  }
  .grid--4 > *:nth-child(4n+3) {
    -ms-grid-column: 3;
  }
  .grid--4 > *:nth-child(4n+4) {
    -ms-grid-column: 4;
  }
}
.grid--5 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.grid--5 > *:nth-child(1) {
  -ms-grid-row: 1;
}
.grid--5 > *:nth-child(2) {
  -ms-grid-row: 2;
}
.grid--5 > *:nth-child(3) {
  -ms-grid-row: 3;
}
.grid--5 > *:nth-child(4) {
  -ms-grid-row: 4;
}
.grid--5 > *:nth-child(5) {
  -ms-grid-row: 5;
}
.grid--5 > *:nth-child(6) {
  -ms-grid-row: 6;
}
.grid--5 > *:nth-child(7) {
  -ms-grid-row: 7;
}
.grid--5 > *:nth-child(8) {
  -ms-grid-row: 8;
}
.grid--5 > *:nth-child(9) {
  -ms-grid-row: 9;
}
.grid--5 > *:nth-child(10) {
  -ms-grid-row: 10;
}
.grid--5 > *:nth-child(11) {
  -ms-grid-row: 11;
}
.grid--5 > *:nth-child(12) {
  -ms-grid-row: 12;
}
@media screen and (min-width: 900px) {
  .grid--5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--5 > *:nth-child(5n+1) {
    -ms-grid-column: 1;
  }
  .grid--5 > *:nth-child(5n+2) {
    -ms-grid-column: 2;
  }
  .grid--5 > *:nth-child(5n+3) {
    -ms-grid-column: 3;
  }
  .grid--5 > *:nth-child(5n+4) {
    -ms-grid-column: 4;
  }
  .grid--5 > *:nth-child(5n+5) {
    -ms-grid-column: 5;
  }
}
.grid--narrow-wide {
  grid-template-areas: "narrow narrow" "wide wide";
  grid-template-columns: 2fr 3fr;
}
.grid--narrow-wide *:first-child {
  grid-area: narrow;
}
.grid--narrow-wide *:nth-child(2) {
  grid-area: wide;
}
@media screen and (min-width: 576px) {
  .grid--narrow-wide {
    grid-template-areas: "narrow wide";
  }
}
.grid--wide-narrow {
  grid-template-areas: "wide wide" "narrow narrow";
  grid-template-columns: 3fr 2fr;
}
.grid--wide-narrow *:first-child {
  grid-area: wide;
}
.grid--wide-narrow *:nth-child(2) {
  grid-area: narrow;
}
@media screen and (min-width: 576px) {
  .grid--wide-narrow {
    grid-template-areas: "wide narrow";
  }
}
.grid--events > *:nth-child(1) {
  -ms-grid-row: 1;
}
.grid--events > *:nth-child(2) {
  -ms-grid-row: 2;
}
.grid--events > *:nth-child(3) {
  -ms-grid-row: 3;
}
.grid--events > *:nth-child(4) {
  -ms-grid-row: 4;
}
.grid--events > *:nth-child(5) {
  -ms-grid-row: 5;
}
.grid--events > *:nth-child(6) {
  -ms-grid-row: 6;
}
.grid--events > *:nth-child(7) {
  -ms-grid-row: 7;
}
.grid--events > *:nth-child(8) {
  -ms-grid-row: 8;
}
.grid--events > *:nth-child(9) {
  -ms-grid-row: 9;
}
.grid--events > *:nth-child(10) {
  -ms-grid-row: 10;
}
.grid--events > *:nth-child(11) {
  -ms-grid-row: 11;
}
.grid--events > *:nth-child(12) {
  -ms-grid-row: 12;
}
@media screen and (min-width: 744px) {
  .grid--events {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--events > *:nth-child(2n+1) {
    -ms-grid-column: 1;
  }
  .grid--events > *:nth-child(2n+2) {
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 1200px) {
  .grid--events {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--events > *:nth-child(4n+1) {
    -ms-grid-column: 1;
  }
  .grid--events > *:nth-child(4n+2) {
    -ms-grid-column: 2;
  }
  .grid--events > *:nth-child(4n+3) {
    -ms-grid-column: 3;
  }
  .grid--events > *:nth-child(4n+4) {
    -ms-grid-column: 4;
  }
}
.grid--baseline {
  align-items: baseline;
}
.grid--center {
  align-items: center;
}
.grid--start {
  align-items: start;
}
.grid--end {
  align-items: end;
}
.grid--lg-gap {
  grid-gap: 5rem;
}
.grid--sm-gap {
  grid-gap: 1rem 2rem;
}
.grid__child--column-start-1 {
  grid-column-start: 1;
  -ms-grid-column: 1;
}
.grid__child--span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.grid__child--span-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.grid__child--span-all {
  -ms-grid-column: 1/-1;
  grid-column: 1/-1;
}
@media screen and (min-width: 744px) {
  .grid__child--row-1 {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

nav,
.nav {
  background-color: hsl(259deg, 83%, 14%);
  color: hsl(240deg, 100%, 99%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 2rem;
  position: relative;
  z-index: 200;
}
nav > div,
.nav > div {
  display: grid;
  display: -ms-grid;
  grid-gap: 0 2rem;
  grid-template-columns: 1fr auto;
  -ms-grid-columns: 1fr auto;
  align-items: center;
  width: 100%;
}
nav a.nav__logo,
.nav a.nav__logo {
  height: 7rem;
  margin: 0;
  width: 75%;
}

#nav__toggle,
.nav__toggle {
  display: none;
}

.nav__list {
  line-height: clamp(1.35rem, 2vmin, 1.5rem);
  list-style-type: none;
}
.nav__list > .nav__link--parent > ul {
  margin-left: 0;
}
.nav__list ul {
  list-style-type: none;
  margin-left: 0;
}

.nav__link {
  border-bottom: 0;
}
.nav__link--parent ul {
  margin-left: 2rem;
}
.nav__link a {
  border-radius: 0.25rem;
  color: #f9f6fe;
  display: block;
  padding: 0.5rem;
}
.nav__link a:hover, .nav__link a:focus, .nav__link a:active {
  background: hsl(255deg, 48%, 50%);
}
.nav__link a.active {
  background: hsl(255deg, 50%, 30%);
}

main .nav__link a {
  color: hsl(255deg, 48%, 50%);
}
main .nav__link a:hover, main .nav__link a:active, main .nav__link a:focus {
  color: #e9e0fa;
}

@media screen and (max-width: 744px) {
  nav,
.nav {
    display: grid;
    grid-template-areas: "logo toggle" "links links";
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  nav a.nav__logo,
.nav a.nav__logo {
    height: 4rem;
    grid-area: logo;
  }
  .nav__toggle,
#nav__toggle {
    display: inline-block;
    grid-area: toggle;
  }
  .nav__toggle {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 2;
    -ms-grid-column: 2;
    height: 2rem;
    justify-self: end;
    position: relative;
    transition: all 0.3s ease;
    width: 2rem;
  }
  .nav__toggle::before, .nav__toggle::after {
    background: hsl(240deg, 100%, 99%);
    border-radius: 1rem;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    transform-origin: center;
    transition: all 0.3s ease;
  }
  .nav__toggle::before {
    transform: translateY(0.7rem);
    width: 100%;
  }
  .nav__toggle::after {
    transform: translateY(1.1rem);
    width: 75%;
  }
  #nav__toggle {
    margin: 0;
    opacity: 0;
  }
  #nav__toggle:checked + .nav__toggle {
    transform: rotate(45deg);
  }
  #nav__toggle:checked + .nav__toggle::before {
    transform: translate(0.1rem, 1rem);
    width: 75%;
  }
  #nav__toggle:checked + .nav__toggle::after {
    transform: rotate(-90deg) translate(-1rem, 0.1rem);
  }
  #nav__toggle:checked ~ .nav__list {
    max-height: 1600px;
    padding-bottom: 3rem;
  }
  .nav__list {
    grid-area: links;
    margin: 0 auto;
    max-height: 0px;
    overflow: hidden;
    transition: 1s ease all;
    width: auto;
  }
}
body {
  background-color: hsl(240deg, 100%, 99%);
  display: grid;
  gap: clamp(0.5rem, 2vmin, 3rem);
  grid-template-columns: minmax(300px, 1fr) 3fr;
  min-height: 100vh;
}

main {
  margin: 0 auto;
  max-width: 40rem;
  padding: 3rem 2rem;
  width: 100%;
}

@media screen and (max-width: 744px) {
  body {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}
section {
  box-sizing: border-box;
  padding: 5rem 2rem;
  width: 100vw;
}
section.full-bleed {
  padding: 7rem 0;
}
section.flush {
  padding: 0;
}

.section__copy {
  max-width: 55rem;
  margin: auto;
}

.section-break {
  grid-column: 1/-1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
}
.section-break div {
  width: 100%;
  height: 5px;
}
.section-break div:nth-child(1) {
  background-color: hsl(38deg, 95%, 50%);
  -ms-grid-column: 1;
}
.section-break div:nth-child(2) {
  background-color: hsl(255deg, 48%, 50%);
  -ms-grid-column: 2;
}
.section-break div:nth-child(3) {
  background-color: hsl(191deg, 61%, 72%);
  -ms-grid-column: 3;
}

.section--texture,
.section--texture-full-color {
  background-size: 500%;
  background-position: center;
}

.section--dark, .section--dark-2 {
  background-color: hsl(259deg, 83%, 14%);
  color: #e0e0ff;
}
.section--dark.section--texture, .section--dark-2.section--texture {
  background-image: url(https://gaslight-website.s3.amazonaws.com/website-images/pattern-color-dark.svg);
}
.section--dark.section--texture-full-color, .section--dark-2.section--texture-full-color {
  background-image: url(https://gaslight-website.s3.amazonaws.com/website-images/pattern-full-color.svg);
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark-2 h1, .section--dark-2 h2, .section--dark-2 h3 {
  color: hsl(240deg, 100%, 99%);
}
.section--dark h4, .section--dark h5, .section--dark h6, .section--dark-2 h4, .section--dark-2 h5, .section--dark-2 h6 {
  color: #e0e0ff;
}
.section--dark a, .section--dark-2 a {
  color: hsl(260deg, 72%, 68%);
}
.section--dark a.btn, .section--dark-2 a.btn {
  color: hsl(240deg, 100%, 99%);
}
.section--dark a.btn:hover, .section--dark-2 a.btn:hover {
  color: hsl(240deg, 100%, 99%);
}
.section--dark input,
.section--dark textarea, .section--dark-2 input,
.section--dark-2 textarea {
  color: hsl(240deg, 100%, 99%);
  background-color: rgba(140, 211, 227, 0.5);
}
.section--dark input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]),
.section--dark textarea, .section--dark-2 input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]),
.section--dark-2 textarea {
  border-color: transparent !important;
}
.section--dark input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]):focus,
.section--dark textarea:focus, .section--dark-2 input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]):focus,
.section--dark-2 textarea:focus {
  box-shadow: 0 0 0 0.25rem hsl(259deg, 83%, 14%), 0 0 0 0.5rem hsl(191deg, 61%, 72%);
}
.section--dark .checkbox input[type=checkbox]:focus,
.section--dark .radio input[type=radio]:focus, .section--dark-2 .checkbox input[type=checkbox]:focus,
.section--dark-2 .radio input[type=radio]:focus {
  box-shadow: 0 0 0 0.25rem hsl(259deg, 83%, 14%), 0 0 0 0.5rem hsl(191deg, 61%, 72%);
}

.section--dark-2 {
  background-color: hsl(257deg, 61%, 23%);
}

.section--light {
  background-color: hsl(240deg, 100%, 99%);
}
.section--light.section--texture {
  background-image: url(https://gaslight-website.s3.amazonaws.com/website-images/pattern-color-light.svg);
}
.section--light.section--texture-full-color {
  background-image: url(https://gaslight-website.s3.amazonaws.com/website-images/pattern-full-color.svg);
}

.section--off-dark {
  background-color: #23095d;
}

.section--off-light {
  background-color: #e0e0ff;
}

.section--splash-1 {
  background-color: hsl(255deg, 48%, 50%);
}
.section--splash-1.section--texture {
  background-image: url(https://gaslight-website.s3.amazonaws.com/website-images/pattern-color-1.svg);
}

.section--splash-2 {
  background-color: hsl(191deg, 61%, 72%);
}
.section--splash-2.section--texture {
  background-image: url(https://gaslight-website.s3.amazonaws.com/website-images/pattern-color-2.svg);
}

.section--splash-3 {
  background-color: hsl(38deg, 95%, 50%);
}
.section--splash-3.section--texture {
  background-image: url(https://gaslight-website.s3.amazonaws.com/website-images/pattern-color-3.svg);
}

.section--gray {
  background-color: hsl(217deg, 6%, 30%);
}

.section--red {
  background-color: hsl(337deg, 95%, 51%);
}

.section--yellow {
  background-color: hsl(38deg, 95%, 50%);
}

.section--blue {
  background-color: hsl(191deg, 61%, 72%);
}

.section--purple-400 {
  background-color: hsl(260deg, 72%, 68%);
}

.section--purple-500 {
  background-color: hsl(255deg, 48%, 50%);
}

.section--purple-600 {
  background-color: hsl(257deg, 61%, 23%);
}

.section--purple-700 {
  background-color: hsl(259deg, 83%, 14%);
}

footer, .footer {
  background-color: hsl(259deg, 83%, 14%);
  color: hsl(240deg, 100%, 99%);
  font-size: 0.85rem;
  padding: 3rem 2rem 5rem;
}
footer__container, .footer__container {
  display: grid;
  grid-template-areas: "logo" "social" "description" "menu" "copyright";
  grid-gap: 2rem;
  max-width: 70rem;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  footer__container, .footer__container {
    grid-template-areas: "logo         social" "description  description" "menu         menu" "copyright    copyright";
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  footer__container, .footer__container {
    grid-template-areas: "logo        social" "description menu" "copyright   menu";
    grid-template-columns: 15em 1fr;
    grid-gap: 2rem 8rem;
    justify-content: space-between;
  }
}
footer__logo, .footer__logo {
  grid-area: logo;
  height: 10rem;
  background-position: center;
}
@media screen and (min-width: 744px) {
  footer__logo, .footer__logo {
    height: 6rem;
    background-position: unset;
  }
}
footer__description, .footer__description {
  grid-area: description;
  line-height: 1.6;
}
footer__copyright, .footer__copyright {
  grid-area: copyright;
  align-self: end;
  line-height: 1.6;
}
footer__social, .footer__social {
  grid-area: social;
  align-self: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 744px) {
  footer__social, .footer__social {
    justify-content: end;
  }
}
footer__social .social__link, .footer__social .social__link {
  width: 2rem;
}
footer__menu, .footer__menu {
  grid-area: menu;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
footer__menu ul, footer__menu li, .footer__menu ul, .footer__menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer__menu li, .footer__menu li {
  margin-bottom: 1rem;
  line-height: 1.6;
}
footer__menu a, .footer__menu a {
  color: hsl(240deg, 100%, 99%);
}
footer__menu a:hover, footer__menu a:focus, .footer__menu a:hover, .footer__menu a:focus {
  color: hsl(260deg, 72%, 68%);
}

nav.breadcrumbs,
.breadcrumbs {
  background-color: transparent;
  display: block;
  margin-bottom: 3rem;
  padding: 0;
}
nav.breadcrumbs ul, nav.breadcrumbs li, nav.breadcrumbs a,
.breadcrumbs ul,
.breadcrumbs li,
.breadcrumbs a {
  display: inline-block;
  list-style-type: none;
  color: #787e87;
  padding: 0px;
  margin-left: 0px;
}
nav.breadcrumbs ul li + li:before,
.breadcrumbs ul li + li:before {
  padding: 8px;
  color: #787e87;
  content: "/ ";
}
nav.breadcrumbs li:last-child a,
.breadcrumbs li:last-child a {
  color: hsl(255deg, 48%, 50%);
}

a.btn, .btn, input.hs-button {
  background: transparent;
  border: 4px solid hsl(255deg, 48%, 50%);
  border-radius: 50px;
  color: hsl(259deg, 83%, 14%);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: museo-sans, sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1.25rem;
  position: relative;
  bottom: 0;
  left: 0;
  padding: 0.5rem 2rem;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.15s ease;
  box-shadow: 0px 0px 0 hsl(255deg, 48%, 50%),0px 0px 0 rgba(0, 0, 0, 0);
}
a.btn:hover, a.btn:active, a.btn:focus, .btn:hover, .btn:active, .btn:focus, input.hs-button:hover, input.hs-button:active, input.hs-button:focus {
  box-shadow: 0px 0px 0 hsl(255deg, 48%, 50%),-1px 1px 0 hsl(255deg, 48%, 50%),-2px 2px 0 hsl(255deg, 48%, 50%),-3px 3px 0 hsl(255deg, 48%, 50%),-4px 4px 0 hsl(255deg, 48%, 50%),-5px 5px 0 hsl(255deg, 48%, 50%),-6px 6px 0 hsl(255deg, 48%, 50%),-7px 7px 0 hsl(255deg, 48%, 50%),-8px 8px 0 hsl(255deg, 48%, 50%),-9px 9px 0 hsl(255deg, 48%, 50%),-10px 10px 0 hsl(255deg, 48%, 50%),12px 12px 0 rgba(0, 0, 0, 0);
  color: hsl(259deg, 83%, 14%);
  bottom: 4px;
  left: 8px;
}
a.btn + .btn, .btn + .btn, input.hs-button + .btn {
  margin-left: 1rem;
}
a.btn--sm, .btn--sm, input.hs-button--sm {
  font-size: 0.85rem;
  line-height: 0.75rem;
  min-height: 0.25rem;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
}
a.btn--sm + .btn--sm, .btn--sm + .btn--sm, input.hs-button--sm + .btn--sm {
  margin-left: 0.5rem;
}

input.hs-button {
  width: auto;
  margin-top: 2rem;
}

@property --start-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.btn--cta, a.btn--cta,
.section--dark .btn--cta,
.section--dark a.btn--cta, input.hs-button {
  background-color: hsl(38deg, 95%, 50%);
  border-color: hsl(38deg, 95%, 50%);
  color: hsl(259deg, 83%, 14%);
  box-shadow: 0px 0px 0 hsl(38deg, 95%, 50%),0px 0px 0 rgba(0, 0, 0, 0);
}
.btn--cta::before, a.btn--cta::before,
.section--dark .btn--cta::before,
.section--dark a.btn--cta::before, input.hs-button::before {
  --start-angle: 0deg;
  content: "";
  position: absolute;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  border-radius: 50px;
  border: 4px solid transparent; /*2*/
  background: conic-gradient(from var(--start-angle), transparent 180deg, hsl(191deg, 61%, 60%) 180deg 300deg, transparent 300deg) border-box; /*3*/
  -webkit-mask: linear-gradient(hsl(240deg, 100%, 99%) 0 0) padding-box, linear-gradient(hsl(240deg, 100%, 99%) 0 0);
  -webkit-mask-composite: destination-out; /*5'*/
  mask-composite: exclude; /*5*/
  transition: --start-angle 0.25s ease;
}
.btn--cta:hover, .btn--cta:active, .btn--cta:focus, a.btn--cta:hover, a.btn--cta:active, a.btn--cta:focus,
.section--dark .btn--cta:hover,
.section--dark .btn--cta:active,
.section--dark .btn--cta:focus,
.section--dark a.btn--cta:hover,
.section--dark a.btn--cta:active,
.section--dark a.btn--cta:focus, input.hs-button:hover, input.hs-button:active, input.hs-button:focus {
  background-color: hsl(240deg, 100%, 99%);
  color: hsl(259deg, 83%, 14%);
  box-shadow: 0px 0px 0 hsl(38deg, 95%, 50%),-1px 1px 0 hsl(38deg, 95%, 50%),-2px 2px 0 hsl(38deg, 95%, 50%),-3px 3px 0 hsl(38deg, 95%, 50%),-4px 4px 0 hsl(38deg, 95%, 50%),-5px 5px 0 hsl(38deg, 95%, 50%),-6px 6px 0 hsl(38deg, 95%, 50%),-7px 7px 0 hsl(38deg, 95%, 50%),-8px 8px 0 hsl(38deg, 95%, 50%),-9px 9px 0 hsl(38deg, 95%, 50%),-10px 10px 0 hsl(38deg, 95%, 50%),12px 12px 0 rgba(0, 0, 0, 0);
}
.btn--cta:hover::before, .btn--cta:active::before, .btn--cta:focus::before, a.btn--cta:hover::before, a.btn--cta:active::before, a.btn--cta:focus::before,
.section--dark .btn--cta:hover::before,
.section--dark .btn--cta:active::before,
.section--dark .btn--cta:focus::before,
.section--dark a.btn--cta:hover::before,
.section--dark a.btn--cta:active::before,
.section--dark a.btn--cta:focus::before, input.hs-button:hover::before, input.hs-button:active::before, input.hs-button:focus::before {
  --start-angle: 160deg;
}
.btn--cta.btn--sm::before, a.btn--cta.btn--sm::before,
.section--dark .btn--cta.btn--sm::before,
.section--dark a.btn--cta.btn--sm::before, input.hs-button.btn--sm::before {
  content: unset;
}

.section--dark .btn,
.card:not(.card--light, .card--off-light) .btn {
  color: hsl(240deg, 100%, 99%);
  border-color: hsl(260deg, 72%, 68%);
  box-shadow: 0px 0px 0 hsl(260deg, 72%, 68%),0px 0px 0 rgba(0, 0, 0, 0);
}
.section--dark .btn:hover, .section--dark .btn:active, .section--dark .btn:focus,
.card:not(.card--light, .card--off-light) .btn:hover,
.card:not(.card--light, .card--off-light) .btn:active,
.card:not(.card--light, .card--off-light) .btn:focus {
  box-shadow: 0px 0px 0 hsl(260deg, 72%, 68%),-1px 1px 0 hsl(260deg, 72%, 68%),-2px 2px 0 hsl(260deg, 72%, 68%),-3px 3px 0 hsl(260deg, 72%, 68%),-4px 4px 0 hsl(260deg, 72%, 68%),-5px 5px 0 hsl(260deg, 72%, 68%),-6px 6px 0 hsl(260deg, 72%, 68%),-7px 7px 0 hsl(260deg, 72%, 68%),-8px 8px 0 hsl(260deg, 72%, 68%),-9px 9px 0 hsl(260deg, 72%, 68%),-10px 10px 0 hsl(260deg, 72%, 68%),12px 12px 0 rgba(0, 0, 0, 0);
  color: hsl(240deg, 100%, 99%);
}
.section--dark .btn--cta:hover, .section--dark .btn--cta:active, .section--dark .btn--cta:focus,
.card:not(.card--light, .card--off-light) .btn--cta:hover,
.card:not(.card--light, .card--off-light) .btn--cta:active,
.card:not(.card--light, .card--off-light) .btn--cta:focus {
  color: hsl(240deg, 100%, 99%);
}

a.card {
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0px;
  outline-color: transparent;
  transition: all 0.15s ease;
}
a.card:hover, a.card:active, a.card:focus {
  outline-offset: 4px;
  outline-color: hsl(38deg, 95%, 50%);
}
a.card:hover .card__image, a.card:active .card__image, a.card:focus .card__image {
  transform: skew(0, 0) scale(1.1, 1.1);
  transition: all 0.3s ease-out;
}
a.card:hover .card__image img, a.card:active .card__image img, a.card:focus .card__image img {
  transform: skew(0, 0);
  transition: all 0.3s ease-out;
}

.card,
a.card {
  background-color: hsl(255deg, 48%, 50%);
  border-radius: 0.25rem;
}
.card__content,
a.card__content {
  color: hsl(240deg, 100%, 99%);
  padding: 2rem;
}
.card__image,
a.card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  overflow: hidden;
}
.card__image img,
a.card__image img {
  width: 100%;
  transform: skew(0, -10deg);
}
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6,
a.card h1,
a.card h2,
a.card h3,
a.card h4,
a.card h5,
a.card h6 {
  color: inherit;
}
.card--sm .card__content,
a.card--sm .card__content {
  padding: 1rem;
}
.card--border,
a.card--border {
  border: 0.25rem solid hsl(191deg, 61%, 72%);
}
.card--dark,
a.card--dark {
  background-color: hsl(259deg, 83%, 14%);
  color: hsl(240deg, 100%, 99%);
}
.card--dark .btn,
a.card--dark .btn {
  color: hsl(240deg, 100%, 99%);
}
.card--dark .btn:hover, .card--dark .btn:active, .card--dark .btn:focus,
a.card--dark .btn:hover,
a.card--dark .btn:active,
a.card--dark .btn:focus {
  color: hsl(240deg, 100%, 99%);
}
.card--light,
a.card--light {
  background-color: hsl(240deg, 100%, 99%);
  color: hsl(217deg, 6%, 30%);
}
.card--off-light,
a.card--off-light {
  background-color: #e0e0ff;
}
.card--off-light .card__content,
a.card--off-light .card__content {
  color: hsl(217deg, 6%, 30%) !important;
}
.card--alt,
a.card--alt {
  background-color: hsl(191deg, 61%, 72%);
}
.card--with-image,
a.card--with-image {
  background-color: hsl(255deg, 48%, 50%);
  margin-top: 6rem;
  margin-left: 2rem;
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0px;
  outline-color: transparent;
  transition: all 0.15s ease;
}
.card--with-image .card__content h5,
a.card--with-image .card__content h5 {
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.card--with-image .card__content h6,
a.card--with-image .card__content h6 {
  margin-top: 1rem;
}
.card--with-image .card__content p,
a.card--with-image .card__content p {
  line-height: 1.5rem;
}
.card--with-image .card__image,
a.card--with-image .card__image {
  width: 85%;
  position: relative;
  top: -3rem;
  left: -1rem;
  height: 180px;
  margin-bottom: -3rem;
  transform: skew(0, -10deg) scale(1, 1);
  transition: all 0.3s ease-out;
}
.card--with-image .card__image img,
a.card--with-image .card__image img {
  height: 130%;
  width: 130%;
  object-fit: cover;
  transform: skew(0, 10deg) scale(1.2, 1.2);
  transition: all 0.3s ease-out;
}
.card--event,
a.card--event {
  background-color: #e0e0ff;
}
.card--event *,
a.card--event * {
  color: hsl(259deg, 83%, 14%);
}
.card--event .eyebrow,
a.card--event .eyebrow {
  color: hsl(255deg, 48%, 50%) !important;
}
.card--event h5,
a.card--event h5 {
  margin-top: 0 !important;
  margin-bottom: 0.5rem;
}
.card--event p,
a.card--event p {
  font-size: 0.85rem;
  line-height: 1.5rem;
}
.card--event p:last-of-type,
a.card--event p:last-of-type {
  margin-bottom: 0;
}
.card--disabled,
a.card--disabled {
  background-color: #787e87;
  opacity: 0.85;
}

.cta {
  background: hsl(259deg, 83%, 14%);
  margin-top: calc(7rem * 2.5);
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}
.cta__container {
  position: relative;
  transform: translateY(-25%);
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .cta__container {
    flex-direction: row;
    transform: translateY(-50%);
  }
}
.cta__cards {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 3rem;
  justify-content: center;
  flex-direction: column;
}
.cta__card {
  background-color: hsl(255deg, 48%, 50%);
  border-radius: 0.25rem;
  color: hsl(240deg, 100%, 99%);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 2rem 3rem;
}
.cta__card h2 {
  color: hsl(240deg, 100%, 99%);
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.cta__card + .cta__card {
  background-color: hsl(191deg, 61%, 72%);
}
.cta__card + .cta__card h2 {
  color: hsl(259deg, 83%, 14%);
}
.cta .motion-line-divider {
  position: absolute;
  top: -7rem;
  left: 50%;
}
.cta .gradient {
  max-width: 600px;
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0%;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 576px) {
  .cta .gradient {
    top: -100px;
    bottom: unset;
  }
}
.cta + .footer {
  padding-top: 0;
}

input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]),
textarea,
.input input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]),
.input textarea {
  border: 0.25rem solid hsl(191deg, 61%, 72%);
  border-color: #e4e5e7;
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.5rem 0 2rem;
  padding: 0.5rem 1rem;
  transition: box-shadow 0.15s ease-in-out;
  width: 100% !important;
}
input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]):focus,
textarea:focus,
.input input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]):focus,
.input textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem hsl(240deg, 100%, 99%), 0 0 0 0.4375rem hsl(191deg, 61%, 72%);
}

textarea,
.input textarea {
  min-height: 12.5rem;
}

.field-error {
  color: hsl(337deg, 95%, 51%);
  font-size: 0.85rem;
  order: 3;
  flex-basis: 100%;
}
.field label {
  display: flex;
  flex-wrap: wrap;
}

.required:after {
  content: "*";
  margin-right: 1rem;
  order: 2;
}

.radio,
.checkbox {
  display: flex;
  align-items: center;
}
.radio + .radio,
.radio + .checkbox,
.checkbox + .radio,
.checkbox + .checkbox {
  margin-top: 1rem;
}
.radio input[type=radio],
.radio input[type=checkbox],
.checkbox input[type=radio],
.checkbox input[type=checkbox] {
  appearance: none;
  background-color: hsl(240deg, 100%, 99%);
  border: 0.25rem solid hsl(191deg, 61%, 72%);
  border-color: #e4e5e7;
  border-radius: 0.25rem;
  box-shadow: none;
  height: 1.5rem;
  margin-right: 0.75rem;
  padding: 1%;
  transition: box-shadow 0.15s ease;
  width: 1.5rem !important;
}
.radio input[type=radio]:focus, .radio input[type=radio]:active,
.radio input[type=checkbox]:focus,
.radio input[type=checkbox]:active,
.checkbox input[type=radio]:focus,
.checkbox input[type=radio]:active,
.checkbox input[type=checkbox]:focus,
.checkbox input[type=checkbox]:active {
  box-shadow: 0 0 0 0.25rem hsl(240deg, 100%, 99%), 0 0 0 0.4375rem hsl(191deg, 61%, 72%);
  outline: none;
}
.radio input[type=checkbox]:checked,
.checkbox input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.radio input[type=radio],
.checkbox input[type=radio] {
  border-radius: 50%;
}
.radio input[type=radio]:checked,
.checkbox input[type=radio]:checked {
  background-color: hsl(255deg, 48%, 50%);
  background-clip: content-box;
}

.pipedriveWebForms {
  text-align: center;
}
.pipedriveWebForms iframe {
  margin: 0 auto;
}
.pipedriveWebForms iframe button.css-obqd2f {
  background-color: hsl(38deg, 95%, 50%) !important;
  border-radius: 50px;
}

.pipedrive-bg {
  background-color: white;
  padding: 25px 50px;
  border-radius: 1em;
  width: 75%;
  margin: auto;
}

.width-margin {
  width: 75%;
  margin: auto;
}

.footer-links {
  border-top: 1px solid hsl(217deg, 6%, 30%);
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 7rem;
  padding-top: 2rem;
}
.footer-links li {
  list-style-type: none;
  text-align: center;
}
.footer-links .current {
  background-color: hsl(38deg, 95%, 50%);
  border-radius: 3px;
  color: hsl(240deg, 100%, 99%);
  padding: 0.5rem;
}

.header,
header {
  background-color: hsl(259deg, 83%, 14%);
  color: hsl(240deg, 100%, 99%);
  padding: 2rem;
}
.header h1,
header h1 {
  color: hsl(240deg, 100%, 99%);
}
.header--simple,
header--simple {
  padding: 5rem 2rem;
  position: relative;
}
.header--simple .gradient,
header--simple .gradient {
  max-width: 475px;
  position: absolute;
  top: -1rem;
  left: -5rem;
  transform: rotate(180deg);
  width: 50%;
}

.list--unstyled {
  list-style-type: none;
  padding: 0;
}
.list--unstyled li {
  list-style-type: none;
  padding: 0;
}
.list--horizontal {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 1rem;
  align-items: baseline;
}
.list--two-col {
  column-count: 2;
  column-gap: 3rem;
}
@media screen and (max-width: 576px) {
  .list--two-col {
    column-count: 1;
  }
}
.list--three-col {
  column-count: 3;
  column-gap: 3rem;
}

.logo {
  background-image: url("https://gaslight-website.s3.amazonaws.com/website-images/rgb_launch-scout-logo_full-color-inverse.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  display: inline-block;
  transition: none;
}

a.social__link {
  background: transparent;
  border-bottom: 0;
}
a.social__link svg {
  display: block;
  max-height: 1.25rem;
  margin: 0 auto;
  vertical-align: bottom;
  fill: #e0e0ff;
}
a.social__link:nth-child(1):hover svg, a.social__link:nth-child(1):active svg, a.social__link:nth-child(1):focus svg {
  fill: hsl(255deg, 48%, 50%);
}
a.social__link:nth-child(2):hover svg, a.social__link:nth-child(2):active svg, a.social__link:nth-child(2):focus svg {
  fill: hsl(191deg, 61%, 72%);
}
a.social__link:nth-child(3):hover svg, a.social__link:nth-child(3):active svg, a.social__link:nth-child(3):focus svg {
  fill: hsl(38deg, 95%, 50%);
}
a.social__link:nth-child(4):hover svg, a.social__link:nth-child(4):active svg, a.social__link:nth-child(4):focus svg {
  fill: hsl(255deg, 48%, 50%);
}
a.social__link:nth-child(5):hover svg, a.social__link:nth-child(5):active svg, a.social__link:nth-child(5):focus svg {
  fill: hsl(191deg, 61%, 72%);
}
a.social__link:nth-child(6):hover svg, a.social__link:nth-child(6):active svg, a.social__link:nth-child(6):focus svg {
  fill: hsl(38deg, 95%, 50%);
}

.tag {
  border-radius: 3px;
  box-sizing: border-box;
  color: hsl(259deg, 83%, 14%) !important;
  display: inline-block;
  font-family: museo-sans, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1rem;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem !important;
  position: relative;
}
.tag.development {
  background-color: hsl(260deg, 72%, 68%);
}
.tag.design {
  background-color: hsl(191deg, 61%, 72%);
}
.tag.design:hover::before, .tag.design:active::before, .tag.design:focus::before {
  background-color: hsl(191deg, 61%, 60%);
}
.tag.business {
  background-color: hsl(38deg, 95%, 50%);
}
.tag.culture {
  background-color: hsl(257deg, 61%, 23%);
  color: hsl(240deg, 100%, 99%) !important;
}

@media print {
  .print-hide {
    display: none;
  }
  body {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
  }
  .u-text-sm {
    font-size: 10px;
  }
  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  img {
    page-break-inside: avoid;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
  }
  h1.highlight span, h2.highlight span, h3.highlight span, h4.highlight span, h5.highlight span, h6.highlight span {
    background: transparent;
    box-shadow: none;
    color: hsl(259deg, 83%, 14%);
    padding: 0;
  }
  .highlight {
    background: transparent;
    box-shadow: none;
    color: hsl(259deg, 83%, 14%);
    padding: 0;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 14px;
  }
  h4 {
    font-size: 12px;
  }
  h5 {
    font-size: 10px;
  }
  h6 {
    font-size: 10px;
  }
  p {
    page-break-inside: avoid;
  }
  ul li,
ol li {
    margin: 5px 0;
  }
  .service-list li img {
    height: 18px;
  }
  blockquote,
.blockquote {
    font-size: 14px;
    line-height: 0.25rem;
    padding: 0;
  }
  blockquote__image,
.blockquote__image {
    display: none;
  }
  .image-pane__image {
    display: none;
  }
  .image-pane__content h1, .image-pane__content h2 {
    margin-top: 0;
  }
  .image-grid {
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
    width: 80%;
  }
  .image-grid img:nth-last-child(2n+1):first-child {
    grid-row: span 1;
    grid-column: span 6;
  }
  .image-grid img:nth-last-child(2n+1):first-child ~ img {
    grid-row: span 1;
    grid-column: span 3;
  }
  .image-grid img:nth-last-child(2n):first-child, .image-grid img:nth-last-child(2n):first-child ~ img {
    grid-row: span 2;
    grid-column: span 3;
  }
  .image-grid img:nth-last-child(3n):first-child {
    grid-row: span 2;
    grid-column: span 4;
  }
  .image-grid img:nth-last-child(3n):first-child ~ img {
    grid-row: span 1;
    grid-column: span 2;
  }
  .image-grid img:nth-last-child(3n):first-child ~ img:nth-of-type(6n-1),
.image-grid img:nth-last-child(3n):first-child ~ img:nth-of-type(6n+1) {
    grid-row: span 2;
    grid-column: span 4;
  }
  .u-contained,
.u-contained--wide,
.u-contained--max {
    max-width: unset;
  }
  .grid--2 {
    grid-template-columns: 50% 50%;
  }
  .grid--3 {
    grid-template-columns: 30% 30% 30%;
  }
  .grid--4 {
    grid-template-columns: 25% 25% 25% 25%;
  }
  .grid--5 {
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
  .u-push-top--lg {
    margin-top: 3rem;
  }
  nav,
footer {
    display: none;
  }
}