/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   Changed from CSS to SASS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  color: inherit; }

@font-face {
  font-family: 'Helvetica Now';
  src: url("/fonts/Helvetica-Now-Micro.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Neue Machina';
  src: url("/fonts/NeueMachina-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

html, body {
  font-family: "Neue Machina", "sans-serif";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  color: #452E87;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html > main, body > main {
    overflow: hidden; }

div {
  box-sizing: border-box; }

h1 {
  font-size: 3.375rem;
  line-height: 3.875rem; }

h2 {
  font-family: "Helvetica Now", "sans-serif";
  font-size: 2rem;
  line-height: 3rem; }

h3 {
  font-size: 1.5rem;
  line-height: 1.875rem; }

h4 {
  font-size: 1.25rem;
  line-height: 1.5rem; }

h5 {
  font-family: "Helvetica Now", "sans-serif";
  font-size: 0.9375rem; }

p {
  font-family: "Helvetica Now", "sans-serif";
  font-size: 0.9375rem; }

@media only screen and (max-width: 800px) {
  body.nav--open {
    overflow-y: hidden; }
  h1 {
    font-size: 6.75vw;
    line-height: 7.75vw; } }

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 1.875rem;
    line-height: 2rem; }
  h2 {
    font-size: 1.5rem;
    line-height: 2.25rem; } }

.Single__wrap {
  max-width: 70rem;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem; }
  @media only screen and (max-width: 415px) {
    .Single__wrap {
      padding-left: 2.625rem;
      padding-right: 2.625rem; } }
  @media only screen and (max-width: 360px) {
    .Single__wrap {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.Single__content {
  max-width: 43rem; }
  .Single__content h3 {
    margin-top: 4rem;
    margin-bottom: 1rem; }
  .Single__content h5 {
    margin-bottom: 1.5rem; }
  .Single__content p {
    margin-bottom: 1rem; }

.Header {
  background-color: #452E87;
  color: #7DFFFF;
  padding: 3rem 0; }

.Header--white {
  background-color: #ffffff;
  color: #000000; }
  .Header--white .Header__logo svg path {
    fill: #000000; }
  .Header--white .Header__nav-bars > span {
    background-color: black; }
  .Header--white .Header__nav-gradient-overlay {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 76%); }

.Header__logo {
  z-index: 3; }
  .Header__logo svg {
    display: block;
    height: 32px;
    width: 236px; }

.Header__wrap {
  max-width: 70rem;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 415px) {
    .Header__wrap {
      padding-left: 2.625rem;
      padding-right: 2.625rem; } }
  @media only screen and (max-width: 360px) {
    .Header__wrap {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.Header__nav {
  display: flex;
  align-items: flex-start; }
  .Header__nav nav {
    line-height: 1rem;
    overflow: hidden;
    position: relative; }
    .Header__nav nav ul {
      display: inline-block;
      padding-right: 2rem;
      position: relative;
      right: -100%;
      transition: right 1s ease; }
      .Header__nav nav ul li {
        color: inherit;
        display: inline-block;
        margin-left: 1rem; }

.Header__nav-bars {
  align-items: baseline;
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
  height: 18px;
  width: 18px;
  z-index: 2; }
  .Header__nav-bars > span {
    background-color: #7DFFFF;
    border-radius: 1rem;
    display: block;
    height: 2px;
    position: relative;
    transition: all 0.5s ease;
    width: 100%; }
    .Header__nav-bars > span:first-child {
      transform-origin: top left; }
    .Header__nav-bars > span:last-child {
      transform-origin: bottom left; }

.Header__nav-gradient-overlay {
  background: linear-gradient(90deg, rgba(69, 46, 135, 0) 0%, #452e87 76%);
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2rem; }

.Header.nav--open .Header__nav > nav > ul {
  right: 0; }

.Header.nav--open .Header__nav-bars > span:first-child {
  transform: rotate(45deg);
  transform-origin: top left; }

.Header.nav--open .Header__nav-bars > span:nth-child(2) {
  opacity: 0; }

.Header.nav--open .Header__nav-bars > span:last-child {
  transform: rotate(-45deg);
  transform-origin: bottom left; }

@media only screen and (max-width: 800px) {
  .Header__nav-gradient-overlay {
    display: none; }
  .Header__wrap nav {
    opacity: 0;
    pointer-events: none;
    background-color: #FFDC78;
    color: #452E87;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    z-index: 1; }
    .Header__wrap nav ul {
      position: fixed;
      top: 35vh;
      left: 3rem; }
      .Header__wrap nav ul li {
        display: block;
        margin: 0 0 1rem 0;
        padding: 0.5rem 0; }
  .Header.nav--open .Header__logo svg path {
    fill: #000000; }
  .Header.nav--open .Header__nav nav {
    opacity: 1;
    pointer-events: auto; }
  .Header.nav--open .Header__nav-bars > span {
    background-color: #ED5355; } }

@media only screen and (max-width: 415px) {
  .Header__nav-icon--open,
  .Header__nav-icon--close {
    right: 2.625rem; }
  .Header__wrap nav ul {
    left: 2.625rem; } }

@media only screen and (max-width: 360px) {
  .Header__logo svg {
    height: 28px;
    width: 200px; }
  .Header__nav-icon--open,
  .Header__nav-icon--close {
    right: 1.5rem; }
  .Header__wrap nav ul {
    left: 1.5rem; } }

.Footer {
  max-width: 70rem;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.75rem;
  padding-top: 1.75rem; }
  @media only screen and (max-width: 415px) {
    .Footer {
      padding-left: 2.625rem;
      padding-right: 2.625rem; } }
  @media only screen and (max-width: 360px) {
    .Footer {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .Footer div, .Footer a {
    color: #9B9B9B;
    font-family: "Helvetica Now", "sans-serif";
    font-size: 0.9375rem;
    text-decoration: none; }

@media only screen and (max-width: 800px) {
  .Footer {
    flex-direction: column; } }

.bundle-toc {
  background-color: #444444; }
  .bundle-toc h1 {
    color: #eeeeee; }
  .bundle-toc h2 {
    font-size: 0.8rem; }
  .bundle-toc a {
    font-size: 0.8rem;
    color: #cccccc; }

.CTA {
  color: #000000;
  padding: 7.5rem 0 9.625rem;
  text-align: center; }

.CTA__wrap {
  max-width: 70rem;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem; }
  @media only screen and (max-width: 415px) {
    .CTA__wrap {
      padding-left: 2.625rem;
      padding-right: 2.625rem; } }
  @media only screen and (max-width: 360px) {
    .CTA__wrap {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .CTA__wrap h1 {
    margin: 0 auto 0.5rem;
    max-width: 48rem; }
  .CTA__wrap svg {
    margin: 0 0 12rem;
    max-width: 26.125rem; }
    .CTA__wrap svg path {
      fill: #000000; }

.CTA__cta-list {
  border-bottom: 1px solid #979797;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start; }
  .CTA__cta-list li h3 {
    margin-bottom: 0.5rem; }
  .CTA__cta-list li a {
    display: block;
    line-height: 1.5rem;
    text-decoration: none;
    color: #9B9B9B;
    font-family: "Helvetica Now", "sans-serif";
    font-size: 0.9375rem;
    text-decoration: none; }

@media only screen and (max-width: 800px) {
  .CTA {
    padding: 6.125rem 0; }
  .CTA__wrap h1,
  .CTA__wrap svg {
    display: none; }
  .CTA__cta-list {
    border-bottom: none;
    display: inline-block; }
    .CTA__cta-list li:not(:last-child) {
      border-bottom: 1px solid #979797;
      margin-bottom: 2rem;
      padding-bottom: 2rem; } }

.SubHero {
  margin: 3.75rem 0 5.5rem; }

.SubHero__wrap {
  max-width: 70rem;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem; }
  @media only screen and (max-width: 415px) {
    .SubHero__wrap {
      padding-left: 2.625rem;
      padding-right: 2.625rem; } }
  @media only screen and (max-width: 360px) {
    .SubHero__wrap {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .SubHero__wrap p {
    margin-bottom: 1rem;
    margin-top: 3rem;
    max-width: 25rem; }

@media only screen and (max-width: 500px) {
  .SubHero {
    margin-bottom: 2.5rem; }
  .SubHero__wrap p {
    margin-bottom: 0;
    margin-top: 2.625rem; } }

.docs-single .info {
  font-size: 0.8rem;
  font-style: italic; }

.Cooperatives {
  padding: 11.75rem 0 15rem; }

.Cooperatives__animation {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: -11.75rem;
  right: 0;
  width: 70%;
  z-index: -1;
  --scroll-pos: 0;
  --calc-rotate: 0; }
  .Cooperatives__animation > span {
    background-color: #7DFFFF;
    width: 65px;
    height: 2px;
    position: absolute;
    top: calc(var(--start-pos-top) + (((var(--scroll-pos) - var(--animation-start)) * (var(--end-pos-top) - var(--start-pos-top))) / (var(--animation-end) - var(--animation-start))));
    right: calc(var(--start-pos-right) + (((var(--scroll-pos) - var(--animation-start)) * (var(--end-pos-right) - var(--start-pos-right))) / (var(--animation-end) - var(--animation-start))));
    transform: rotate(var(--calc-rotate)); }

.Cooperatives__wrap {
  max-width: 70rem;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative; }
  @media only screen and (max-width: 415px) {
    .Cooperatives__wrap {
      padding-left: 2.625rem;
      padding-right: 2.625rem; } }
  @media only screen and (max-width: 360px) {
    .Cooperatives__wrap {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .Cooperatives__wrap > h1 {
    max-width: 38rem; }
    .Cooperatives__wrap > h1:first-child {
      margin-bottom: 4rem; }
    .Cooperatives__wrap > h1:last-of-type {
      margin-bottom: 4.375rem; }
    .Cooperatives__wrap > h1:nth-child(3) {
      color: #7DFFFF; }
  .Cooperatives__wrap > p {
    margin-bottom: 1.5rem;
    max-width: 26.25rem; }
    .Cooperatives__wrap > p:last-of-type {
      margin-bottom: 0; }
  .Cooperatives__wrap > img {
    position: absolute;
    bottom: -21.875rem;
    left: 32.25rem;
    width: 51.25rem; }

.Cooperatives__signup {
  margin-top: 4.5rem;
  position: relative; }
  .Cooperatives__signup #mc_embed_signup_scroll {
    display: flex; }
  .Cooperatives__signup #mce-responses {
    position: absolute;
    top: 4rem; }
  .Cooperatives__signup#mc_embed_signup div.mce_inline_error {
    background-color: #004AFF;
    font-size: 0.875rem;
    line-height: 1.2rem;
    margin: 0;
    padding: 1rem;
    position: absolute; }
    .Cooperatives__signup#mc_embed_signup div.mce_inline_error:after {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #004AFF;
      content: "";
      height: 0;
      position: absolute;
      top: -7px;
      left: 14px;
      width: 0; }

.Cooperatives__signup-email {
  position: relative; }
  .Cooperatives__signup-email > label, .Cooperatives__signup-email > input {
    color: #9B9B9B;
    font-size: 1.1rem;
    line-height: 3rem; }
  .Cooperatives__signup-email > label {
    position: absolute;
    top: 0.25rem;
    left: 1.2rem;
    transition: opacity .3s ease; }
  .Cooperatives__signup-email > input {
    border: 1px solid #979797;
    border-radius: 12px;
    color: #979797;
    padding: 0 1.2rem; }
    .Cooperatives__signup-email > input:focus {
      outline: 0; }

.Cooperatives__signup-submit {
  margin-left: 1rem; }
  .Cooperatives__signup-submit > input {
    background-color: #004AFF;
    border: none;
    border-radius: 12px;
    color: #ffffff;
    cursor: pointer;
    font-family: "Neue Machina", "sans-serif";
    font-size: 1.1rem;
    line-height: 3.2rem;
    padding: 0 1.2rem; }
    .Cooperatives__signup-submit > input:focus {
      outline: 0; }

.Hero {
  background-color: #452E87;
  color: #7DFFFF;
  padding: 3.75rem 0 5.875rem; }

.Hero__wrap {
  max-width: 70rem;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem; }
  @media only screen and (max-width: 415px) {
    .Hero__wrap {
      padding-left: 2.625rem;
      padding-right: 2.625rem; } }
  @media only screen and (max-width: 360px) {
    .Hero__wrap {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .Hero__wrap > h1 {
    max-width: 40.625rem; }

.Intro {
  background-color: #7DFFFF;
  color: #004AFF;
  padding: 3.25rem 0; }

.Intro__wrap {
  max-width: 70rem;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 415px) {
    .Intro__wrap {
      padding-left: 2.625rem;
      padding-right: 2.625rem; } }
  @media only screen and (max-width: 360px) {
    .Intro__wrap {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .Intro__wrap > div {
    max-width: 27rem; }
    .Intro__wrap > div > a {
      background-color: #004AFF;
      border-radius: 12px;
      color: #ffffff;
      display: inline-block;
      font-family: "Neue Machina", "sans-serif";
      font-size: 1.1rem;
      line-height: 3.2rem;
      padding: 0 1.2rem;
      text-decoration: none;
      margin-top: 1rem; }

.IndData {
  overflow: hidden;
  padding: 5rem 0 0; }

.IndData__heading {
  max-width: 70rem;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: 84rem; }
  @media only screen and (max-width: 415px) {
    .IndData__heading {
      padding-left: 2.625rem;
      padding-right: 2.625rem; } }
  @media only screen and (max-width: 360px) {
    .IndData__heading {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .IndData__heading > h1 {
    margin-bottom: 4.375rem;
    max-width: 48.75rem; }

.IndData__wrap {
  max-width: 70rem;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: 84rem; }
  @media only screen and (max-width: 415px) {
    .IndData__wrap {
      padding-left: 2.625rem;
      padding-right: 2.625rem; } }
  @media only screen and (max-width: 360px) {
    .IndData__wrap {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.IndData__squares {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  flex-wrap: wrap; }
  .IndData__squares > div {
    padding-bottom: 5.625rem;
    padding-top: 2.625rem;
    position: relative;
    width: 50%; }
    .IndData__squares > div:hover > svg {
      transform: rotate(15deg); }
    .IndData__squares > div > h2 {
      font-family: "Neue Machina", "sans-serif";
      margin-bottom: 4.25rem; }
    .IndData__squares > div > svg {
      height: 14.625rem;
      margin: auto;
      min-width: 17.125rem;
      position: absolute;
      top: 0;
      bottom: 0;
      transition: transform .3s ease;
      width: 48%; }
    .IndData__squares > div:nth-child(odd) {
      padding-left: 15rem;
      padding-right: 5rem; }
    .IndData__squares > div:nth-child(even) {
      padding-left: 5rem;
      padding-right: 15rem; }
    .IndData__squares > div:first-child {
      background-color: #7DFFFF; }
      .IndData__squares > div:first-child > svg {
        left: -7rem; }
    .IndData__squares > div:nth-child(2) {
      background-color: #ED5355; }
      .IndData__squares > div:nth-child(2) > svg {
        height: 13.625rem;
        right: -6rem; }
    .IndData__squares > div:nth-child(3) {
      background-color: #004AFF;
      color: #ffffff; }
      .IndData__squares > div:nth-child(3) > svg {
        left: -8rem; }
    .IndData__squares > div:nth-child(4) {
      background-color: #452E87;
      color: #ffffff; }
      .IndData__squares > div:nth-child(4) > svg {
        height: 16.5rem;
        right: -4.5rem; }

.Values {
  background-color: #004AFF;
  color: #FFDC78;
  padding: 8.75rem 0 6rem; }

.Values__wrap {
  max-width: 70rem;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem; }
  @media only screen and (max-width: 415px) {
    .Values__wrap {
      padding-left: 2.625rem;
      padding-right: 2.625rem; } }
  @media only screen and (max-width: 360px) {
    .Values__wrap {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .Values__wrap > h1 {
    max-width: 43.75rem; }
    .Values__wrap > h1:first-of-type {
      color: #7DFFFF; }
    .Values__wrap > h1:last-of-type {
      margin-bottom: 3.75rem; }
  .Values__wrap > h2 {
    max-width: 34.75rem; }
  .Values__wrap > p {
    margin-bottom: 4.375rem;
    max-width: 29.5rem; }

.Values__code {
  background-color: #000000;
  border-radius: 12px;
  margin-bottom: 5.5rem;
  padding: 4.5rem 5rem; }
  .Values__code > li {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem; }
    .Values__code > li:last-of-type {
      margin-bottom: 0; }
    .Values__code > li > div {
      display: inline; }
      .Values__code > li > div:first-child {
        color: #7DFFFF; }
      .Values__code > li > div > span {
        color: #ED5355; }
        .Values__code > li > div > span:last-child {
          color: #7DFFFF; }

@media only screen and (max-width: 1300px) {
  .IndData__squares > div:nth-child(odd) {
    padding-left: 16.6vw; }
  .IndData__squares > div:nth-child(even) {
    padding-right: 16.6vw; } }

@media only screen and (max-width: 1100px) {
  .IndData__squares > div:nth-child(1) > svg {
    left: -9rem; }
  .IndData__squares > div:nth-child(2) > svg {
    right: -9rem; }
  .IndData__squares > div:nth-child(3) > svg {
    left: -9rem; }
  .IndData__squares > div:nth-child(4) > svg {
    right: -7.5rem; } }

@media only screen and (max-width: 1000px) {
  .IndData__squares > div:nth-child(odd) {
    padding-left: 15vw; }
  .IndData__squares > div:nth-child(even) {
    padding-right: 15vw; } }

@media only screen and (max-width: 800px) {
  .Cooperatives {
    padding-bottom: 0; }
  .Cooperatives__animation > span {
    top: var(--end-pos-top);
    right: var(--end-pos-right);
    transform: rotate(var(--end-rotate)); }
  .Cooperatives__wrap {
    padding-bottom: 60vw; }
    .Cooperatives__wrap > img {
      bottom: -5.625rem;
      left: 3rem;
      width: calc(100% - 6rem); }
  .Intro__wrap > div {
    max-width: none; }
  .IndData {
    padding: 10rem 0 0; }
  .IndData__heading > h1 {
    margin-bottom: 10rem; }
  .IndData__wrap {
    padding-left: 0;
    padding-right: 0; }
  .IndData__squares > div {
    padding-bottom: 10.5rem;
    padding-top: 7.125rem; }
    .IndData__squares > div:hover > svg {
      transform: none; }
    .IndData__squares > div > h2 {
      margin-bottom: 12.625rem;
      padding-left: 8.875rem;
      position: relative;
      z-index: 1; }
    .IndData__squares > div > svg {
      height: 14.625rem;
      bottom: auto;
      top: 4rem;
      width: 19.125rem; }
    .IndData__squares > div, .IndData__squares > div:nth-child(odd), .IndData__squares > div:nth-child(even) {
      max-width: 70rem;
      margin: auto;
      padding-left: 3rem;
      padding-right: 3rem;
      max-width: 84rem;
      width: 100%; } }
    @media only screen and (max-width: 800px) and (max-width: 415px) {
      .IndData__squares > div, .IndData__squares > div:nth-child(odd), .IndData__squares > div:nth-child(even) {
        padding-left: 2.625rem;
        padding-right: 2.625rem; } }
    @media only screen and (max-width: 800px) and (max-width: 360px) {
      .IndData__squares > div, .IndData__squares > div:nth-child(odd), .IndData__squares > div:nth-child(even) {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }

@media only screen and (max-width: 800px) {
    .IndData__squares > div:first-child, .IndData__squares > div:nth-child(2) {
      color: #004AFF; }
    .IndData__squares > div:first-child > svg {
      left: -5rem; }
    .IndData__squares > div:nth-child(2) > svg {
      left: -2rem;
      right: auto; }
    .IndData__squares > div:nth-child(3) > svg {
      left: -6rem; }
    .IndData__squares > div:nth-child(4) > svg {
      left: -5rem;
      right: auto; }
  .Values {
    padding-top: 13.25rem; }
  .Values__code > li {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start; }
    .Values__code > li > div:first-child {
      margin-right: 0.4rem; } }

@media only screen and (max-width: 500px) {
  .Cooperatives {
    padding-top: 3.375rem; }
  .Cooperatives__animation {
    right: -6rem;
    top: -7rem;
    width: 100%; }
  .Cooperatives__wrap > h1:first-child {
    margin-bottom: 2rem; }
  .Cooperatives__signup #mc_embed_signup_scroll {
    flex-wrap: wrap; }
    .Cooperatives__signup #mc_embed_signup_scroll > div {
      width: 100%; }
  .Cooperatives__signup-email {
    margin-bottom: 1rem; }
    .Cooperatives__signup-email > input {
      box-sizing: border-box;
      width: 100%; }
  .Cooperatives__signup-submit {
    margin-left: 0; }
    .Cooperatives__signup-submit > input {
      width: 100%; }
  .Cooperatives__signup#mc_embed_signup div.mce_inline_error {
    bottom: 3.1rem; }
    .Cooperatives__signup#mc_embed_signup div.mce_inline_error:after {
      border-bottom: none;
      border-top: 7px solid #004AFF;
      top: auto;
      bottom: -7px; }
  .Cooperatives__signup #mce-responses {
    top: 8rem; }
  .Intro {
    color: #452E87; }
  .IndData__squares > div > h2 {
    font-size: 2rem;
    line-height: 3rem; }
  .Values__wrap > h1:last-of-type {
    margin-bottom: 2.25rem; }
  .Values__wrap > p {
    margin-bottom: 4rem; }
  .Values__code {
    margin-bottom: 4.125rem;
    padding: 1.75rem 1.5rem; } }

@media only screen and (max-width: 415px) {
  .Cooperatives__wrap > img {
    left: 2.625rem;
    width: calc(100% - 5.25rem); } }

@media only screen and (max-width: 400px) {
  .IndData__squares > div > h2 {
    padding-left: 0;
    text-align: right; } }

@media only screen and (max-width: 360px) {
  .Cooperatives__wrap > img {
    left: 1.5rem;
    width: calc(100% - 3rem); } }

.Team__wrap {
  max-width: 70rem;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media only screen and (max-width: 415px) {
    .Team__wrap {
      padding-left: 2.625rem;
      padding-right: 2.625rem; } }
  @media only screen and (max-width: 360px) {
    .Team__wrap {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .Team__wrap > div {
    margin-bottom: 5.125rem;
    width: 43%; }
    .Team__wrap > div h2 {
      margin-bottom: 1rem; }

.Team__image {
  margin-bottom: 2rem;
  position: relative;
  width: 100%; }
  .Team__image img {
    display: block;
    width: 100%; }

@supports (mix-blend-mode: multiply) {
  .Team__image:after {
    background-color: #FFDC78;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply; } }

@media only screen and (max-width: 650px) {
  .Team__wrap div {
    width: 100%; } }
