/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* Media Queries */

/* Colors */
:root {
  --site-bg: #fff;

  /* Primary Colors */
  --black: #030303;
  --white: #fff;
  --off-black: #231f20;
  --green: #7ae7c7;
  --purple: #7428ff;
  --beige: #f7f2ec;
  --beige-2: #f2ece5;
  --beige-3: #eee3d6;

  /* Secondary Colors */
  --light-grey: #f6f6f6;
  --lilac: #e3d4ff;
  --red: #f84370;
  --light-pink: #feecf0;

  /* Extra Colors */
  --grey: #a7a5a6;
  --dark-purple: #3c00a8;
  --light-purple: #faf6ff;
  --light-purple-2: #eee5ff;
  --light-purple-3: #f2ecff;
  --light-green: #dffbf4;
  --pink: #eeadbb;
  --bright-green: #45ebc5;

  --tint: #7428ff;
}

/* Layout */
:root {
  --constrained-page-width: 1200px;
  --page-gutter: 24px;
}

@media (min-width: 720px) {
  :root {
    --page-gutter: 48px;
  }
}

/* Typography */
:root {
  --serif-family: Volkhov, serif;
  --sans-serif-family: Rubik, Sans-Serif;

  --label-color: var(--purple);
  --strapline-color: var(--purple);
  --title-nudge: -1px;
}

@media (min-width: 720px) {
  :root {
    --title-nudge: -2px;
  }
}

/* Component - Button */
:root {
  --button-bg: var(--purple);
  --button-fg: var(--white);
}
/* Component - Stats */
:root {
  --stats-color: var(--black);
}

.black {
  color: #030303 !important;
  color: var(--black) !important;
}

.bg--beige {
  background-color: #f7f2ec !important;
  background-color: var(--beige) !important;
}

.bg--light-green {
  background-color: #dffbf4 !important;
  background-color: var(--light-green) !important;
}

.bg--light-purple {
  background-color: #faf6ff !important;
  background-color: var(--light-purple) !important;
}

.fg--purple {
  color: #7428ff;
  color: var(--purple);
}

.fg--green {
  color: #7ae7c7;
  color: var(--green);
}

.fg--red {
  color: #f84370;
  color: var(--red);
}

.fg--bright-green {
  color: #45ebc5;
  color: var(--bright-green);
}

.tint--purple {
  --tint: var(--purple);
}

.tint--green {
  --tint: var(--green);
}

.tint--red {
  --tint: var(--red);
}

.tint--black {
  --tint: var(--red);
}

.tint--bright-green {
  --tint: var(--bright-green);
}

.tint--lilac {
  --tint: var(--lilac);
}

[id] {
  scroll-margin-top: 120px;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  background-color: var(--site-bg);
  color: #030303;
  color: var(--black);
  margin: 0;
  padding: 60px 0 0 0;
}

body.modal-open {
  overflow: hidden;
}

#page {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}

.gutter-inset {
  padding-left: 24px;
  padding-left: var(--page-gutter);
  padding-right: 24px;
  padding-right: var(--page-gutter);
}

.constrained--width {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: var(--constrained-page-width);
}

@media only screen and (min-width: 920px) {
  body {
    padding-top: 81px;
  }
}

body {
  font-family: Rubik, Sans-Serif;
  font-family: var(--sans-serif-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.83;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

h1 {
  margin: 0;
  padding: 0;
  font-family: Rubik, Sans-Serif;
  font-family: var(--sans-serif-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
}

h2 {
  margin: 0;
  padding: 0;
  font-family: Rubik, Sans-Serif;
  font-family: var(--sans-serif-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
}

h3 {
  margin: 0;
  padding: 0;
  font-family: Rubik, Sans-Serif;
  font-family: var(--sans-serif-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
}

h4 {
  margin: 0;
  padding: 0;
  font-family: Rubik, Sans-Serif;
  font-family: var(--sans-serif-family);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

blockquote {
  margin: 0;
  padding: 0;
  font-family: Volkhov, serif;
  font-family: var(--serif-family);
  font-style: italic;
  line-height: 1.56;
}

.heading-intro {
  display: block;
  color: transparent;
  -webkit-text-stroke: 0.5px #030303;
  -webkit-text-stroke: 0.5px var(--black);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
}

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

.t-left {
  text-align: left;
}

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

.t-tinted {
  color: #7428ff;
  color: var(--tint);
}

.t-outlined {
  color: transparent;
  -webkit-text-stroke: 1px #030303;
  -webkit-text-stroke: 1px var(--black);
}
.t-outlined--tinted {
  -webkit-text-stroke: 1px #7428ff;
  -webkit-text-stroke: 1px var(--tint);
}

.t-uppercase {
  text-transform: uppercase;
}

.t-serif {
  font-family: Volkhov, serif;
  font-family: var(--serif-family);
}

.t-mono-block {
  font-family: monospace;
  background-color: #f6f6f6;
  background-color: var(--light-grey);
  padding: calc(24px / 2);
  padding: calc(var(--page-gutter) / 2);
  border-radius: 4px;
}

.t-label {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 2px;
  font-family: Rubik, Sans-Serif;
  font-family: var(--sans-serif-family);
  font-weight: 400;
  color: #7428ff;
  color: var(--label-color);
  text-transform: uppercase;
}

.strapline {
  font-family: Volkhov, serif;
  font-family: var(--serif-family);
  font-size: 16px;
  margin: 16px 0;
  line-height: 1.2;
  color: #7428ff;
  color: var(--strapline-color);
}

.footnote {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 14px;
}

@media (min-width: 720px) {
  body {
    font-size: 16px;
    line-height: 1.7;
  }

  h1 {
    font-size: 72px;
    line-height: 62px;
  }

  h2 {
    font-size: 64px;
    line-height: 54px;
  }

  h3 {
    font-size: 52px;
    line-height: 51px;
  }

  h4 {
    font-size: 32px;
    line-height: 32px;
  }

  h5 {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-intro {
    font-size: 32px;
    letter-spacing: 0.02em;
    -webkit-text-stroke: 1px #030303;
    -webkit-text-stroke: 1px var(--black);
  }

  .t-label {
    font-size: 14px;
    font-weight: 500;
  }

  .t-label--light {
    font-weight: 400;
  }

  .strapline {
    margin: 0 auto;
    padding-top: 16px;
    max-width: 600px;
    font-size: 24px;
    line-height: 1.21;
  }

  .strapline--lk {
    max-width: 500px;
  }
  .strapline--unconstrained {
    max-width: none;
  }

  .footnote {
    font-size: 14px;
    line-height: 24px;
  }
}

.m-t-1 {
  margin-top: 24px;
  margin-top: var(--page-gutter);
}

.m-b-1 {
  margin-bottom: 24px;
  margin-bottom: var(--page-gutter);
}

.m-l-1 {
  margin-left: 24px;
  margin-left: var(--page-gutter);
}

.m-r-1 {
  margin-right: 24px;
  margin-right: var(--page-gutter);
}

.p-t-1 {
  padding-top: 24px;
  padding-top: var(--page-gutter);
}

.p-b-1 {
  padding-bottom: 24px;
  padding-bottom: var(--page-gutter);
}

.p-l-1 {
  padding-left: 24px;
  padding-left: var(--page-gutter);
}

.p-r-1 {
  padding-right: 24px;
  padding-right: var(--page-gutter);
}

:root {
  --angled-space: 4vw;
}

.angled--top.angled--bottom {
  -webkit-clip-path: polygon(
    0 4vw,
    100% 0,
    100% calc(100% - 4vw),
    0 100%
  );
          clip-path: polygon(
    0 4vw,
    100% 0,
    100% calc(100% - 4vw),
    0 100%
  );
  -webkit-clip-path: polygon(
    0 var(--angled-space),
    100% 0,
    100% calc(100% - var(--angled-space)),
    0 100%
  );
          clip-path: polygon(
    0 var(--angled-space),
    100% 0,
    100% calc(100% - var(--angled-space)),
    0 100%
  );
}

.angled--top {
  padding-top: 4vw;
  padding-top: var(--angled-space);
  -webkit-clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 var(--angled-space), 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 var(--angled-space), 100% 0, 100% 100%, 0 100%);
}

.angled--bottom {
  padding-bottom: 4vw;
  padding-bottom: var(--angled-space);
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 4vw),
    0 100%
  );
          clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 4vw),
    0 100%
  );
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--angled-space)),
    0 100%
  );
          clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--angled-space)),
    0 100%
  );
}

.cols--all {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (min-width: 720px) {
  .cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cols--eq {
    align-items: stretch;
  }

  .cols--wrap {
    flex-wrap: wrap;
  }

  .cols--center {
    align-items: center;
  }

  .cols--4 > * {
    width: calc(100% / 4 - ((24px / 2) / 4 * 3));
    width: calc(100% / 4 - ((var(--page-gutter) / 2) / 4 * 3));
  }

  .cols--3 > * {
    width: calc(100% / 3 - ((24px / 2) / 3 * 2));
    width: calc(100% / 3 - ((var(--page-gutter) / 2) / 3 * 2));
  }

  .cols--2 > * {
    width: calc(100% / 2 - (24px / 2) / 2);
    width: calc(100% / 2 - (var(--page-gutter) / 2) / 2);
  }
}

.u-text-transform-uppercase {
  text-transform: uppercase;
}

.brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 24px 0 0 0;
  margin: var(--page-gutter) 0 0 0;
  padding: 0;
}

.brands__brand {
  width: 50%;
  max-width: 200px;
  padding: 24px 0 0 0;
  padding: var(--page-gutter) 0 0 0;
}

