/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

.flickity-enabled {
  position: relative;
}

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

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

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

/* draggable */

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

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

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

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

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

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

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

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

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

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

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

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

.flickity-prev-next-button.previous { left: 10px; }

.flickity-prev-next-button.next { right: 10px; }

/* right to left */

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

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

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

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

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

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

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

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

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

:root {
  --font-sans-stack: "Neue Helvetica", "Helvetica", "Arial", sans-serif;
  --font-serif-stack: "Bauer Bodoni", "Georgia", serif;
  --margin-regular: 3.75rem;
  --margin-regular: 5vw;
  --margin-flexible: 5vw;
  --margin-regular-sm: 2rem;
  --margin-large-sm: 4rem;
  --color-red: #F12525;
}

body {
  background-color: #fff;
}

*, *:before, *:after {
  box-sizing: border-box;
}

button {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0
}

button:focus {
    outline: 0;
  }

@media (min-width: 769px)  {
  html,
  body {
    -ms-scroll-snap-type: y proximity;
        scroll-snap-type: y proximity
  }

  .section {
    scroll-snap-align: start;
  }
}

@font-face{
    font-family:"Bauer Bodoni";
    src:url("/fonts/79de9df8-0826-46b9-beea-eb39122d4762.woff2") format("woff2"),url("/fonts/77fac51a-d062-438a-a493-6b67508aa97f.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family:"Neue Helvetica";
    src:url("/fonts/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2") format("woff2"),url("/fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family:"Neue Helvetica";
    src:url("/fonts/3600b37f-2bf1-45f3-be3a-03365f16d9cb.woff2") format("woff2"),url("/fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family:"Neue Helvetica";
    src:url("/fonts/2a5cf81d-ffbe-4c76-8982-270592fb36b0.woff2") format("woff2"),url("/fonts/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

html {
}

body {
  font-family: "Neue Helvetica", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-sans-stack);
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
}

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

p {
  margin: 0;
}

button {
  font: inherit;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.t-body {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300
}

@media (max-width: 767px)  {

.t-body {
    font-size: 0.8125rem
}
  }

.t-body ul {
    margin: 1.2em 0;
  }

.t-body p {
    margin: 1.4em 0
  }

.t-body p:first-child {
      margin-top: 0;
    }

.t-body p:last-child {
      margin-bottom: 0;
    }

.t-body p span {
      display: block;
    }

.t-body a {
    border-bottom: 1px solid
  }

.t-body a:hover {
      color: #F12525;
      color: var(--color-red);
    }

.t-h1 {
  font-size: 2rem;
  line-height: 1.22222;
  font-family: "Bauer Bodoni", "Georgia", serif;
  font-family: var(--font-serif-stack)
}

@media (min-width: 769px)  {

.t-h1 {
    font-size: 2.625rem
}
  }

.t-h2 {
  font-size: 1.5rem;
  line-height: 1.22222;
  font-family: "Bauer Bodoni", "Georgia", serif;
  font-family: var(--font-serif-stack)
}

@media (min-width: 769px)  {

.t-h2 {
    font-size: 2rem
}
  }

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

.text-block {
  width: 100%;
  max-width: 24em;
}

.t-headline {
  max-width: 12em
}

@media (max-width: 768px)  {

.t-headline {
    margin-bottom: 4rem;
    margin-bottom: var(--margin-large-sm)
}
  }

@media (min-width: 769px)  {

.t-headline {
    margin-bottom: calc(5vw * 1.5);
    margin-bottom: calc(var(--margin-regular) * 1.5)
}
  }

.img-block {
  display: block;
  width: 100%;
  height: auto;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 500ms;
}

.carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel .flickity-viewport {
    height: 100%;
    width: 100%;
  }

.carousel-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.img-contain {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.page-intro {
  position: relative;
  background-color: #000;
  color:  #fff;
  min-height: 100vh;
  min-height: calc(100vh - 0.01px);
  min-height: calc(100vh - var(--ios-gap, 0.01px));
  overflow: hidden
}

@media (max-width: 768px)  {

.page-intro {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    padding: var(--margin-regular-sm)
}
  }

@media (min-width: 769px)  {

.page-intro {
    padding: 5vw;
    padding: var(--margin-flexible)
}
  }

.page-intro__headline {
  position: relative;
  z-index: 2
}

@media (max-width: 768px)  {

.page-intro__headline {
    order: 1
}
  }

.page-intro__text {
  position: relative;
  z-index: 2
}

@media (max-width: 768px)  {

.page-intro__text {
    margin-top: calc(4rem * 3);
    margin-top: calc(var(--margin-large-sm) * 3);
    margin-bottom: 4rem;
    margin-bottom: var(--margin-large-sm);
    order: 4
}
  }

.page-intro__hw-logo {
  max-width: 17rem
}

@media (max-width: 768px)  {

.page-intro__hw-logo {
    order: 3;
    margin-left: auto;
    width: 50%
}
  }

@media (min-width: 769px)  {

.page-intro__hw-logo {
    z-index: 2;
    position: absolute;
    bottom: 5vw;
    bottom: var(--margin-regular);
    right: 5vw;
    right: var(--margin-regular);
    width: 100%
}
  }

.page-intro__hw-logo svg, .page-intro__hw-logo a {
    display: block;
    width: 100%;
    height: auto;
  }

.page-intro__canvas {
  position: relative;
  width: 80%;
  margin-left: 20%
}

.page-intro__canvas:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 75.07936508%;
  }

.page-intro__canvas svg {
    position: absolute;
    top: 0;
    left: 0;
  }

@media (max-width: 768px)  {

.page-intro__canvas {
    order: 2;
    width: 150%;
    margin-left: -40%;
    margin-top: 2rem;
    margin-top: var(--margin-regular-sm);
    margin-bottom: 4rem;
    margin-bottom: var(--margin-large-sm);
}

    .page-intro__canvas svg {
      height: 150% !important;
      top: -50%;
    }
  }

@media (min-width: 769px)  {

.page-intro__canvas {
    position: absolute;
    bottom: 0;
    left: 0
}
  }

.page-split {
  position: relative;
  background-color: #fff;
  min-height: 100vh;
  display: flex
}

@media (max-width: 768px)  {

.page-split {
    flex-direction: column
}
  }

@media (min-width: 769px)  {

.page-split--invert {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

    .page-split--invert .page-split__content {
      width: 41.66666667%;
      width: calc(90vw * 0.41666666);
      margin-left: 7.5vw;
    }
  }

@media (max-width: 768px)  {

.page-split--invert {
    flex-direction: column-reverse
}
  }

@media (min-width: 769px)  {

.page-split__content {
    width: 50%;
    padding: 5vw;
    padding: var(--margin-regular);
    display: flex;
    flex-direction: column
}
  }

@media (max-width: 768px)  {

.page-split__content {
    padding: 2rem;
    padding: var(--margin-regular-sm)
}
  }

@media (max-width: 768px)  {

.page-split__text {
    margin-top: 4rem;
    margin-top: var(--margin-large-sm);
    margin-bottom: 4rem;
    margin-bottom: var(--margin-large-sm)
}
  }

@media (min-width: 769px)  {

.page-split__text {
    flex: 1 0 auto;
    margin-bottom: 5vw;
    margin-bottom: var(--margin-regular)
}
  }

.page-split__images {
  position: relative
}

@media (min-width: 769px)  {

.page-split__images {
    width: 50%
}
  }

@media (max-width: 768px)  {

.page-split__images {
    width: 100%;
    height: 75vh
}
  }

.page-insight {
  position: relative;
  background-color: #000;
  color:  #fff;
  display: flex;
}

.page-insight__wrap {
  min-height: 100vh;
  width: 100%;
  flex: 1 0 auto;
  padding: 2rem;
  padding: var(--margin-regular-sm)
}

@media (min-width: 769px)  {

.page-insight__wrap {
    display: flex;
    flex-direction: column;
    padding: 5vw;
    padding: var(--margin-regular)
}
  }

.page-insight__headline {
  position: relative;
  z-index: 2;
  margin: 0;
}

.page-insight__content {
  overflow: hidden
}

@media (min-width: 769px)  {

.page-insight__content {
    display: flex;
    flex: 1 0 auto
}
  }

@media (max-width: 768px)  {

.page-insight__illustration {
    margin-bottom: 4rem;
    margin-bottom: var(--margin-large-sm)
}
  }

@media (min-width: 769px)  {

.page-insight__illustration {
    width: 58.33333333%;
    padding-right: 5vw;
    padding-right: var(--margin-regular)
}
  }

@media (max-width: 768px)  {

.page-insight__text {
    margin-bottom: 4rem;
    margin-bottom: var(--margin-large-sm)
}
  }

@media (min-width: 769px)  {

.page-insight__text {
    width: 41.66666667%;
    padding-left: 5vw;
    padding-left: var(--margin-regular)
}
  }

.page-insight__illustration,
.page-insight__text {
  display: flex;
}

.page-insight__text {
  flex-direction: column;
  justify-content: center;
}

.page-insight__canvas {
  width: 100%;
}

.page-balance {
  position: relative;
  min-height: 100vh;
  padding: 2rem;
  padding: var(--margin-regular-sm)
}

@media (min-width: 769px)  {

.page-balance {
    display: flex;
    padding: 5vw;
    padding: var(--margin-regular)
}
  }

.page-balance__illustration {
  width: 50%;
  padding-right: 5vw;
  padding-right: var(--margin-regular);
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media (max-width: 768px)  {

.page-balance__illustration {
    display: none
}
  }

.page-balance__canvas {
  width: 100%;
}

@media (min-width: 768px)  {

.page-balance__content {
    width: 41.66666667%;
    margin-left: 8.33333333%;
    padding-left: 5vw;
    padding-left: var(--margin-regular);
    display: flex;
    flex-direction: column
}
  }

@media (min-width: 768px)  {

.page-balance__text--mob {
    display: none
}
  }

.page-balance__text--mob img {
    margin-top: 2rem;
    margin-top: var(--margin-regular-sm);
    margin-bottom: 2rem;
    margin-bottom: var(--margin-regular-sm);
  }

@media (max-width: 767px)  {

.page-balance__text--desktop {
    display: none
}
  }

.page-balance__text {
  flex: 1 0 auto
}

@media (min-width: 768px)  {

.page-balance__text {
    margin-bottom: 5vw;
    margin-bottom: var(--margin-regular)
}
  }

@media (max-width: 767px)  {

.page-balance__text {
    margin-top: 2rem;
    margin-top: var(--margin-regular-sm)
}
  }

.page-vert-split {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media (min-width: 769px)  {

.page-vert-split__section {
    display: flex;
    flex: 1 0 auto
}
  }

@media (max-width: 768px)  {

.page-vert-split__section {
    padding: 2rem;
    padding: var(--margin-regular-sm)
}
  }

.page-vert-split__section:first-child {
    background-color: #000;
    color: #fff;
  }

.page-vert-split__section:last-child {
    flex-direction: row-reverse;
  }

@media (min-width: 769px)  {

.page-vert-split__headline,
.page-vert-split__text {
    width: 50%;
    padding: 5vw;
    padding: var(--margin-regular)
}
  }

@media (max-width: 768px)  {

.page-vert-split__text {
    margin-bottom: 4rem;
    margin-bottom: var(--margin-large-sm)
}
  }

.page-distancing {
  position: relative;
  background-color: #F12525;
  background-color: var(--color-red);
  color: #fff;
  display: flex;
}

.page-distancing__wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1 0 auto;
  padding: 2rem;
  padding: var(--margin-regular-sm)
}

@media (min-width: 769px)  {

.page-distancing__wrap {
    padding: 5vw;
    padding: var(--margin-regular)
}
  }

.page-distancing__headline {
  position: relative;
  margin-bottom: 0;
  z-index: 2;
}

.page-distancing__content {
  flex: 1 0 auto
}

@media (min-width: 769px)  {

.page-distancing__content {
    display: flex;
    flex-direction: row-reverse
}
  }

@media (min-width: 769px)  {

.page-distancing__illustration {
    width: 58.33333333%;
    padding-left: 5vw;
    padding-left: var(--margin-regular)
}
  }

@media (max-width: 768px)  {

.page-distancing__text {
    margin-bottom: 4rem;
    margin-bottom: var(--margin-large-sm)
}
  }

@media (min-width: 769px)  {

.page-distancing__text {
    width: 41.66666667%;
    padding-right: 5vw;
    padding-right: var(--margin-regular)
}
  }

.page-distancing__illustration,
.page-distancing__text {
  display: flex;
}

.page-distancing__text {
  flex-direction: column;
  justify-content: center;
}

.page-distancing__canvas {
  width: 100%;
}

.site-footer {
  position: relative
}

@media (max-width: 768px)  {

.site-footer {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    padding: var(--margin-regular-sm)
}
  }

@media (min-width: 769px)  {

.site-footer {
    padding: 5vw;
    padding: var(--margin-flexible);
    padding-top: calc(5vw * 2);
    padding-top: calc(var(--margin-flexible) * 2)
}
  }

.site-footer__hw-logo {
  max-width: 17rem
}

@media (max-width: 768px)  {

.site-footer__hw-logo {
    order: 3;
    margin-left: auto;
    width: 50%;
    margin-top: 4rem;
    margin-top: var(--margin-large-sm);
    margin-bottom: 2rem;
    margin-bottom: var(--margin-regular-sm)
}
  }

@media (min-width: 769px)  {

.site-footer__hw-logo {
    z-index: 2;
    position: absolute;
    bottom: 5vw;
    bottom: var(--margin-regular);
    right: 5vw;
    right: var(--margin-regular);
    width: 100%
}
  }

.site-footer__hw-logo svg, .site-footer__hw-logo a {
    display: block;
    width: 100%;
    height: auto;
  }
/*# sourceMappingURL=app.css.map */