@media (min-width: 720px) {
  .brands {
    flex: 2;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 0 0 24px;
    padding: 0 0 0 var(--page-gutter);
  }

  .brands__brand {
    width: auto;
    max-width: none;
    padding: 0;
  }
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 50px;
  background-color: #7428ff;
  background-color: var(--button-bg);
  color: #fff;
  color: var(--button-fg);
  text-transform: uppercase;
  font-family: Rubik, Sans-Serif;
  font-family: var(--sans-serif-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  border: none;
  transition: transform 150ms ease-in-out;
}

.button:hover {
  transform: scale(1.02);
}

.button--outlined {
  --button-bg: transparent;
  --button-fg: var(--black);
  border: 1px solid #030303;
  border: 1px solid var(--black);
}

.button--outlined.button--disabled {
  --button-bg: transparent;
  --button-fg: var(--grey);
  border-color: 1px solid #a7a5a6;
  border-color: 1px solid var(--grey);
}

.button--ghost {
  --button-fg: var(--grey);
  --button-bg: transparent;
}

.button--large {
  min-height: 60px;
  font-weight: 700;
}

.button--green {
  --button-bg: var(--green);
  --button-fg: var(--black);
}
.button--red {
  --button-bg: var(--red);
  --button-fg: var(--white);
}
.button--white {
  --button-bg: var(--white);
  --button-fg: var(--black);
}

.button--disabled {
  --button-bg: var(--light-grey);
  --button-fg: var(--grey);
}

.button--disabled:hover {
  transform: none !important;
}

.button--spaced-right {
  margin-right: 12px;
}

@media (min-width: 720px) {
  .button--large-at-medium {
    min-height: 60px;
    font-weight: 700;
  }
}

@media (min-width: 960px) {
  .button--large-at-large {
    min-height: 60px;
    font-weight: 700;
  }
}

.card {
  position: relative;
  background-color: #fff;
  background-color: var(--white);
  box-shadow: 0px 4px 20px rgba(219, 211, 202, 0.2);
}

.card--rounded {
  border-radius: 6px;
  overflow: hidden;
}

.card--green {
  --button-fg: var(--black);
  --button-bg: var(--green);
}

.card--red {
  --button-fg: var(--white);
  --button-bg: var(--red);
}

.card--on-dark {
  box-shadow: 0px 4px 20px rgba(232, 227, 221, 0.2);
}

.card--mt-1 {
  margin-top: 24px;
}

.card--h {
  display: flex;
  min-height: 141px;
}

.card--sprinkles-tl::before {
  position: absolute;
  width: 110px;
  height: 144px;
  top: -30px;
  left: -20px;
  content: "";
  -webkit-mask-image: url("/images/shapes/dashes-arch-tl-f8207585d6aa7d4869f3f1c4ee831050.svg?vsn=d");
          mask-image: url("/images/shapes/dashes-arch-tl-f8207585d6aa7d4869f3f1c4ee831050.svg?vsn=d");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #7428ff;
  background-color: var(--purple);
}

.card--sprinkles-br::before {
  position: absolute;
  width: 130px;
  height: 139px;
  bottom: -54px;
  right: -36px;
  transform: rotate(10deg);
  content: "";
  -webkit-mask-image: url("/images/shapes/dashes-circle-br-839e50538509718ba05aa000fce84674.svg?vsn=d");
          mask-image: url("/images/shapes/dashes-circle-br-839e50538509718ba05aa000fce84674.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #f84370;
  background-color: var(--red);
}

.card__header {
  position: relative;
  display: block;
  padding: 24px;
  background-color: #f7f2ec;
  background-color: var(--beige);
  color: #fff;
  color: var(--white);
}

.card__header--with-image {
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 53.5%;
}

.card__header--with-kindlab-image {
  background-size: cover;
  background-position: center;
  height: 0;
  padding: 0;
  padding-bottom: 51.9%;
}

.card--h .card__header--with-image {
  height: auto;
  padding-bottom: 0;
  min-width: 48%;
  max-width: 48%;
}

.card--with-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card__header__bottom-aligner {
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.card__header__badge {
  position: absolute;
  bottom: -18px;
  left: 24px;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  font-size: 24px;
  font-weight: 500;
  -webkit-mask-image: url("/images/shapes/circle-59ddea524bb5f279690b610806db3a76.svg?vsn=d");
          mask-image: url("/images/shapes/circle-59ddea524bb5f279690b610806db3a76.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7428ff;
  background-color: var(--button-bg);
  color: #fff;
  color: var(--button-fg);
}

.card__body__badge {
  position: absolute;
  top: -16px;
  right: 24px;
  width: 56px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 36px;
  font-weight: 500;
  -webkit-mask-image: url("/images/shapes/circle-59ddea524bb5f279690b610806db3a76.svg?vsn=d");
          mask-image: url("/images/shapes/circle-59ddea524bb5f279690b610806db3a76.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7428ff;
  background-color: var(--button-bg);
  color: #fff;
  color: var(--button-fg);
}

.card__header__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}

.card__body {
  position: relative;
  padding: 24px;
}

.card--h .card__body {
  padding: 18px;
}

.card__body--with-badge {
  padding-top: 36px;
}

.card__body--with-button {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.card__body--with-footer {
  height: calc(100% - 196px);
  padding-bottom: 80px;
}

.card__link {
  text-decoration: none;
}

.card__body__title {
  font-size: 16px;
  line-height: 17px;
}

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

.card__body__action {
  position: absolute;
  bottom: 10px;
  left: 20px;
  text-transform: uppercase;
  color: #a7a5a6;
  color: var(--grey);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
}

.card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.card__list__link {
  padding: 20px 0px 20px 65px;
  display: block;
  position: relative;
  border-top: 1px solid #f7f2ec;
  border-top: 1px solid var(--beige);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  min-height: 96px;
}

.card__list__item:first-child .card__list__link {
  border-top: none;
  padding-top: 0;
  min-height: 76px;
}

.card__list__item:last-child .card__list__link {
  padding-bottom: 0;
  min-height: 76px;
}

.card__list__link__hint {
  display: block;
  font-size: 8px;
  font-weight: 500;
  color: #231f20;
  color: var(--off-black);
  opacity: 0.5;
  padding-top: 4px;
}

.card__list__link::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 2px;
  width: 41px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: center;
}

.card__list__item:first-child .card__list__link::before {
  top: 0;
}

.card__list__link--watch-green::before {
  background-image: url("/images/icons/watch-green-14f5fa1e055c8be72e761c722be2bf78.svg?vsn=d");
}

.card__list__link--read-green::before {
  background-image: url("/images/icons/read-green-a491723f4e7416cd2af762acc65ea25a.svg?vsn=d");
}

.card__list__link--download-green::before {
  background-image: url("/images/icons/download-green-c0cb48f01ba9f08d7ba4a89ef00c5860.svg?vsn=d");
}

.card__list__link--watch-purple::before {
  background-image: url("/images/icons/watch-purple-c40eea99e232c767b43722daae473235.svg?vsn=d");
}

.card__list__link--read-purple::before {
  background-image: url("/images/icons/read-purple-853c531304b5e25eac51700cf06b9c84.svg?vsn=d");
}

.card__list__link--download-purple::before {
  background-image: url("/images/icons/download-purple-0c8a4546f2ff48d3e6d38a411000caf1.svg?vsn=d");
}

.card__list__link--watch-pink::before {
  background-image: url("/images/icons/watch-pink-ae4289bc75ebdfb71daf06b0a53d5f6a.svg?vsn=d");
}

.card__list__link--read-pink::before {
  background-image: url("/images/icons/read-pink-7194f2543298cb6c934fae46a9720421.svg?vsn=d");
}

.card__list__link--download-pink::before {
  background-image: url("/images/icons/download-pink-0363ece540095b737324ac79b1a69201.svg?vsn=d");
}

.card__body__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card__footer {
  width: 100%;
  padding: 24px 24px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card__footer__action {
  text-transform: uppercase;
  color: #a7a5a6;
  color: var(--grey);
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  transition: color 200ms ease-in-out;
}

.card__body__footer__action:hover {
  color: #030303;
  color: var(--black);
}

.card__body__footer__icon {
  width: 41px;
  height: 43px;
}

@media (min-width: 720px) {
  .card--h {
    min-height: 242px;
  }

  .card--sprinkles-tl::before {
    width: 130px;
    height: 160px;
    top: -37px;
    left: -30px;
  }

  .card--sprinkles-br::before {
    width: 180px;
    height: 180px;
    bottom: -66px;
    right: -58px;
  }

  .card__body__title {
    font-size: 20px;
    line-height: 24px;
  }

  .card__body p {
    font-size: 14px;
  }
}

@media (min-width: 960px) {
  .card--sprinkles-tl::before {
    width: 160px;
    height: 160px;
    top: -50px;
    left: -40px;
  }

  .card__body__title {
    font-size: 24px;
    line-height: 26px;
  }
}

.contact-form {
  position: relative;
  width: 100%;
  max-width: 560px;
  background-color: #f2ece5;
  background-color: var(--beige-2);
  border-radius: 4px;
  padding: 24px;
  padding: var(--page-gutter);
}

.contact-form::before {
  z-index: -2;
  content: "";
  position: absolute;
  -webkit-mask-image: url("/images/shapes/sprinkles-6bf7edcfe96818869c3bd66b8bf55f30.svg?vsn=d");
          mask-image: url("/images/shapes/sprinkles-6bf7edcfe96818869c3bd66b8bf55f30.svg?vsn=d");
  width: 249px;
  height: 406px;
  top: -30px;
  left: -60px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7ae7c7;
  background-color: var(--green);
}

.contact-form input[type="text"],
.contact-form textarea {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  padding: 11px 16px;
  border: none;
  box-shadow: none;
  border-radius: 2px;
  color: #030303;
  color: var(--black);
}

.contact-form label {
  margin: 0 0 4px 0;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #7428ff;
  color: var(--button-bg);
}

.contact-form select {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-color: var(--white);
  border: none;
  margin: 0;

  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;

  width: 100%;
  padding: 8px 30px 8px 16px;
  box-shadow: none;
  border-radius: 2px;
  color: #030303;
  color: var(--black);
}

.contact-form .select {
  position: relative;
}

.contact-form .select::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 16px;
  content: "";
  width: 14px;
  height: 8px;
  background-color: #7428ff;
  background-color: var(--button-bg);
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.contact-form textarea {
  height: 7em;
}

.contact-form__row {
  display: flex;
  justify-content: space-between;
}

.contact-form__col-2 {
  width: 48.6%;
}

.contact-form .invalid-feedback {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 10px;
  display: block;
  padding: 5px 0 0 0;
  color: #f84370;
  color: var(--red);
}

.contact-form__thanks {
  padding: 50px 0 24px;
  text-align: center;
}

.contact-form__thanks-pic {
  display: block;
  margin: 0 auto;
}

.contact-form__controls {
  margin-top: 20px;
  text-align: right;
}

.contact-form__container {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0;
}

.contact-form__wrap {
  position: relative;
  margin: 0 auto;
  z-index: 0;
}

.contact-form__container h4 {
  font-size: 24px;
}

.contact-form__outer {
  position: relative;
}

.contact-form__container--with-copy {
  margin-top: 100px;
}

.contact-form__container--with-copy .contact-form {
  background-color: #7428ff;
  background-color: var(--purple);
}

.contact-form__container--with-copy h4 {
  color: #7428ff;
  color: var(--purple);
}

.contact-form__container--with-copy h4.contact-form__thanks {
  color: #fff;
  color: var(--white);
}

.contact-form__container--with-copy {
  --button-bg: var(--bright-green);
  --button-fg: var(--black);
}

.contact-form__container--with-copy .contact-form__copy {
  position: relative;
  margin: 0 0 -50px;
  padding: 20px 0 60px;
  font-size: 14px;
  max-width: 380px;
}

.contact-form__container--with-copy .contact-form__copy::before {
  z-index: -1;
  content: "";
  position: absolute;
  -webkit-mask-image: url("/images/shapes/circle-59ddea524bb5f279690b610806db3a76.svg?vsn=d");
          mask-image: url("/images/shapes/circle-59ddea524bb5f279690b610806db3a76.svg?vsn=d");
  width: 542px;
  height: 559px;
  top: -80px;
  left: -120px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #45ebc5;
  background-color: var(--bright-green);
}

.contact-form__container--with-copy .contact-form__outer::before {
  top: -100px;
  left: -60px;
  background-color: #f7f2ec;
  background-color: var(--beige);
}

.contact-form__title {
  margin-bottom: 40px;
  padding-bottom: 30px;
  text-align: center;
  background: url("/images/shapes/double-squiggle-29a87bf2ba7f0b7a59ab3206b97cb3af.svg?vsn=d") center bottom no-repeat;
  background-size: 180px;
}

@media (min-width: 720px) {
  .contact-form__outer::before {
    width: 360px;
    height: 586px;
    top: 8px;
    left: 25px;
  }

  .contact-form__container h4 {
    font-size: 32px;
  }

  .contact-form__container--with-copy .contact-form__copy {
    position: absolute;
    z-index: 1;
    top: 140px;
    max-width: 300px;
    padding-top: 100px;
  }

  .contact-form__container--with-copy .contact-form__wrap {
    margin-left: 270px;
  }
  .contact-form__container--with-copy .contact-form {
    padding-left: 110px;
  }

  .contact-form__container--with-copy .contact-form__copy::before {
    top: -50px;
    left: -50px;
    width: 409px;
    height: 424px;
  }

  .contact-form__container--with-copy .contact-form__outer::before {
    top: 0px;
    left: 30px;
    width: 360px;
    height: 586px;
  }

  .contact-form label {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .contact-form .select::after {
    top: 17px;
    width: 16px;
    height: 10px;
  }

  .contact-form__title {
    margin-bottom: 60px;
    padding-bottom: 40px;
    background-size: 280px;
  }
}

.cta-block {
  margin-top: 50px;
}

.cta-block__wrap {
  position: relative;
  padding-bottom: 60px;
}

.cta-block__graphic {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
}

.cta-block__graphic img {
  width: 100%;
  border-radius: 6px;
}

.cta-block--bottom .cta-block__wrap::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: -40px;
  bottom: -120px;
  width: 176px;
  height: 172px;
  background-color: #030303;
  background-color: var(--black);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
          mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
}

@media (min-width: 720px) {
  .cta-block__wrap {
    display: flex;
    padding-bottom: 80px;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 24px;
    gap: 24px;
    grid-gap: var(--page-gutter);
    gap: var(--page-gutter);
  }

  .cta-block--bottom .cta-block__wrap::after {
    right: -90px;
    bottom: -450px;
    width: 500px;
    height: 540px;
  }

  .cta-block__graphic {
    max-width: 517px;
  }

  .cta-block__copy {
    max-width: 560px;
  }

  .cta-block__copy p {
    margin-top: 1.5rem;
    margin-bottom: 3rem;;
  }
}

@media (min-width: 960px) {
  .cta-block--bottom .cta-block__wrap::after {
    right: -90px;
    bottom: -530px;
    width: 680px;
    height: 660px;
  }
}

.cta-block--left .cta-block__graphic {
  order: 0;
}

.cta-block--left .cta-block__graphic::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -75px;
  left: -80px;
  width: 292px;
  height: 315px;
  background-color: #7428ff;
  background-color: var(--purple);
  -webkit-mask-image: url("/images/shapes/blob-1-c236d1bd293dad2abebfd9e413dff2be.svg?vsn=d");
          mask-image: url("/images/shapes/blob-1-c236d1bd293dad2abebfd9e413dff2be.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.cta-block--left .cta-block__graphic::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20px;
  left: -30px;
  width: 138px;
  height: 154px;
  background-color: #030303;
  background-color: var(--black);
  -webkit-mask-image: url("/images/shapes/dots-d78710195b58c402dc9f1909fc7a9fa1.svg?vsn=d");
          mask-image: url("/images/shapes/dots-d78710195b58c402dc9f1909fc7a9fa1.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

@media (min-width: 720px) {
  .cta-block--left .cta-block__graphic::before {
    top: -60px;
    left: -95px;
    width: 240px;
    height: 255px;
  }

  .cta-block--left .cta-block__graphic::after {
    bottom: -10px;
    left: -20px;
    width: 200px;
    height: 222px;
  }
}

@media (min-width: 960px) {
  .cta-block--left .cta-block__graphic::before {
    top: -60px;
    left: -95px;
    width: 424px;
    height: 457px;
  }
}

.cta-block--right .cta-block__graphic {
  order: 1;
}

.cta-block--right .cta-block__graphic::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -75px;
  right: -80px;
  width: 292px;
  height: 315px;
  background-color: #7ae7c7;
  background-color: var(--green);
  -webkit-mask-image: url("/images/shapes/blob-6-12eb5d91c5957d59fcebf5d87e812802.svg?vsn=d");
          mask-image: url("/images/shapes/blob-6-12eb5d91c5957d59fcebf5d87e812802.svg?vsn=d");
  transform: scaleX(-1);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.cta-block--right .cta-block__graphic::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20px;
  right: -30px;
  width: 138px;
  height: 154px;
  background-color: #030303;
  background-color: var(--black);
  -webkit-mask-image: url("/images/shapes/vertical-lines-89d5c5a6b3036bcc8dbeef5bfedb03e7.svg?vsn=d");
          mask-image: url("/images/shapes/vertical-lines-89d5c5a6b3036bcc8dbeef5bfedb03e7.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

@media (min-width: 720px) {
  .cta-block--right .cta-block__graphic::before {
    top: -60px;
    right: -95px;
    width: 240px;
    height: 255px;
  }

  .cta-block--right .cta-block__graphic::after {
    bottom: -30px;
    right: -30px;
    width: 200px;
    height: 222px;
  }
}

@media (min-width: 960px) {
  .cta-block--right .cta-block__graphic::before {
    top: -130px;
    right: -95px;
    width: 424px;
    height: 457px;
  }
}

.header {
  position: relative;
}

.header__body {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  max-width: var(--constrained-page-width);
  padding: 0 24px;
  padding: 0 var(--page-gutter);
}

.header--dots .header__body {
  padding-bottom: 60px;
}

.header--dots .header__body::before {
  content: "";
  position: absolute;
  bottom: -160px;
  right: -70px;
  width: 233px;
  height: 227px;
  -webkit-mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
          mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

.header__strapline {
  font-family: Volkhov, serif;
  font-family: var(--serif-family);
  font-size: 16px;
  line-height: 1.25;
}

.header h1 {
  padding: 70px 0 0 0;
}

.header__image-container {
  position: relative;
  margin-top: 24px;
  margin-top: var(--page-gutter);
}

.header__image-container::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  width: 108px;
  height: 113px;
  transform: scaleX(-1);
  -webkit-mask-image: url("/images/shapes/blob-3-1382d5490da0af1f71769f7361946c3a.svg?vsn=d");
          mask-image: url("/images/shapes/blob-3-1382d5490da0af1f71769f7361946c3a.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #f84370;
  background-color: var(--red);
}

.header__image-container::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 115px;
  height: 188px;
  -webkit-mask-image: url("/images/shapes/lines-h-1-27b0e36ae9e4051e853a7e249d52bb7e.svg?vsn=d");
          mask-image: url("/images/shapes/lines-h-1-27b0e36ae9e4051e853a7e249d52bb7e.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

.header__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.header__cta {
  text-align: center;
  padding: 48px 24px;
  padding: 48px var(--page-gutter);
}

.header__body h1.header__title--ek {
  max-width: 250px;
}

@media (min-width: 720px) {
  .header__body {
    padding-bottom: 30px;
  }

  .header__body h1 {
    font-size: 64px;
    padding: 70px 0 - 0;
    min-width: 480px;
    max-width: 800px;
  }

  .header__body h1.header__title--ek {
    max-width: unset;
    min-width: 400px;
  }

  .header__body h1.header__title--lk {
    min-width: 400px;
  }

  .header--image-accessory .header__body h1 {
    padding-bottom: 100px;
    padding-right: 40px;
  }

  .header--image-accessory .header__body h1.v-center {
    padding-bottom: 90px;
    align-self: center;
  }

  .header--dots .header__body {
    padding-bottom: 100px;
  }

  .header--dots .header__body::before {
    bottom: -430px;
    right: -50px;
    width: 580px;
    height: 560px;
  }

  .header__strapline {
    font-size: 32px;
    line-height: 1.2;
    max-width: 700px;
  }

  .header--image-accessory .header__body {
    display: flex;
    justify-content: space-between;
  }

  .header__image {
    max-width: 520px;
  }

  .header__cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 960px) {
  .header__body h1 {
    font-size: 72px;
    min-width: 520px;
  }

  .header__image-container::before {
    top: -6px;
    left: -18px;
    width: 191px;
    height: 195px;
  }

  .header__image-container::after {
    bottom: -40px;
    right: -30px;
    width: 200px;
    height: 325px;
  }
}

@media (min-width: 1120px) {
  .header--dots .header__body {
    padding-bottom: 60px;
  }

  .header--dots .header__body::before {
    bottom: -500px;
    right: -70px;
    width: 680px;
    height: 660px;
  }
}

.impact-statement {
  --impact-statement-bg: var(--light-pink);
  --strapline-color: var(--black);
  --label-color: var(--red);

  position: relative;
  z-index: -1;
  text-align: center;
  margin-top: -86px;
}
.impact-statement--purple {
  --impact-statement-bg: var(--light-purple);
  --label-color: var(--purple);
}

.impact-statement--green {
  --impact-statement-bg: var(--green);
  --label-color: var(--purple);
}

.impact-statement--pulled-forward {
  z-index: 1;
}

.impact-statement--squiggle::before {
  z-index: 3;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 92px;
  transform: scaleY(-1);
  -webkit-mask-image: url("/images/shapes/arrow-squiggle-cdbcf26e72d2d6e827ebfbc2e7f02e37.svg?vsn=d");
          mask-image: url("/images/shapes/arrow-squiggle-cdbcf26e72d2d6e827ebfbc2e7f02e37.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7428ff;
  background-color: var(--purple);
}

.impact-statement__bg {
  background-color: var(--impact-statement-bg);
}

.impact-statement--top-margin {
  margin-top: 0px;
}

.impact-statement__body {
  padding-top: 186px;
  padding-bottom: 100px;
}

.impact-statement__body--short-top {
  padding-top: 100px;
}

.impact-statement__body--xshort-top {
  padding-top: 50px;
}

.impact-statement--padded-bottom .impact-statement__body {
  padding-bottom: 120px;
}

.impact-statement__body--short-bottom {
  padding-bottom: 30px;
}

.impact-statement__arrow {
  content: "";
  margin: 24px auto 0;
  margin: var(--page-gutter) auto 0;
  width: 20px;
  height: 100px;
  -webkit-mask-image: url("/images/shapes/arrow-down-41f977aea4a1a4ba11f46ca0311f67ef.svg?vsn=d");
          mask-image: url("/images/shapes/arrow-down-41f977aea4a1a4ba11f46ca0311f67ef.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

@media (min-width: 720px) {
  .impact-statement {
    margin-top: -110px;
  }

  .impact-statement--squiggle::before {
    height: 144px;
  }

  .impact-statement--top-margin {
    margin-top: 0px;
  }

  .impact-statement__body {
    padding-top: 200px;
  }

  .impact-statement__body--short-top {
    padding-top: 100px;
  }

  .impact-statement__body--xshort-top {
    padding-top: 50px;
  }

  .impact-statement__body--short-bottom {
    padding-bottom: 60px;
  }

  .impact-statement--padded-bottom .impact-statement__body {
    padding-bottom: 300px;
  }

  .impact-statement__arrow {
    width: 34px;
    height: 167px;
  }
}

.intro-panel {
  position: relative;
  z-index: 2;
  padding-top: calc(100px + var(--angled-space));
}

.intro-panel__wrap {
  position: relative;
}

.intro-panel__wrap::before {
  z-index: 3;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 92px;
  transform: scaleY(-1);
  -webkit-mask-image: url("/images/shapes/arrow-squiggle-cdbcf26e72d2d6e827ebfbc2e7f02e37.svg?vsn=d");
          mask-image: url("/images/shapes/arrow-squiggle-cdbcf26e72d2d6e827ebfbc2e7f02e37.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7428ff;
  background-color: var(--purple);
}

.intro-panel__header {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-family: Volkhov, serif;
  font-family: var(--serif-family);
  max-width: 760px;
  font-weight: 400;
}

.intro-panel__header--spaced {
  padding-top: 45px;
  padding-bottom: 20px;
}

@media (min-width: 720px) {
  .intro-panel {
    padding-top: calc(150px + var(--angled-space));
  }

  .intro-panel__wrap::before {
    height: 144px;
  }

  .intro-panel__header--spaced {
    padding-top: 150px;
  }
}

.longform-text h2 {
  margin-top: 1em;
  font-size: 20px;
}

.longform-text h3 {
  margin: 1em 0 0 0;
  padding: 0;
  font-size: 14px;
}

.longform-text p {
  margin-top: 0;
}

@media (min-width: 720px) {
  .longform-text h2 {
    font-size: 32px;
  }

  .longform-text h3 {
    font-size: 20px;
  }
}

.mailing-list-form {
  padding-bottom: 40px;
}

.mailing-list-form__controls {
  display: flex;
}

.mailing-list-form__label {
  display: block;
  font-size: 16px;
  font-family: Volkhov, serif;
  font-family: var(--serif-family);
  padding-bottom: 24px;
}

.mailing-list-form__email {
  background-color: #fff;
  background-color: var(--white);
  color: #030303;
  color: var(--black);
  border-radius: 30px 0 0 30px;
  border: 3px solid #fff;
  border: 3px solid var(--white);
  box-shadow: none;
  font-family: Rubik, Sans-Serif;
  font-family: var(--sans-serif-family);
  font-size: 14px;
  line-height: 1;
  padding: 5px 16px;
  width: auto;
  outline: none;
}

.mailing-list-form__email:focus {
  border-color: #7ae7c7;
  border-color: var(--green);
}

.mailing-list-form__controls button {
  --button-bg: var(--black);
  border-radius: 0 30px 30px 0;
  font-size: 12px;
  padding: 16px;
  min-height: unset;
  letter-spacing: 1px;
}

@media (min-width: 720px) {
  .mailing-list-form {
    padding-bottom: 8px;
  }
}

@media (min-width: 820px) {
  .mailing-list-form__form {
    display: flex;
    align-items: center;
  }

  .mailing-list-form__label {
    padding-bottom: 0;
    padding-right: 24px;
    padding-right: var(--page-gutter);
  }

  .mailing-list-form__email {
    width: 280px;
  }
}

.stats {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.stats__stat {
  width: calc(50% - (24px / 2));
  width: calc(50% - (var(--page-gutter) / 2));
  margin-bottom: 24px;
  margin-bottom: var(--page-gutter);
}

.stats__stat__value {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px #030303;
  -webkit-text-stroke: 1px var(--stats-color);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}

.stats__stat__label {
  display: block;
  font-family: Volkhov, serif;
  font-family: var(--serif-family);
  font-size: 14px;
}

@media (max-width: 720px) {
  .stats--sm-1 .stats__stat {
    width: 100%;
  }

  .stats--sm-1 .stats__stat__value {
    font-size: 32px;
  }

  .stats--sm-1 .stats__stat__label {
    font-size: 16px;
  }
}

@media (min-width: 720px) {
  .stats__stat__value {
    font-size: 46px;
    line-height: 36px;
    margin-bottom: 12px;
  }

  .stats__stat--compact .stats__stat__value {
    font-size: 26px;
  }

  .stats__stat__label {
    font-size: 14px;
  }
}

@media (min-width: 960px) {
  .stats__stat__value {
    font-size: 54px;
  }

  .stats__stat--compact .stats__stat__value {
    font-size: 36px;
  }

  .stats__stat__label {
    font-size: 16px;
  }

  .stats__stat--compact .stats__stat__label {
    font-size: 16px;
  }
}

.tab-card {
  --button-bg: var(--green);
  --button-fg: var(--black);

  position: relative;
}

.tab-card__options {
  overflow-x: scroll;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tab-card__options::-webkit-scrollbar {
  display: none;
}

.tab-card__options__wrap {
  position: relative;
}

.tab-card__options__wrap::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  width: 40px;
  background: linear-gradient(
    -90deg,
    rgba(116, 40, 255, 0) 0%,
    rgba(116, 40, 255, 1) 80%,
    rgba(116, 40, 255, 1) 100%
  );
  pointer-events: none;
}
.tab-card__options__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -14px;
  width: 50px;
  background: linear-gradient(
    90deg,
    rgba(116, 40, 255, 0) 0%,
    rgba(116, 40, 255, 1) 80%,
    rgba(116, 40, 255, 1) 100%
  );
  pointer-events: none;
}

.tab-card__options-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  color: var(--white);
}

.tab-card__option {
  display: inline-block;
  opacity: 0.6;
}

.tab-card__option:hover {
  opacity: 0.85;
}

.tab-card__option--active,
.tab-card__option--active:hover {
  opacity: 1;
}

.tab-card__option a {
  padding: 20px 10px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  display: block;
  white-space: nowrap;
}

.tab-card__option:first-child a {
  padding-left: 24px;
  padding-left: var(--page-gutter);
}

.tab-card__card {
  position: relative;
  overflow: hidden;
  display: none;
  background-color: #fff;
  background-color: var(--white);
  padding: 24px;
  padding: var(--page-gutter);
  border-radius: 6px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.tab-card__card--active {
  display: block;
}

@media (min-width: 720px) {
  .tab-card__options {
    position: relative;
    margin: 0 auto;
    padding: 0 24px;
    padding: 0 var(--page-gutter);
    overflow: hidden;
    max-width: 1200px;
    max-width: var(--constrained-page-width);
  }

  .tab-card__options-list {
    justify-content: space-between;
  }

  .tab-card__option a {
    font-size: 18px;
    padding: 20px 5px;
  }

  .tab-card__option:first-child a {
    padding-left: 0;
  }
}

@media (min-width: 960px) {
  .tab-card__option a {
    font-size: 24px;
  }
}

.video-embed {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-embed iframe {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video-embed--patterned::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -12px;
  width: 103px;
  height: 105px;
  -webkit-mask-image: url("/images/shapes/blob-3-1382d5490da0af1f71769f7361946c3a.svg?vsn=d");
          mask-image: url("/images/shapes/blob-3-1382d5490da0af1f71769f7361946c3a.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7428ff;
  background-color: var(--purple);
  transform: rotate(21.61deg);
}

.video-embed--patterned::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: -16px;
  right: -16px;
  width: 115px;
  height: 188px;
  -webkit-mask-image: url("/images/shapes/lines-h-1-27b0e36ae9e4051e853a7e249d52bb7e.svg?vsn=d");
          mask-image: url("/images/shapes/lines-h-1-27b0e36ae9e4051e853a7e249d52bb7e.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

@media (min-width: 720px) {
  .video-embed--patterned::before {
    bottom: -36px;
    left: -11px;
    width: 191px;
    height: 195px;
  }

  .video-embed--patterned::after {
    top: -24px;
    right: -30px;
    width: 135px;
    height: 208px;
  }
}

.acts {
  --strapline-color: var(--white);

  background-color: #7428ff;

  background-color: var(--purple);
  position: relative;
  padding-top: 70px;
}

.acts::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background-color: #fff;
  background-color: var(--white);
}

.acts .strapline {
  max-width: none;
}

.acts h2 {
  color: #7ae7c7;
  color: var(--green);
}

.acts__list {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 24px 0;
}

.acts__hint {
  --label-color: var(--black);

  position: relative;
  z-index: 2;
  text-align: center;
  padding: 30px 0;
}

.acts__hint a {
  font-weight: 500;
}

@media (min-width: 720px) {
  .acts {
    padding-top: 160px;
  }

  .acts::after {
    height: 220px;
  }

  .acts .strapline {
    padding-left: 24px;
    padding-left: var(--page-gutter);
    padding-right: 24px;
    padding-right: var(--page-gutter);
  }
}

.collaborations {
  --label-color: var(--black);

  position: relative;
  margin-top: 100px;
  margin-bottom: -1px;
}

.collaborations__body {
  padding-top: 100px;
  padding-bottom: 100px;
}

.collaborations__body p {
  margin: 24px 0;
  margin: var(--page-gutter) 0;
}

.collaborations__worked-with {
  padding-top: 30px;
}

.collaborations__worked-with .t-label {
  margin-bottom: 30px;
}

.contact-us {
  padding-top: 50px;
  padding-bottom: 120px;
}

@media (min-width: 720px) {
  .contact-us {
    padding-top: 100px;
    padding-bottom: 300px;
  }
}

.diversity-statements {
  position: relative;
  z-index: 2;
  margin: -2px 0 50px 0;
  background-color: #fff;
  background-color: var(--white);
}

.diversity-statements__item {
  position: relative;
  padding: 60px 0 30px;
}

.diversity-statements__item::before {
  content: "";
  display: block;
  width: 300px;
  height: 90px;
  position: absolute;
  top: 20px;
  left: -22px;
  -webkit-mask-image: url("/images/shapes/dashes-arch-tl-f8207585d6aa7d4869f3f1c4ee831050.svg?vsn=d");
          mask-image: url("/images/shapes/dashes-arch-tl-f8207585d6aa7d4869f3f1c4ee831050.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7428ff;
  background-color: var(--tint);
}

.diversity-statements__item::after {
  content: "";
  display: none;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 0px;
  right: -42px;
  transform: rotate(10deg);
  -webkit-mask-image: url("/images/shapes/dashes-circle-br-839e50538509718ba05aa000fce84674.svg?vsn=d");
          mask-image: url("/images/shapes/dashes-circle-br-839e50538509718ba05aa000fce84674.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7428ff;
  background-color: var(--tint);
}

.diversity-statements__arrow {
  position: relative;
  content: "";
  margin: 0 auto -30px;
  top: -50px;
  width: 20px;
  height: 100px;
  -webkit-mask-image: url("/images/shapes/arrow-down-41f977aea4a1a4ba11f46ca0311f67ef.svg?vsn=d");
          mask-image: url("/images/shapes/arrow-down-41f977aea4a1a4ba11f46ca0311f67ef.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

@media (min-width: 720px) {
  .diversity-statements {
    margin: -2px 0 80px 0;
  }

  .diversity-statements__item {
    display: flex;
    padding: 100px 0 50px;
  }

  .diversity-statements__item::before {
    width: 300px;
    height: 140px;
    top: 40px;
    left: -38px;
  }
  .diversity-statements__item::after {
    width: 230px;
    height: 230px;
    bottom: -20px;
    right: -80px;
  }

  .diversity-statements__header {
    min-width: 50%;
    max-width: 50%;
    padding-right: 40px;
  }

  .diversity-statements__body p:first-child {
    margin-top: 0;
  }

  .diversity-statements__arrow {
    width: 34px;
    height: 167px;
  }
}

@media (min-width: 1120px) {
  .diversity-statements__item::before {
    width: 300px;
    height: 150px;
    top: 32px;
    left: -50px;
  }
}

.donate-form {
  position: relative;
  margin: 0 auto;
  background-color: #f2ece5;
  background-color: var(--beige-2);
  border-radius: 4px;
  padding: 24px;
  padding: var(--page-gutter);
  max-width: 400px;
}

.donate-form label {
  margin: 0 0 4px 0;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #7428ff;
  color: var(--button-bg);
}

.donate-form__amount {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
}

.donate-form__amount__prefix {
  padding-right: 11px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 11px 16px;
  font-weight: 500;
  color: #a7a5a6;
  color: var(--grey);
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.donate-form__amount__suffix {
  padding-right: 11px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px 16px;
  font-weight: 500;
  color: #a7a5a6;
  color: var(--grey);
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.donate-form__amount__input {
  display: block;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 11px 16px 11px 30px;
  border: none;
  box-shadow: none;
  border-radius: 2px;
  font-weight: 500;
  font-size: 16px;
  color: #030303;
  color: var(--black);
  background-color: #fff;
  background-color: var(--site-bg);
  -moz-appearance: textfield;
}

.donate-form textarea {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 11px 16px;
  border: none;
  box-shadow: none;
  border-radius: 2px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #030303;
  color: var(--black);
  background-color: #fff;
  background-color: var(--site-bg);
}

.donate-form__amount__input::-webkit-outer-spin-button,
.donate-form__amount__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.donate-form__subscribe {
  display: flex;
  padding: 5px 0 20px;
}

.donate-form__subscribe input {
  position: relative;
  top: 2px;
}

.donate-form__subscribe label {
  padding: 0 0 0 10px;
  color: var(--dark-grey);
  font-weight: 500;
}

.donate-thanks {
  padding-top: 100px;
  padding-bottom: 100px;
  --strapline-color: var(--off-black);
  --constrained-page-width: 720px;
}

.donate-thanks__copy {
  padding-top: 24px;
  padding-top: var(--page-gutter);
}

.donate-thanks__photo {
  display: block;
  max-width: 100%;
}

@media (min-width: 720px) {
  .donate-thanks__photo {
    margin-left: 24px;
    margin-left: var(--page-gutter);
    margin-right: 24px;
    margin-right: var(--page-gutter);
    max-width: calc(100% - (24px * 2));
    max-width: calc(100% - (var(--page-gutter) * 2));
  }
}

.donate {
  position: relative;
  z-index: 2;
  margin: -2px 0 50px 0;
  background-color: #fff;
  background-color: var(--site-bg);
}

.donate__arrow {
  position: relative;
  content: "";
  margin: 0 auto -30px;
  top: -50px;
  width: 20px;
  height: 100px;
  -webkit-mask-image: url("/images/shapes/arrow-down-41f977aea4a1a4ba11f46ca0311f67ef.svg?vsn=d");
          mask-image: url("/images/shapes/arrow-down-41f977aea4a1a4ba11f46ca0311f67ef.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

@media (min-width: 720px) {
  .donate__arrow {
    width: 34px;
    height: 167px;
  }
}

.edk-impact {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
}

.edk-impact::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -60px;
  left: -4%;
  width: 110%;
  height: 500px;
  -webkit-mask-image: url("/images/shapes/blob-1-c236d1bd293dad2abebfd9e413dff2be.svg?vsn=d");
          mask-image: url("/images/shapes/blob-1-c236d1bd293dad2abebfd9e413dff2be.svg?vsn=d");
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #f2ecff;
  background-color: var(--light-purple-3);
}

.edk-impact::after {
  z-index: -2;
  content: "";
  position: absolute;
  top: 0px;
  left: 35%;
  width: 341px;
  height: 331px;
  -webkit-mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
          mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #f84370;
  background-color: var(--red);
}

.edk-impact h3 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.edk-impact h3::after {
  display: block;
  content: "";
  margin: 8px auto 0;
  width: 100px;
  height: 11px;
  -webkit-mask-image: url("/images/shapes/double-zig-zag-645bb1993a6051eb4b8e600ea0861d5a.svg?vsn=d");
          mask-image: url("/images/shapes/double-zig-zag-645bb1993a6051eb4b8e600ea0861d5a.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

.edk-impact .footnote {
  padding-top: 30px;
}

@media (min-width: 720px) {
  .edk-impact h3 {
    max-width: 320px;
    margin: 20px auto 40px;
  }

  .edk-impact h3::after {
    margin: 8px auto 28px;
    width: 180px;
    height: 23px;
  }

  .edk-impact::before {
    top: -95px;
    left: 0;
    width: 618px;
    height: 665px;
  }

  .edk-impact::after {
    top: -15px;
    left: auto;
    right: -70px;
    width: 529px;
    height: 513px;
  }

  .edk-impact .footnote {
    padding-top: 110px;
  }
}

.everyday-footer {
  padding-top: 80px;
  padding-bottom: 90px;
}

.everyday-footer__graphic {
  max-width: 327px;
  margin: 0 auto;
}

.everyday-footer__graphic img {
  width: 100%;
}

.everyday-footer__content {
  text-align: left;
  padding: 20px 24px;
  padding: 20px var(--page-gutter);
}

.everyday-footer__button-wrap {
  padding-top: 30px;
  text-align: center;
}

@media (min-width: 720px) {
  .everyday-footer {
    padding-top: 120px;
    padding-bottom: 180px;
    align-items: center;
  }

  .everyday-footer__button-wrap {
    text-align: left;
  }

  .everyday-footer__graphic {
    max-width: 500px;
    padding-left: 24px;
    padding-left: var(--page-gutter);
  }

  .everyday-footer__content {
    min-width: 560px;
  }
}

.financials {
  margin-top: 120px;
  padding-bottom: 30px;
}

.financials__body {
  margin-top: 24px;
  margin-top: var(--page-gutter);
  margin-bottom: 90px;
}

.financials__body h4 {
  text-transform: uppercase;
}

.financials__charity-navigator {
  display: block;
  text-align: center;
  padding: 24px 0;
}

.financials__charity-navigator__img {
  width: 155px;
}

.financials__downloads {
  --downloads-bg: var(--purple);
  --downloads-fg: var(--white);

  list-style: none;
  margin: 12px 0 24px 0;
  margin: 12px 0 var(--page-gutter) 0;
  padding: 0;
}

.financials__downloads--green {
  --downloads-bg: var(--green);
  --downloads-fg: var(--black);
}

.financials__downloads__link {
  position: relative;
  display: block;
  margin: 3px 0;
  background-color: var(--downloads-bg);
  color: var(--downloads-fg);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.3;
  font-size: 14px;
}

.financials__downloads__link::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 12px;
  width: 17px;
  height: 17px;
  -webkit-mask-image: url("/images/icons/download-98d84f03df18db727a590e88779bb7b9.svg?vsn=d");
          mask-image: url("/images/icons/download-98d84f03df18db727a590e88779bb7b9.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--downloads-fg);
}

.financials__downloads__link--no-download,
.financials__downloads__link--old {
  --downloads-bg: var(--light-grey);
  --downloads-fg: var(--off-black);
}

.financials__downloads__link--no-download::before {
  display: none;
}

.financials__downloads__year {
  display: inline-block;
  width: 50px;
  border-right: 1px solid #fff;
  border-right: 1px solid var(--white);
  padding: 8px;
}

.financials__downloads__label {
  display: inline-block;
  padding: 8px 24px 8px 8px;
}

@media (min-width: 720px) {
  .financials {
    padding-bottom: 70px;
  }

  .financials__body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
  }

  .financials__col-1 {
    width: calc(50% - (24px / 2));
    width: calc(50% - (var(--page-gutter) / 2));
  }

  .financials__col-2 {
    width: calc(50% - (24px / 2));
    width: calc(50% - (var(--page-gutter) / 2));
  }

  .financials__charity-navigator {
    text-align: left;
  }
}

.footer-cta {
  --button-bg: var(--green);
  --button-fg: var(--black);

  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

.footer-cta--no-pad {
  padding-top: 0;
}

.footer-cta__title {
  margin: 0 0 24px;
  margin: 0 0 var(--page-gutter);
  padding: 0;
}

.footer-cta--learn-kind {
  --button-bg: var(--purple);
  --button-fg: var(--white);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer-cta--learn-kind-resources {
  z-index: 1;
}

.footer-cta--learn-kind-resources .footer-cta__title {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.footer-cta--learn-kind .footer-cta__title {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.footer-cta__label {
  --label-color: var(--black);

  position: relative;
  width: 120px;
  text-align: center;
  margin-bottom: 130px;
  margin-left: auto;
}

.footer-cta__label::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -110px;
  left: -40px;
  width: 99px;
  height: 99px;
  -webkit-mask-image: url("/images/shapes/arrow-curve-bl-edc0d8568cd35f49f2ab0c5800715b33.svg?vsn=d");
          mask-image: url("/images/shapes/arrow-curve-bl-edc0d8568cd35f49f2ab0c5800715b33.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

@media (min-width: 720px) {
  .footer-cta {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .footer-cta__title {
    max-width: none;
  }

  .footer-cta--learn-kind-resources .footer-cta__title {
    max-width: 700px;
  }

  .footer-cta__label {
    position: absolute;
    right: 40px;
    bottom: 120px;
  }
}

@media (min-width: 960px) {
  .footer-cta__label {
    bottom: 220px;
  }

  .footer-cta {
    padding-bottom: 200px;
  }

  .footer-cta--learn-kind-resources .footer-cta__title {
    max-width: 950px;
  }
}

.footer {
  position: relative;
  pointer-events: none;
  z-index: 1;
  background: #7428ff url("/images/backgrounds/footer-7c1bfb664734e424d03e7277326dcdfe.svg?vsn=d") center top
    no-repeat;
  background: var(--purple) url("/images/backgrounds/footer-7c1bfb664734e424d03e7277326dcdfe.svg?vsn=d") center top
    no-repeat;
  background-size: contain;
  -webkit-mask-image: url("/images/backgrounds/footer-mask-c925b89a20eab1000580828bb10bd703.svg?vsn=d");
          mask-image: url("/images/backgrounds/footer-mask-c925b89a20eab1000580828bb10bd703.svg?vsn=d");
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  color: #fff;
  color: var(--white);
  margin-top: -105px;
  padding: 20% 0 24px 0;
  padding: 20% 0 var(--page-gutter) 0;
}

.footer__spacing {
  padding-bottom: 120px;
}

.footer__body {
  pointer-events: initial;
  font-size: 14px;
}

.footer__social-links {
  list-style: none;
  margin: 64px 0 48px 0;
  padding: 0;
}

.footer__social-links__link {
  display: inline-block;
  margin: 0 24px 0 0;
  margin: 0 var(--page-gutter) 0 0;
}

.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__links__link a {
  text-decoration: none;
  line-height: 30px;
}

.footer__address {
  padding-top: 12px;
  font-size: 12px;
  color: #eee5ff;
  color: var(--light-purple-2);
}

@media (min-width: 720px) {
  .footer {
    margin-top: -170px;
  }

  .footer__spacing {
    padding-bottom: 300px;
  }

  .footer__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 16px;
  }
}

@media (min-width: 960px) {
  .footer {
    margin-top: -250px;
  }
}

.get-started-header {
  z-index: 2;
  position: relative;
  padding: 70px 0 48px 0;
}

.get-started-header h1 {
  padding-top: 32px;
}

.get-started-header::before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -100px;
  width: 124px;
  height: 201px;
  -webkit-mask-image: url("/images/shapes/sprinkles-6bf7edcfe96818869c3bd66b8bf55f30.svg?vsn=d");
          mask-image: url("/images/shapes/sprinkles-6bf7edcfe96818869c3bd66b8bf55f30.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

@media (min-width: 720px) {
  .get-started-header h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }

  .get-started-header::before {
    bottom: -80px;
    right: -120px;
    width: 208px;
    height: 320px;
  }
}

.home-header {
  --tint: #fff;
  position: relative;
  margin-bottom: calc(0px - var(--angled-space));
  color: #030303;
  color: var(--black);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.home-header::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 30px;
  width: 70px;
  height: 70px;
  -webkit-mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
          mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
  transform: rotate(140deg);
}

.home-header::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  width: 100px;
  height: 100px;
  -webkit-mask-image: url("/images/shapes/blob-7-cc5f08951bbf891ec52ccc4977c0cc5e.svg?vsn=d");
          mask-image: url("/images/shapes/blob-7-cc5f08951bbf891ec52ccc4977c0cc5e.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #f84370;
  background-color: var(--red);
  transform: rotate(140deg);
}

.home-header__video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.home-header__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  padding: 130px 24px 90px 24px;
  padding: 130px var(--page-gutter) 90px var(--page-gutter);
  position: relative;
  text-align: center;
}

.home-header__body::before {
  content: "";
  position: absolute;
  bottom: -110px;
  right: -20px;
  width: 180px;
  height: 180px;
  -webkit-mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
          mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

.home-header__title {
  padding-bottom: 12px;
  margin: -15px auto 0;
  font-size: 24px;
  line-height: 28px;
}

.home-header__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  flex-direction: column;
}

@media (min-width: 370px) {
  .home-header__title {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (min-width: 500px) {
  .home-header__title {
    font-size: 40px;
    line-height: 44px;
  }

  .home-header__controls {
    flex-direction: row;
  }
}

@media (min-width: 720px) {
  .home-header__body {
    padding: 160px 24px 130px 24px;
    padding: 160px var(--page-gutter) 130px var(--page-gutter);
  }

  .home-header .t-outlined {
    -webkit-text-stroke-width: 2px;
  }

  .home-header__title {
    padding-bottom: 24px;
    font-size: 54px;
    line-height: 60px;
  }

  .home-header::before {
    top: 5px;
    left: 70px;
    width: 90px;
    height: 90px;
  }

  .home-header::after {
    top: 10px;
    left: -10px;
    width: 140px;
    height: 140px;
  }

  .home-header__body::before {
    bottom: -90px;
    right: -20px;
    width: 250px;
    height: 240px;
  }
}

@media (min-width: 960px) {
  .home-header__title {
    font-size: 72px;
    line-height: 62px;
  }
}

@media (min-width: 1120px) {
  .home-header::before {
    top: 5px;
    left: 90px;
    width: 120px;
    height: 120px;
  }

  .home-header::after {
    top: 10px;
    left: -10px;
    width: 180px;
    height: 180px;
  }

  .home-header__body::before {
    bottom: -100px;
    right: -10px;
    width: 300px;
    height: 300px;
  }
}

.how-we-work {
  --strapline-color: var(--green);

  position: relative;
  background-color: #7428ff;
  background-color: var(--purple);
  margin-bottom: -360px;
}

.how-we-work__body::before {
  content: "";
  position: absolute;
  top: -55px;
  left: -100px;
  transform: scaleY(-1);
  width: 234px;
  height: 100px;
  -webkit-mask-image: url("/images/shapes/zigzag-swoosh-757502d68593bf39cfe2f4e7d33b7cb2.svg?vsn=d");
          mask-image: url("/images/shapes/zigzag-swoosh-757502d68593bf39cfe2f4e7d33b7cb2.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #eeadbb;
  background-color: var(--pink);
}

.how-we-work__body {
  color: #fff;
  color: var(--white);
  text-align: center;
  padding-top: 100px;
  padding-bottom: 400px;
}

.how-we-work__infographic {
  display: block;
  margin: 24px auto 0;
  margin: var(--page-gutter) auto 0;
  max-width: 100%;
  width: 320px;
  height: 320px;
}

@media (min-width: 600px) {
  .how-we-work__infographic {
    width: 550px;
    height: 550px;
  }
}

@media (min-width: 720px) {
  .how-we-work__body::before {
    top: -150px;
    left: -60px;
    width: 555px;
    height: 237px;
  }
}

@media (min-width: 960px) {
  .how-we-work__infographic {
    width: 700px;
    height: 700px;
  }
}

.impact {
  overflow: hidden;
  position: relative;
}

.impact::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 40px;
  right: calc(-318px / 2);
  width: 318px;
  height: 341px;
  -webkit-mask-image: url("/images/shapes/blob-1-c236d1bd293dad2abebfd9e413dff2be.svg?vsn=d");
          mask-image: url("/images/shapes/blob-1-c236d1bd293dad2abebfd9e413dff2be.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #feecf0;
  background-color: var(--light-pink);
}

.impact__title {
  padding: 24px 0;
  padding: var(--page-gutter) 0;
  max-width: 280px;
  position: relative;
  left: -1px;
  left: var(--title-nudge);
}

.impact__quote {
  position: relative;
  width: 327px;
  height: 331px;
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 0;
  text-indent: -1000px;
  background: url("/images/photos/quote-bubble-9b6178334e2414d9ccf94ead02a83ed1.png?vsn=d") top left no-repeat;
  background-size: contain;
}

.impact__quote::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 318px;
  height: 341px;
  -webkit-mask-image: url("/images/shapes/blob-1-c236d1bd293dad2abebfd9e413dff2be.svg?vsn=d");
          mask-image: url("/images/shapes/blob-1-c236d1bd293dad2abebfd9e413dff2be.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #feecf0;
  background-color: var(--light-pink);
}

.impact__cta {
  --label-color: var(--black);

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 0;
}

@media (min-width: 720px) {
  .impact::before {
    display: none;
  }

  /* .impact__quote {
    background: url("/images/photos/quote-bubble-lg-80850aef0d30cb35093775ab1ba504a7.png?vsn=d") top left no-repeat;
    background-size: contain;
    width: 621px;
    height: 629px;
  } */

  .impact__quote::before {
    top: -60px;
    left: -150px;
  }

  .impact__cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 200px;
  }

  .impact__main {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
  }

  .impact__title {
    max-width: none;
  }
}

@media (min-width: 960px) {
  .impact__quote {
    background: url("/images/photos/quote-bubble-lg-80850aef0d30cb35093775ab1ba504a7.png?vsn=d") top left no-repeat;
    background-size: contain;
    width: 621px;
    height: 629px;
  }

  .impact__quote::before {
    width: 618px;
    height: 665px;
    top: -60px;
    left: -280px;
  }
}

.kids-resources-header {
  z-index: 2;
  position: relative;
  padding: 70px 0 48px 0;
}

.kids-resources-header h1 {
  padding-top: 32px;
}

.kids-resources-header::before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -100px;
  width: 124px;
  height: 201px;
  -webkit-mask-image: url("/images/shapes/sprinkles-6bf7edcfe96818869c3bd66b8bf55f30.svg?vsn=d");
          mask-image: url("/images/shapes/sprinkles-6bf7edcfe96818869c3bd66b8bf55f30.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #45ebc5;
  background-color: var(--bright-green);
}

.kids-resources-header::after {
  content: "";
  z-index: -1;
  -webkit-mask-image: url("/images/shapes/zigzag-swoosh-757502d68593bf39cfe2f4e7d33b7cb2.svg?vsn=d");
          mask-image: url("/images/shapes/zigzag-swoosh-757502d68593bf39cfe2f4e7d33b7cb2.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #e3d4ff;
  background-color: #f84370;
  background-color: var(--red);
  top: 30px;
  left: -40px;
  width: 190px;
  height: 80px;
  transform: rotate(-40deg);
  content: "";
  display: block;
  position: absolute;
}

@media (min-width: 720px) {
  .kids-resources-header h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }

  .kids-resources-header::before {
    bottom: -70px;
    right: -100px;
    width: 208px;
    height: 320px;
  }

  .kids-resources-header::after {
    top: 40px;
    left: -40px;
    width: 300px;
    height: 130px;
  }
}

.kinder-world__header {
  position: relative;
  z-index: 1;
  margin-bottom: -120px;
  padding: 200px 24px 150px 24px;
  padding: 200px var(--page-gutter) 150px var(--page-gutter);
}

.kinder-world__header h3 {
  margin: 0 auto;
  max-width: 610px;
}

.kinder-world__label {
  position: absolute;
  top: -120px;
  right: 0px;
  width: 160px;
  --label-color: var(--black);
  text-align: center;
  font-weight: 400;
}

.kinder-world__label::after {
  content: "";
  position: absolute;
  bottom: -90px;
  right: -10px;
  width: 70px;
  height: 70px;
  transform: rotate(-40deg);
  -webkit-mask-image: url("/images/shapes/arrow-curve-bl-edc0d8568cd35f49f2ab0c5800715b33.svg?vsn=d");
          mask-image: url("/images/shapes/arrow-curve-bl-edc0d8568cd35f49f2ab0c5800715b33.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

.kinder-world__main {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  max-width: var(--constrained-page-width);
  margin: 0 auto;
  padding: 0 24px;
  padding: 0 var(--page-gutter);
}

.kinder-world__item {
  margin: 0 auto;
  padding-bottom: 70px;
  max-width: 420px;
}

.kinder-world__item h3 {
  padding-top: 5px;
  position: relative;
  left: -1px;
  left: var(--title-nudge);
}

.kinder-world__graphic {
  text-align: center;
  padding-bottom: 16px;
}

.kinder-world__graphic img {
  display: inline-block;
}

@media (min-width: 450px) {
  .kinder-world__label::after {
    right: 30px;
    transform: rotate(-20deg);
  }
}
@media (min-width: 580px) {
  .kinder-world__label::after {
    right: 60px;
    transform: rotate(0deg);
  }
}

@media (min-width: 720px) {
  .kinder-world__label {
    width: 230px;
  }
}

@media (min-width: 960px) {
  .kinder-world__label {
    top: -150px;
    right: 60px;
    width: 230px;
  }

  .kinder-world__label::after {
    transform: rotate(0deg);
    bottom: -120px;
    left: 20px;
    width: 99px;
    height: 99px;
  }

  .kinder-world__main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .kinder-world__item {
    width: 45%;
    padding: 200px 0 0 0;
  }

  .kinder-world__item:nth-child(2n + 1) {
    padding-top: 0;
  }

  .kinder-world__header {
    padding: 300px 0 140px 0;
    margin-bottom: calc(-130px);
  }
}

.kindfund {
  text-align: left;
  margin-top: 100px;
  margin-bottom: 180px;
}

.kindfund__graphic {
  margin: 0 0 24px 0;
}

.kindfund__content {
  position: relative;
}

.kindfund__content::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -240px;
  left: -280px;
  width: 920px;
  height: 605px;
  -webkit-mask-image: url("/images/shapes/blob-5-54bdd31a5fd5e536907a8638215b521d.svg?vsn=d");
          mask-image: url("/images/shapes/blob-5-54bdd31a5fd5e536907a8638215b521d.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #eee5ff;
  background-color: var(--light-purple-2);
}

.kindfund__content::after {
  content: "";
  z-index: -2;
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 200px;
  height: 193px;
  -webkit-mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
          mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

@media (min-width: 960px) {
  .kindfund {
    display: flex;
    justify-content: space-between;
  }

  .kindfund__graphic {
    min-width: 537px;
    max-width: 537px;
    width: 100%;
    height: auto;
  }

  .kindfund__graphic img {
    display: block;
    width: 100%;
    max-width: 540px;
    padding-right: 48px;
  }

  .kindfund__content {
    max-width: 560px;
    padding-top: 280px;
  }

  .kindfund__content::before {
    left: -370px;
    top: 80px;
  }

  .kindfund__content::after {
    left: -200px;
    top: 500px;
  }
}

.kindlab-work {
  position: relative;
}

.kindlab-work::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 180px;
  background-color: #f7f2ec;
  background-color: var(--beige);
}

.kindlab-work__header {
  padding: 100px 24px 16px;
  padding: 100px var(--page-gutter) 16px;
}

.kindlab-work__header h2 {
  margin-top: 6px;
}

.kindlab-work__header .t-label {
  font-weight: 500;
}

.kindlab-work__articles {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 24px;
  padding: 0 var(--page-gutter);
  text-align: left;
}

@media (min-width: 720px) {
  .kindlab-work::before {
    bottom: 200px;
  }
}

.kl-who-we-are {
  padding: 140px 24px;
  padding: 140px var(--page-gutter);
}

.kl-who-we-are__people {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.kl-who-we-are__person {
  padding: 30px 0 0 0;
}

.kl-who-we-are__person__name {
  padding: 0 0 4px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.kl-who-we-are__person__photo-wrap {
  display: block;
  margin: 30px auto;
  position: relative;
  width: 120px;
}

.kl-who-we-are__person__photo-wrap::before {
  content: "";
  position: absolute;
  width: 119px;
  height: 114px;
  top: -10px;
  left: -10px;
  -webkit-mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
          mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

.kl-who-we-are__person__photo {
  display: block;
  width: 100%;
  -webkit-mask-image: url("/images/shapes/circle-59ddea524bb5f279690b610806db3a76.svg?vsn=d");
          mask-image: url("/images/shapes/circle-59ddea524bb5f279690b610806db3a76.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

@media (min-width: 720px) {
  .kl-who-we-are__person {
    display: flex;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    max-width: 770px;
    text-align: left;
  }

  .kl-who-we-are__person__photo-wrap {
    margin: 0;
    min-width: 168px;
    max-width: 168px;
  }

  .kl-who-we-are__person__photo-wrap::before {
    width: 164px;
    height: 159px;
  }

  .kl-who-we-are__person__copy {
    padding-left: 28px;
  }
}

.lk-faqs {
  margin: 0 0 120px 0;
  padding: 120px 24px;
  padding: 120px var(--page-gutter);
  background-color: #7428ff;
  background-color: var(--purple);
  color: #fff;
  color: var(--white);
}

.lk-faqs h2 {
  position: relative;
}

.lk-faqs h2::after {
  content: "";
  display: block;
  width: 95px;
  height: 6px;
  margin: 3px auto 0;
  -webkit-mask-image: url("/images/shapes/zig-zag-7c0b4f3204f432a5231823f93e1ab09a.svg?vsn=d");
          mask-image: url("/images/shapes/zig-zag-7c0b4f3204f432a5231823f93e1ab09a.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  background-color: var(--white);
}

.lk-faqs__content {
  max-width: 600px;
  margin: 0 auto;
}

.lk-faqs__list {
  list-style: none;
  margin: 48px 0 0 0;
  padding: 0;
  text-align: left;
}

.lk-faqs__item {
  display: flex;
  position: relative;
  padding: 10px 0 14px 0;
}

.lk-faqs__question::before {
  content: "+";
  text-align: center;
  line-height: 43px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 41px;
  min-width: 41px;
  max-width: 41px;
  height: 43px;
  max-height: 43px;
  margin-right: 14px;
  -webkit-mask-image: url("/images/shapes/circle-59ddea524bb5f279690b610806db3a76.svg?vsn=d");
          mask-image: url("/images/shapes/circle-59ddea524bb5f279690b610806db3a76.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7ae7c7;
  background-color: var(--green);
  color: #030303;
  color: var(--black);
}

.lk-faqs__question {
  margin: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  align-content: center;
}

.lk-faqs__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0, 1, 0, 1) -0.1s;
}

.lk-faqs__item--open .lk-faqs__question::before {
  content: "-";
}

.lk-faqs__item--open .lk-faqs__answer {
  max-height: 9999px;
  transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  transition-delay: 0s;
}

@media (min-width: 720px) {
  .lk-faqs {
    margin: 0 0 100px 0;
    padding: 100px 24px;
    padding: 100px var(--page-gutter);
  }

  .lk-faqs__item {
    padding: 5px 0 20px 64px;
  }

  .lk-faqs h2::after {
    width: 197px;
    height: 13px;
    margin-top: 10px;
  }
}

.lk-media {
  --label-color: var(--black);
  text-align: center;
}

.lk-media__note {
  max-width: 280px;
  margin: 10px auto 0;
}

.lk-media__today__info {
  position: relative;
  width: 190px;
  margin-bottom: 120px;
}

.lk-media__today__info::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -92px;
  left: 100px;
  width: 75px;
  height: 75px;
  -webkit-mask-image: url("/images/shapes/arrow-curve-br-f60e2825d2ea872addab27fc01e73f68.svg?vsn=d");
          mask-image: url("/images/shapes/arrow-curve-br-f60e2825d2ea872addab27fc01e73f68.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

.lk-media__today__logo {
  display: block;
  width: 100%;
}

.lk-media__today__video {
  position: relative;
  max-width: 100%;
  padding: 9px;
  background-color: #fff;
  background-color: var(--white);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
}

.lk-media__today__video::before {
  z-index: -2;
  content: "";
  position: absolute;
  top: -40px;
  left: -24px;
  width: 394px;
  height: 258px;
  -webkit-mask-image: url("/images/shapes/blob-5-54bdd31a5fd5e536907a8638215b521d.svg?vsn=d");
          mask-image: url("/images/shapes/blob-5-54bdd31a5fd5e536907a8638215b521d.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7ae7c7;
  background-color: var(--green);
  opacity: 0.1;
}

.lk-media__today__video::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -24px;
  width: 106px;
  height: 172px;
  -webkit-mask-image: url("/images/shapes/lines-h-1-27b0e36ae9e4051e853a7e249d52bb7e.svg?vsn=d");
          mask-image: url("/images/shapes/lines-h-1-27b0e36ae9e4051e853a7e249d52bb7e.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7428ff;
  background-color: var(--purple);
}

.lk-media__today__video__img {
  display: block;
  max-width: 100%;
}

.lk-media__time {
  padding-top: 80px;
}

.lk-media__time__logo {
  width: 240px;
}

.lk-media__nivea {
  padding-top: 50px;
}

.lk-media__nivea__logo {
  width: 90px;
}

@media (min-width: 720px) {
  .lk-media__today {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .lk-media__today__video {
    margin-top: 80px;
    padding: 19px;
    max-width: 704px;
  }

  .lk-media__today__info {
    min-width: 190px;
  }

  .lk-media__today__info::before {
    left: 80px;
    width: 99px;
    height: 99px;
  }

  .lk-media__today__video::before {
    top: -70px;
    left: -24px;
    width: 844px;
    height: 544px;
  }

  .lk-media__today__video::after {
    bottom: -40px;
    right: -100px;
    width: 277px;
    height: 370px;
  }

  .lk-media__note {
    margin-left: 0;
    margin-right: 0;
  }

  .lk-media__wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .lk-media__time {
    padding-top: 120px;
    max-width: 280px;
  }

  .lk-media__nivea {
    padding-top: 0;
    max-width: 280px;
    align-self: flex-end;
  }
}

.lk-quotes {
  padding: 0px 24px 100px;
  padding: 0px var(--page-gutter) 100px;
  background-color: #7ae7c7;
  background-color: var(--green);
}

.lk-quotes__list {
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.lk-quotes__list::before {
  content: "“";
  position: absolute;
  top: -57px;
  left: 10px;
  font-size: 200px;
  line-height: 200px;
  font-family: Volkhov, serif;
  font-family: var(--serif-family);
  color: #7428ff;
  color: var(--purple);
}

.lk-quotes__list::after {
  content: "”";
  position: absolute;
  bottom: -96px;
  right: 10px;
  font-size: 200px;
  line-height: 100px;
  font-family: Volkhov, serif;
  font-family: var(--serif-family);
  color: #7428ff;
  color: var(--purple);
}

.lk-quotes__quote {
  background-color: #fff;
  background-color: var(--white);
  padding: 24px;
  border-radius: 4px;
  box-shadow: 0px 4px 40px rgba(219, 211, 202, 0.2);
  margin-bottom: 24px;
  margin-bottom: var(--page-gutter);
}

.lk-quotes__quote blockquote {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 46px;
}

.lk-quotes__quote__source {
  line-height: 1.42;
}

.lk-quotes__quote__source__name {
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 720px) {
  .lk-quotes__list {
    margin-bottom: -280px;
  }

  .lk-quotes__list::before {
    top: -57px;
    left: -52px;
    font-size: 240px;
  }

  .lk-quotes__list::after {
    bottom: -50px;
    right: -48px;
    font-size: 240px;
  }

  .lk-quotes__quote {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .lk-quotes__quote blockquote {
    font-size: 16px;
    margin-bottom: 95px;
  }

  .lk-quotes__quote__source {
    font-size: 12px;
  }
}

.navbar {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  background-color: var(--site-bg);
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  align-items: center;
  justify-content: space-between;
}

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

.navbar__logo {
  z-index: 3;
  display: block;
  display: flex;
  padding: 13px 24px;
  padding: 13px var(--page-gutter);
  align-items: center;
}

.navbar__logo__k {
  width: 25px;
}

.navbar__logo__strapline {
  padding: 5px 0 0 15px;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar a {
  text-decoration: none;
}

.navbar__nav a:hover {
  text-decoration: underline;
}

.navbar__nav-list {
  display: flex;
}

.navbar__nav__link {
  display: inline-block;
}

.has-subnav {
  position: relative;
}

.navbar__nav-subnav .navbar__nav-list {
  flex-direction: column;
}

.navbar__nav-list-item {
  white-space: nowrap;
}

.c-skipnav {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 1rem 2rem;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: .15ch;
  color: #000;
  border: 2px solid #000;
  background-color: #fff;
  transition: background-color .3s ease-in-out,color .3s ease-in-out;
}

.c-skipnav:focus {
  position: absolute;
  z-index: 999;
  top: 6rem;
  left: 2rem;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  outline: none;
}

.c-skipnav:focus:hover {
  color: #fff;
  background-color: #000;
}

/* Mobile / Tablet Only */
@media only screen and (max-width: 920px) {
  .navbar__nav {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background: #fff;
    background: var(--site-bg);
    justify-content: center;
    align-items: center;
  }

  .navbar--open .navbar__nav {
    display: flex;
  }

  .navbar--open .navbar__logo {
    position: relative;
  }

  .navbar__toggle {
    position: absolute;
    z-index: 3;
    top: 0px;
    right: 0px;
    padding: 20px 24px;
    padding: 20px var(--page-gutter);
    text-align: center;
  }

  .navbar--open {
    display: block;
  }

  .navbar--open .navbar__toggle--open {
    display: none;
  }

  .navbar__toggle--close {
    display: none;
  }

  .navbar--open .navbar__toggle--close {
    position: fixed;
    display: block;
  }

  .navbar__nav__link {
    padding: 10px 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .navbar__nav-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }

  .navbar__nav-subnav .navbar__nav-list {
    overflow: hidden;
    height: 0;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }

  .subnav-is-open .navbar__nav-list {
    height: auto;
  }

  .navbar__nav-subnav-toggle {
    position: absolute;
    top: 0;
    right: 20px;
    width: 39px;
    height: 39px;
    border: 0;
    border-radius: 39px;
    background-color: #f7f2ec;
    background-color: var(--beige);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .navbar__nav-subnav .navbar__nav__link {
    padding: 0 20px;
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.8;
  }
}

/* Desktop only */
@media only screen and (min-width: 920px) {
  .navbar__logo {
    padding: 15px 24px;
    padding: 15px var(--page-gutter);
  }

  .navbar__logo__k {
    width: 38px;
  }

  .navbar__logo__strapline {
    padding-left: 32px;
    font-size: 12px;
    letter-spacing: 4px;
  }

  .navbar__nav {
    display: block;
  }

  .navbar__toggle {
    display: none;
  }

  .navbar__nav__link {
    padding: 16px 24px 16px 0;
    padding: 16px var(--page-gutter) 16px 0;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .navbar__nav-subnav .navbar__nav__link {
    padding: 1rem;
  }

  .has-subnav:hover .navbar__nav-subnav {
    display: block;
  }

  .navbar__nav-subnav {
    position: absolute;
    top: 100%;
    left: 35%;
    display: none;
    padding: 1rem;
    text-align: center;
    border-radius: 6px;
    background: #FFFFFF;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.06));
    transform: translate(-50%);
  }

  .navbar__nav-subnav::before {
    content: "";
    position: absolute;
    top: -0.75rem;
    left: 50%;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 3px;
    background: #fff;
    transform: translate(-50%) rotate(45deg);
  }

  /* .navbar__nav-subnav--left {
    left: var(--page-gutter);
  }

  .navbar__nav-subnav--left::before {
    left: 20%;
  }

  .navbar__nav-subnav--center {
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar__nav-subnav--center::before {
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }

  .navbar__nav-subnav--right {
    right: 10px;
  }

  .navbar__nav-subnav--right::before {
    right: 20%;
  } */

  .navbar__nav-subnav-toggle {
    display: none;
  }
}

.noteworthy {
  position: relative;
  margin-top: calc(24px * 2);
  margin-top: calc(var(--page-gutter) * 2);
  margin-bottom: 160px;
  padding: calc(24px * 2) 24px;
  padding: calc(var(--page-gutter) * 2) var(--page-gutter);
  background-color: #f7f2ec;
  background-color: var(--beige);
}

.noteworthy--no-mb {
  margin-bottom: 0;
}

.noteworthy__header {
  padding-bottom: calc(24px * 2);
  padding-bottom: calc(var(--page-gutter) * 2);
}

.noteworthy::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -200px;
  width: 400px;
  height: 400px;
  -webkit-mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
          mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #eee3d6;
  background-color: var(--beige-3);
}

.noteworthy__card {
  background-color: #fff;
  background-color: var(--white);
  box-shadow: 0px 4px 20px rgba(219, 211, 202, 0.2);
  border-radius: 6px;
  overflow: hidden;
}

@media (min-width: 960px) {
  .noteworthy__card__header {
    width: 33.33%;
    flex-grow: 0;
  }
}

.noteworthy__card__image {
  max-width: 100%;
}

.noteworthy__card__body {
  padding: 24px;
  padding: var(--page-gutter);
}

.noteworthy__card__title {
  line-height: 1.2;
}

.noteworthy__card__controls .button {
  width: 100%;
  margin-top: 12px;
  margin-right: 12px;
}

.noteworthy__card__controls .button:last-child {
  margin-right: 0;
}

.noteworthy__card__header--cover {
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}

.noteworthy__card__header .noteworthy__card__image {
  -o-object-fit: cover;
     object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
}

.noteworthy__card__header--verizon {
  display: flex;
  align-items: center;
  background-color: #000;
}

.noteworthy__card__header--simple {
  display: flex;
  align-items: center;
  background-color: #d2e2b9;
}

.noteworthy__card__header--white {
  display: flex;
  align-items: center;
  background-color: #fff;
}

@media (min-width: 720px) {
  .noteworthy {
    margin-bottom: 0;
  }

  .noteworthy::before {
    bottom: -70px;
    right: -230px;
    width: 566px;
    height: 554px;
  }

  .noteworthy__card__controls .button {
    width: unset;
  }
}

@media (min-width: 960px) {
  .noteworthy__card--full-width {
    display: flex;
  }

  .noteworthy__grid--2 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .noteworthy__grid--2 > .noteworthy__card {
    width: 49%;
  }

  .noteworthy__card--full-width .noteworthy__card__body {
    max-width: 68%;
  }
}

.operating-principles__header {
  padding-bottom: 50px;
  text-align: center;
  background: url("/images/shapes/double-squiggle-29a87bf2ba7f0b7a59ab3206b97cb3af.svg?vsn=d") center bottom no-repeat;
}

.operating-principles__header .strapline {
  margin: 16px auto;
  max-width: 250px;
}

.opertating-principles__principle {
  padding-top: 80px;
}

.opertating-principles__principle h4 {
  font-size: 18px;
  text-transform: uppercase;
}

.opertating-principles__principle__img {
  display: block;
  max-width: 100%;
  width: 270px;
  margin: 0 auto 24px;
}

@media (min-width: 720px) {
  .operating-principles__header .strapline {
    max-width: unset;
  }

  .opertating-principles__principle {
    display: flex;
    align-items: flex-start;
    padding: 55px;
  }

  .opertating-principles__principle:nth-child(2n + 1) {
    justify-content: flex-end;
  }

  .opertating-principles__principle__img {
    margin: 0;
    max-width: 260px;
  }

  .opertating-principles__principle__copy {
    max-width: calc(470px + 24px);
    max-width: calc(470px + var(--page-gutter));
    padding-left: 24px;
    padding-left: var(--page-gutter);
  }
}

.our-work-infographic {
  position: relative;
  margin-top: -120px;
}

.our-work-infographic__img {
  display: block;
  margin: 24px auto 0;
  margin: var(--page-gutter) auto 0;
  max-width: 100%;
  width: 320px;
  height: 320px;
}

@media (min-width: 720px) {
  .our-work-infographic {
    position: relative;
    margin-top: -300px;
  }

  .our-work-infographic__img {
    width: 700px;
    height: 700px;
  }
}

.partner-with-us {
  --strapline-color: var(--black);
}

.partner-with-us .strapline {
  max-width: none;
}

.partner-with-us__cards {
  padding-top: 24px;
}

.partner-with-us__wrap {
  padding-top: 100px;
  padding-bottom: 160px;
}

.partner-with-us__brands {
  text-align: center;
  padding: 48px 0;
}

.partner-with-us__cta {
  padding-top: 24px;
  text-align: center;
}

@media (min-width: 720px) {
  .partner-with-us__wrap {
    padding-bottom: 200px;
  }

  .partner-with-us .strapline {
    padding-left: 24px;
    padding-left: var(--page-gutter);
    padding-right: 24px;
    padding-right: var(--page-gutter);
  }

  .partner-with-us__cards {
    padding-top: 72px;
    padding-bottom: 48px;
  }
}

.partners {
  --label-color: var(--black);
  --header-inset: 350px;
  --button-bg: var(--green);
  --button-fg: var(--black);

  position: relative;
  background-color: #f7f2ec;
  background-color: var(--beige);
  margin-top: calc(24px * 2);
  margin-top: calc(var(--page-gutter) * 2);
}

.partners__header {
  position: relative;
  padding: 100px 24px var(--header-inset);
  padding: 100px var(--page-gutter) var(--header-inset);
  background-color: #7428ff;
  background-color: var(--purple);
  text-align: center;
  color: #fff;
}

.partners__header > * {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.partners__header::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -80px;
  transform: rotate(-4.63deg);
  width: 130px;
  height: 214px;
  -webkit-mask-image: url("/images/shapes/lines-h-1-27b0e36ae9e4051e853a7e249d52bb7e.svg?vsn=d");
          mask-image: url("/images/shapes/lines-h-1-27b0e36ae9e4051e853a7e249d52bb7e.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

.partners__header__strapline {
  margin-bottom: 24px;
  font-family: Volkhov, serif;
  font-family: var(--serif-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42;
  color: #7ae7c7;
  color: var(--green);
}

.partners__card-wrap::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 200px;
  height: 222px;
  -webkit-mask-image: url("/images/shapes/dots-d78710195b58c402dc9f1909fc7a9fa1.svg?vsn=d");
          mask-image: url("/images/shapes/dots-d78710195b58c402dc9f1909fc7a9fa1.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #3c00a8;
  background-color: var(--dark-purple);
}

.partners__card {
  position: relative;
  overflow: hidden;
  margin: calc(0px - var(--header-inset)) 24px 0;
  margin: calc(0px - var(--header-inset)) var(--page-gutter) 0;
  background-color: #fff;
  background-color: var(--white);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.partners__card__cover {
  position: relative;
  background-color: #feecf0;
  background-color: var(--light-pink);
  min-height: 200px;
}

.partners__card__body {
  padding: 24px;
  padding: var(--page-gutter);
  font-size: 12px;
  line-height: 1.7;
}

.partners__card__footer {
  text-align: center;
}

.partners__footer {
  position: relative;
  margin-top: 70px;
  padding-bottom: 100px;
  text-align: center;
}
.partners__footer::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -60px;
  width: 184px;
  height: 78px;
  transform: rotate(135deg);
  -webkit-mask-image: url("/images/shapes/zigzag-swoosh-757502d68593bf39cfe2f4e7d33b7cb2.svg?vsn=d");
          mask-image: url("/images/shapes/zigzag-swoosh-757502d68593bf39cfe2f4e7d33b7cb2.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

.partners__brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 24px 0 0 0;
  margin: var(--page-gutter) 0 0 0;
  padding: 0;
}

.partners__brands__brand {
  width: 50%;
  max-width: 200px;
  padding: 24px 0 0 0;
  padding: var(--page-gutter) 0 0 0;
}

.partners__card__video-preview {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 0;
  bottom: 0;
  background: url("/images/photos/simple-video-thumb-aa0a1781380042d95d2b197e244316a1.jpg?vsn=d") center center
    no-repeat;
  background-size: cover;
}

.partners__card__video-preview::before {
  content: "";
  width: 41px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/images/icons/watch-green-14f5fa1e055c8be72e761c722be2bf78.svg?vsn=d");
  background-size: contain;
  opacity: 0.9;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
}

.partners__card__video-preview:hover.partners__card__video-preview::before {
  transform: scale(1.1);
  opacity: 1;
}

@media (min-width: 720px) {
  .partners {
    --header-inset: 200px;
  }

  .partners__header > * {
    max-width: 500px;
  }

  .partners__header__strapline {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .partners__card {
    display: flex;
    flex-direction: row-reverse;
  }

  .partners__card-wrap::before {
    left: 10px;
    bottom: -30px;
  }

  .partners__card__cover {
    width: 50%;
    height: auto;
  }

  .partners__card__body {
    width: 50%;
    font-size: 16px;
  }

  .partners__card__footer {
    text-align: left;
    margin-top: 30px;
  }

  .partners__brand-logo {
    width: 118px;
    margin-bottom: 30px;
  }

  .partners__footer {
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px 120px;
    padding: 0 var(--page-gutter) 120px;
    max-width: 1200px;
    max-width: var(--constrained-page-width);
  }

  .partners__footer::after {
    right: -200px;
    width: 354px;
    height: 150px;
  }

  .partners__footer__label {
    white-space: nowrap;
    overflow: hidden;
  }

  .partners__brands {
    flex: 2;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 0 0 24px;
    padding: 0 0 0 var(--page-gutter);
  }

  .partners__brands__brand {
    width: auto;
    max-width: none;
    padding: 0;
  }

  .partners__card__video-preview::before {
    width: 62px;
    height: 66px;
  }
}

.press {
  --press-bg-shade: var(--pink);
  --press-bg-opacity: 0.6;
  padding-top: 100px;
}

.press--green {
  --press-bg-shade: var(--green);
  --press-bg-opacity: 0.3;
}

.press::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -45px;
  width: 401px;
  height: 360px;
  -webkit-mask-image: url("/images/shapes/blob-2-e5907853360473ff7b29a25b853b4064.svg?vsn=d");
          mask-image: url("/images/shapes/blob-2-e5907853360473ff7b29a25b853b4064.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--press-bg-shade);
  opacity: var(--press-bg-opacity);
}

.press__header {
  position: relative;
}

.press__header__star {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  font-size: 16px;
}

.press__quote blockquote {
  padding: 10px 0 60px;
  font-size: 16px;
}

.press__quote__logo {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  top: 10px;
  width: 59px;
  height: 21px;
}

.press__logos {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
  justify-content: center;
}

.press__logos::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 80px;
  right: -140px;
  transform: rotate(-105deg);
  width: 401px;
  height: 360px;
  -webkit-mask-image: url("/images/shapes/blob-2-e5907853360473ff7b29a25b853b4064.svg?vsn=d");
          mask-image: url("/images/shapes/blob-2-e5907853360473ff7b29a25b853b4064.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #eeadbb;
  background-color: var(--pink);
  opacity: 0.6;
}

.press__logos__item {
  width: 50%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.press__footnote {
  padding-top: 50px;
  text-align: center;
  font-size: 12px;
}

.press__footnote a {
  text-decoration: none;
  font-weight: bold;
}

@media (min-width: 600px) {
  .press__logos__item {
    width: calc(100% / 3);
  }
}

@media (min-width: 800px) {
  .press__logos__item {
    width: calc(100% / 4);
  }
}

@media (min-width: 1000px) {
  .press__logos__item {
    width: calc(100% / 6);
  }
}

@media (min-width: 720px) {
  .press::before {
    z-index: -1;
    width: 672px;
    height: 603px;
    left: 90px;
    top: -80px;
  }

  .press__header {
    display: flex;
    justify-content: space-between;
  }

  .press__header h3 {
    min-width: 400px;
    max-width: 440px;
  }

  .press__header__star {
    padding-left: 8px;
  }

  .press__quote {
    margin-left: 40px;
    max-width: 575px;
  }

  .press__quote__logo {
    top: 4px;
  }

  .press__quote blockquote {
    font-size: 24px;
    line-height: 1.42;
  }

  .press__logos::before {
    display: none;
  }

  .press__footnote {
    font-size: 16px;
  }
}

.programs-summary {
  position: relative;
  padding-bottom: 100px;
}

.programs-summary h3 {
  position: relative;
  z-index: 1;
}

.programs-summary__card-container::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -30px;
  width: 250px;
  height: 244px;
  -webkit-mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
          mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #f7f2ec;
  background-color: var(--beige);
}

.programs-summary__card-stats {
  position: relative;
}

.programs-summary__card-stats::before {
  display: none;
  content: "";
  position: absolute;
  top: -20px;
  right: -60px;
  width: 210px;
  height: 210px;
  transform: rotate(110deg);
  -webkit-mask-image: url("/images/shapes/blob-1-c236d1bd293dad2abebfd9e413dff2be.svg?vsn=d");
          mask-image: url("/images/shapes/blob-1-c236d1bd293dad2abebfd9e413dff2be.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #dffbf4;
  background-color: var(--light-green);
}

.programs-summary__card-stats * {
  position: relative;
}

@media (min-width: 720px) {
  .programs-summary__card-container::before {
    bottom: -70px;
    right: -40px;
    width: 360px;
    height: 350px;
  }

  .programs-summary__card-stats {
    padding-left: 48px;
    max-width: 400px;
  }

  .programs-summary__card-stats::before {
    display: block;
    transform: none;
    top: -240px;
    left: -30px;
    width: 800px;
    height: 800px;
  }
}

.programs {
  position: relative;
  z-index: 1;
  margin-top: 90px;
}

.programs__program {
  position: relative;
  text-align: left;
}

.programs__program__wrap {
  position: relative;
  padding-top: 70px;
}

.programs__program__body {
  position: relative;
}

.programs__program__body p {
  margin: 24px 0;
}

.programs__program--work-kind p {
  margin-right: 50px;
}

.programs__program__image {
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}

.programs__program__image img {
  max-width: 100%;
}

.programs__program--kindlab .programs__program__wrap::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -300px;
  width: 566px;
  height: 507px;
  -webkit-mask-image: url("/images/shapes/blob-2-e5907853360473ff7b29a25b853b4064.svg?vsn=d");
          mask-image: url("/images/shapes/blob-2-e5907853360473ff7b29a25b853b4064.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #faf6ff;
  background-color: var(--light-purple);
}

.programs__program--learn-kind .programs__program__wrap::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -190px;
  width: 447px;
  height: 478px;
  -webkit-mask-image: url("/images/shapes/blob-1-c236d1bd293dad2abebfd9e413dff2be.svg?vsn=d");
          mask-image: url("/images/shapes/blob-1-c236d1bd293dad2abebfd9e413dff2be.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #dffbf4;
  background-color: var(--light-green);
}

.programs__program--everyday-kindness .programs__program__wrap::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -25px;
  left: -250px;
  width: 542px;
  height: 486px;
  transform: scaleX(-1);
  -webkit-mask-image: url("/images/shapes/blob-2-e5907853360473ff7b29a25b853b4064.svg?vsn=d");
          mask-image: url("/images/shapes/blob-2-e5907853360473ff7b29a25b853b4064.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #eee5ff;
  background-color: var(--light-purple-2);
}

.programs__program--work-kind .programs__program__wrap::before {
  z-index: -2;
  content: "";
  position: absolute;
  top: 150px;
  right: -300px;
  width: 395px;
  height: 383px;
  -webkit-mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
          mask-image: url("/images/shapes/dots-circle-e2e85004b304829866cbbe3bd5ac67e4.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #f84370;
  background-color: var(--red);
}

.programs__program--work-kind .programs__program__wrap::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 80px;
  right: -180px;
  width: 330px;
  height: 401px;
  -webkit-mask-image: url("/images/shapes/blob-4-02dc0ae3ae5fd17acbeee2cb5a3ed636.svg?vsn=d");
          mask-image: url("/images/shapes/blob-4-02dc0ae3ae5fd17acbeee2cb5a3ed636.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #feecf0;
  background-color: var(--light-pink);
}

.programs__program__image__img--kindlab {
  width: 228px;
  height: 196px;
}

.programs__program__image__img--learn-kind {
  width: 234px;
  height: 246px;
}

.programs__program__image__img--everyday-kindness {
  width: 297px;
  height: 231px;
}

.programs__program__image__img--work-kind {
  width: 325px;
  height: 241px;
}

@media (min-width: 720px) {
  .programs {
    margin-top: 160px;
  }

  .programs__program__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .programs__program:nth-child(2n + 1) .programs__program__wrap {
    flex-direction: row-reverse;
  }

  .programs__program__body {
    max-width: 600px;
    padding-top: 40px;
    padding-right: 40px;
  }

  .programs__program--work-kind p {
    margin-right: 0;
  }

  .programs__program--kindlab .programs__program__wrap::before {
    top: -240px;
    left: -540px;
    width: 975px;
    height: 875px;
  }

  .programs__program--learn-kind .programs__program__wrap::before {
    top: -20px;
    right: -420px;
    width: 785px;
    height: 840px;
  }

  .programs__program--everyday-kindness .programs__program__wrap::before {
    top: -25px;
    left: -290px;
    width: 744px;
    height: 668px;
  }

  .programs__program--work-kind .programs__program__wrap::before {
    top: 280px;
    right: -420px;
    width: 600px;
    height: 582px;
  }

  .programs__program--work-kind .programs__program__wrap::after {
    top: 170px;
    right: -250px;
    width: 501px;
    height: 610px;
  }

  .programs__program:nth-child(2n) .programs__program__body {
    padding-right: 0px;
    padding-left: 40px;
  }

  .programs__program__image__img--kindlab {
    min-width: 300px;
    width: 300px;
    height: 257px;
  }

  .programs__program__image__img--learn-kind {
    min-width: 320px;
    width: 320px;
    height: 304px;
  }

  .programs__program__image__img--everyday-kindness {
    min-width: 380px;
    width: 380px;
    height: 296px;
  }

  .programs__program__image__img--work-kind {
    min-width: 350px;
    width: 350px;
    height: 261px;
  }
}

@media (min-width: 960px) {
  .programs__program__image__img--kindlab {
    min-width: 393px;
    width: 393px;
    height: 337px;
  }

  .programs__program__image__img--learn-kind {
    min-width: 424px;
    width: 424px;
    height: 446px;
  }

  .programs__program__body {
    padding-top: 70px;
  }

  .programs__program__image__img--everyday-kindness {
    min-width: 518px;
    width: 518px;
    height: 403px;
  }

  .programs__program__image__img--work-kind {
    min-width: 494px;
    width: 494px;
    height: 368px;
  }
}

.stories {
  position: relative;
}

.stories::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 80px;
  background-color: #7428ff;
  background-color: var(--purple);
}

.stories__header {
  text-align: center;
  padding-top: 100px;
  color: #fff;
  color: var(--white);
}

.stories__header .strapline {
  color: #7ae7c7;
  color: var(--green);
}

.stories__cards {
  list-style: none;
}

.stories__card {
  text-align: left;
}

@media (min-width: 720px) {
  .stories::before {
    bottom: 460px;
  }
}

.tools {
  position: relative;
}

.tools--squiggle::before {
  z-index: 3;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 92px;
  transform: scaleY(-1);
  -webkit-mask-image: url("/images/shapes/arrow-squiggle-cdbcf26e72d2d6e827ebfbc2e7f02e37.svg?vsn=d");
          mask-image: url("/images/shapes/arrow-squiggle-cdbcf26e72d2d6e827ebfbc2e7f02e37.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7428ff;
  background-color: var(--purple);
}

.tools__figure {
  display: block;
  max-width: 180px;
  margin: 0 auto 80px;
}

.tools__wrap::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #7428ff;
  background-color: var(--purple);
}

.tools--under-beige .tools__wrap::after {
  background-color: #f7f2ec;
  background-color: var(--beige);
}

.tools__body {
  position: relative;
  z-index: 2;
  padding-top: 0px;
}

.tools--squiggle .tools__body {
  padding-top: 200px;
}

@media (min-width: 720px) {
  .tools--squiggle::before {
    height: 144px;
  }

  .tools__figure {
    max-width: 240px;
  }
}

.what-is-kindness {
  position: relative;
  text-align: left;
  margin-top: 92px;
}

.what-is-kindness h2 {
  position: relative;
  z-index: 2;
  max-width: 160px;
  margin-bottom: -50px;
}

.what-is-kindness__wrap {
  margin-top: 70px;
  padding-bottom: 5px;
}

.what-is-kindness__footnote {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 24px;
}

.what-is-kindness__video .video-embed {
  margin: 40px 0;
}

@media (min-width: 720px) {
  .what-is-kindness__wrap {
    display: flex;
    justify-content: space-between;
  }

  .what-is-kindness h2 {
    max-width: 400px;
    margin-bottom: -88px;
  }

  .what-is-kindness__intro {
    max-width: 580px;
    padding-right: 24px;
    padding-right: var(--page-gutter);
  }

  .what-is-kindness__video {
    position: relative;
    margin-top: -40px;
    max-width: 564px;
  }

  .what-is-kindness__video .video-embed {
    margin: 0;
  }

  .what-is-kindness__footnote {
    padding-left: 180px;
    text-align: right;
    line-height: 19px;
  }
}

.what-kindlab-does {
  position: relative;
  margin-top: -12px;
}

.what-kindlab-does__intro {
  font-family: Volkhov, serif;
  font-family: var(--serif-family);
  font-size: 14px;
  line-height: 1.57;
}

.what-kindlab-does__areas {
  list-style: none;
  margin: 0;
  padding: 0;
}

.what-kindlab-does__area {
  margin-top: 74px;
  text-align: left;
}

.what-kindlab-does__area_img {
  display: block;
  max-width: 90%;
  margin: 24px auto;
}

.what-kindlab-does__area__options {
  text-align: center;
}

.what-kindlab-does__area__options .button {
  margin: 12px 6px 0 6px;
}

@media (min-width: 720px) {
  .what-kindlab-does {
    margin-top: -24px;
  }

  .what-kindlab-does__intro {
    position: relative;
    font-size: 24px;
    line-height: 1.42;
    max-width: 800px;
    margin: 40px auto 0;
  }

  .what-kindlab-does__areas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .what-kindlab-does__area {
    overflow: hidden;
    max-width: 500px;
    margin: 120px auto 0;
  }

  .what-kindlab-does__area:nth-child(2n) {
    align-self: flex-end;
  }

  .what-kindlab-does__area__content {
    max-width: 500px;
  }

  .what-kindlab-does__area__options {
    clear: right;
    width: 100%;
    max-width: 500px;
    text-align: left;
    display: flex;
  }

  .what-kindlab-does__area__options .button {
    margin: 12px 12px 0 0;
  }

  .what-kindlab-does__area_img {
    float: left;
    width: 50%;
    max-width: 320px;
  }
}

@media (min-width: 960px) {
  .what-kindlab-does__area {
    max-width: 885px;
    margin: 170px 0 0;
  }

  .what-kindlab-does__area__content {
    float: right;
    padding-left: 24px;
  }

  .what-kindlab-does__area__options {
    padding-left: 24px;
  }

  .what-kindlab-does__area__options {
    float: right;
  }
}

.why-kindness {
  position: relative;
}

.why-kindness__bg {
  background-color: #f2ece5;
  background-color: var(--beige-2);
}

.why-kindness::after {
  z-index: 3;
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  width: 100%;
  height: 101px;
  -webkit-mask-image: url("/images/shapes/arrow-down-41f977aea4a1a4ba11f46ca0311f67ef.svg?vsn=d");
          mask-image: url("/images/shapes/arrow-down-41f977aea4a1a4ba11f46ca0311f67ef.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #f84370;
  background-color: var(--red);
}

.why-kindness__wrap {
  padding-top: 90px;
  padding-bottom: 90px;
}

.why-kindness__wrap::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 330px;
  left: 82px;
  width: 212px;
  height: 346px;
  -webkit-mask-image: url("/images/shapes/sprinkles-6bf7edcfe96818869c3bd66b8bf55f30.svg?vsn=d");
          mask-image: url("/images/shapes/sprinkles-6bf7edcfe96818869c3bd66b8bf55f30.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7ae7c7;
  background-color: var(--green);
}

.why-kindness__wrap::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 120px;
  left: -120px;
  width: 577px;
  height: 517px;
  -webkit-mask-image: url("/images/shapes/blob-2-e5907853360473ff7b29a25b853b4064.svg?vsn=d");
          mask-image: url("/images/shapes/blob-2-e5907853360473ff7b29a25b853b4064.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #eee3d6;
  background-color: var(--beige-3);
}

.why-kindness__pt1 {
  position: relative;
}

.why-kindness__pt1::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 40px;
  width: 99px;
  height: 99px;
  -webkit-mask-image: url("/images/shapes/arrow-curve-br-f60e2825d2ea872addab27fc01e73f68.svg?vsn=d");
          mask-image: url("/images/shapes/arrow-curve-br-f60e2825d2ea872addab27fc01e73f68.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

.why-kindness__pt2 {
  position: relative;
}

.why-kindness__pt2::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 99px;
  height: 99px;
  transform: rotate(-45deg);
  -webkit-mask-image: url("/images/shapes/arrow-curve-bl-edc0d8568cd35f49f2ab0c5800715b33.svg?vsn=d");
          mask-image: url("/images/shapes/arrow-curve-bl-edc0d8568cd35f49f2ab0c5800715b33.svg?vsn=d");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #030303;
  background-color: var(--black);
}

.why-kindness__quote {
  display: none;
  padding-top: 20px;
  min-height: 12em;
}

.why-kindness__quote--active {
  display: block;
}

.why-kindness__quote blockquote {
  color: #7428ff;
  color: var(--purple);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.37;
}

.why-kindness__quote__author {
  font-size: 10px;
  font-family: Rubik, Sans-Serif;
  font-family: var(--sans-serif-family);
  font-weight: 400;
  padding: 8px 0;
}

.why-kindness__pt3 {
  text-align: center;
}

.why-kindness__planet {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 24px auto;
}

.why-kindness__impact {
  font-family: Volkhov, serif;
  font-family: var(--serif-family);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 90px 16px 140px 16px;
}

.why-kindness__imagine {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.37;
}

@media (min-width: 720px) {
  .why-kindness::after {
    height: 180px;
    width: 50%;
  }

  .why-kindness__wrap {
    padding-top: 240px;
    padding-bottom: 200px;
  }

  .why-kindness__wrap::before {
    top: 400px;
    left: 570px;
    width: 360px;
    height: 586px;
  }

  .why-kindness__wrap::after {
    top: 100px;
    left: 180px;
    width: 975px;
    height: 875px;
  }

  .why-kindness__pt1 h1 {
    min-width: 500px;
  }

  .why-kindness__pt1::after {
    bottom: -160px;
    left: 20px;
    width: 140px;
    height: 140px;
  }

  .why-kindness__pt2::after {
    bottom: 0px;
    right: 40px;
    width: 140px;
    height: 140px;
  }

  .why-kindness__quote {
    width: 100%;
    max-width: 600px;
    min-height: 10em;
  }

  .why-kindness__quote blockquote {
    font-size: 24px;
  }

  .why-kindness__quote__author {
    font-size: 12px;
    padding: 12px 0 0 0;
  }

  .why-kindness__impact {
    position: relative;
    margin: 0 auto;
    padding-top: 180px;
    padding-bottom: 180px;
    max-width: 660px;
    font-size: 24px;
  }

  .why-kindness__imagine {
    font-size: 32px;
    line-height: 1.1;
    padding-bottom: 16px;
  }

  .why-kindness__pt3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .why-kindness__pt3__a {
    width: calc(50% - 24px / 2);
    width: calc(50% - var(--page-gutter) / 2);
  }

  .why-kindness__pt3__b {
    margin-top: 60px;
    width: calc(50%);
    padding-left: 80px;
    min-width: 650px;
  }

  .why-kindness__planet {
    max-width: 100%;
  }
}

@media (min-width: 960px) {
  .why-kindness__pt1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .why-kindness__quote {
    padding-top: 0;
    padding-left: 48px;
    min-height: 10em;
  }

  .why-kindness__wrap::after {
    top: 30px;
  }
}

.why-learn-kind {
  margin-top: 100px;
  text-align: left;
}

.why-learn-kind__feature {
  margin: 0 0 50px 0;
}

.why-learn-kind__heading {
  margin: 0;
  text-transform: uppercase;
  color: #7428ff;
  color: var(--purple);
  font-weight: 700;
}

.why-learn-kind__intro__graphics {
  position: relative;
  padding: 24px 0 48px 0;
}

.why-learn-kind__intro__graphics::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50px;
  right: 50px;
  height: 50px;
  -webkit-mask-image: url("/images/shapes/double-zig-zag-645bb1993a6051eb4b8e600ea0861d5a.svg?vsn=d");
          mask-image: url("/images/shapes/double-zig-zag-645bb1993a6051eb4b8e600ea0861d5a.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #f84370;
  background-color: var(--red);
}

.why-learn-kind__intro__graphics__img {
  position: relative;
  max-width: 100%;
}

.why-learn-kind__feature p {
  margin: 0;
}

.why-learn-kind__stats {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.why-learn-kind__stats::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -340px;
  right: 60px;
  width: 596px;
  height: 532px;
  -webkit-mask-image: url("/images/shapes/blob-2-e5907853360473ff7b29a25b853b4064.svg?vsn=d");
          mask-image: url("/images/shapes/blob-2-e5907853360473ff7b29a25b853b4064.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #f7f2ec;
  background-color: var(--beige);
}

.why-learn-kind__stat {
  position: relative;
  max-width: 230px;
  margin: 0 auto 48px;
}

.why-learn-kind__stat--1::before {
  position: absolute;
  width: 102px;
  height: 144px;
  top: -25px;
  left: 20px;
  content: "";
  -webkit-mask-image: url("/images/shapes/dashes-arch-tl-f8207585d6aa7d4869f3f1c4ee831050.svg?vsn=d");
          mask-image: url("/images/shapes/dashes-arch-tl-f8207585d6aa7d4869f3f1c4ee831050.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #f84370;
  background-color: var(--red);
}

.why-learn-kind__stat--2::before {
  position: absolute;
  width: 132px;
  height: 141px;
  top: -50px;
  right: 40px;
  content: "";
  -webkit-mask-image: url("/images/shapes/dashes-circle-tr-7165da768faada6d1e86fff325a8d8c1.svg?vsn=d");
          mask-image: url("/images/shapes/dashes-circle-tr-7165da768faada6d1e86fff325a8d8c1.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7ae7c7;
  background-color: var(--green);
}

.why-learn-kind__stat--3::before {
  position: absolute;
  width: 73px;
  height: 103px;
  bottom: -80px;
  left: 0px;
  content: "";
  -webkit-mask-image: url("/images/shapes/dashes-arch-bl-a438d436e51114c972d3bb30400ea266.svg?vsn=d");
          mask-image: url("/images/shapes/dashes-arch-bl-a438d436e51114c972d3bb30400ea266.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7428ff;
  background-color: var(--purple);
}

.why-learn-kind__stat--4::before {
  position: absolute;
  width: 112px;
  height: 119px;
  bottom: -50px;
  right: -20px;
  content: "";
  -webkit-mask-image: url("/images/shapes/dashes-circle-br-839e50538509718ba05aa000fce84674.svg?vsn=d");
          mask-image: url("/images/shapes/dashes-circle-br-839e50538509718ba05aa000fce84674.svg?vsn=d");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7ae7c7;
  background-color: var(--green);
}

.why-learn-kind__stat__value {
  font-size: 32px;
  line-height: 46px;
}

.why-learn-kind__stat__label {
  font-family: Volkhov, serif;
  font-family: var(--serif-family);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}

@media (min-width: 720px) {
  .why-learn-kind {
    margin-top: 200px;
  }

  .why-learn-kind__intro {
    display: flex;
    align-items: flex-end;
  }

  .why-learn-kind__intro__copy {
    width: 600px;
    max-width: 600px;
  }

  .why-learn-kind__intro__copy p {
    padding-right: 60px;
    padding-bottom: 30px;
  }

  .why-learn-kind__intro__graphics::before {
    left: 40px;
    right: 40px;
    bottom: 20px;
  }

  .why-learn-kind__intro__graphics__img {
    min-width: 240px;
    width: 240px;
    height: 252px;
  }

  .why-learn-kind__stats {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .why-learn-kind__stats::before {
    top: -460px;
    right: 100px;
    width: 744px;
    height: 688px;
  }

  .why-learn-kind__stat {
    margin: 0;
  }

  .why-learn-kind__stat--1::before {
    width: 112px;
    height: 160px;
    top: -30px;
    left: -20px;
  }

  .why-learn-kind__stat--2::before {
    width: 162px;
    height: 171px;
    top: -60px;
    right: -10px;
  }

  .why-learn-kind__stat--3::before {
    width: 120px;
    height: 160px;
    bottom: -115px;
    left: -25px;
  }

  .why-learn-kind__stat--4::before {
    width: 188px;
    height: 198px;
    bottom: -80px;
    right: -50px;
  }

  .why-learn-kind__stat__value {
    font-size: 52px;
    line-height: 64px;
  }

  .why-learn-kind__stat__label {
    font-size: 16px;
  }
}

@media (min-width: 960px) {
  .why-learn-kind__intro__graphics::before {
    bottom: 35px;
  }

  .why-learn-kind__intro__graphics__img {
    min-width: 376px;
    width: 376px;
    height: 395px;
  }

  .why-learn-kind__stat--2::before {
    right: 20px;
  }
}

/* Base */

/* Utils */

/* Components */

/* Units */

