:root {
  --primary: #3898ec;
  --secondary: #36927b;
  --elect-purple: #2e005c;
  --light-purple: #dbb7ff;
  --blue-violet: #7f00ff;
  --black: black;
  --white: white;
  --indigo: #2e005c;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #fff;
  font-family: Neuzeit Grotesk, sans-serif;
  font-size: 21px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dunbar Tall, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 98px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dunbar Tall, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.16em;
}

h3 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dunbar Tall, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.05em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3em;
}

p {
  margin-bottom: 0;
  line-height: 32px;
}

a {
  text-transform: none;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.cont {
  width: 100%;
  max-width: 1230px;
  padding-left: 30px;
  padding-right: 30px;
}

.cont.cont--no-pad {
  max-width: 1170px;
  padding-left: 0;
  padding-right: 0;
}

.cont.cont--hero {
  padding-left: 0;
  padding-right: 0;
}

.sec--xl {
  padding-top: 200px;
  padding-bottom: 200px;
}

.sec--lg {
  flex-direction: column;
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.sec--med {
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.sec--med.sec--med__quote {
  background-image: linear-gradient(69deg, #dbb7ff, #f2e5ff);
}

.sec--med.sec--med__quote-2 {
  background-image: linear-gradient(152deg, #420085, #000);
}

.sec--med.bg--light-purple {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.sec--med.bg--linear {
  background-image: linear-gradient(341deg, #230144, #420085 45%, #7f00ff);
}

.sec--med.subsequent--med {
  position: relative;
}

.sec--sm {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mar-btm--xl {
  margin-bottom: 100px;
}

.mar-btm--lg {
  margin-bottom: 50px;
}

.mar-btm--med {
  margin-bottom: 25px;
}

.mar-btm--med.text--dark-blue {
  font-family: dunbar-tall, sans-serif;
  line-height: 51.2px;
}

.mar-btm--sm {
  margin-bottom: 12px;
  font-family: dunbar-tall, sans-serif;
}

.head--xl {
  font-family: Dunbar Tall, sans-serif;
  font-size: 70px;
  line-height: 1.3em;
}

.head--lg {
  font-family: Dunbar Tall, sans-serif;
  font-size: 50px;
  line-height: 1.3em;
}

.head--med {
  font-family: Dunbar Tall, sans-serif;
  font-size: 40px;
  line-height: 1.3em;
}

.head--sm {
  font-family: Dunbar Tall, sans-serif;
  font-size: 24.5px;
  line-height: 1.3em;
}

.head--xs {
  font-family: Dunbar Tall, sans-serif;
  font-size: 25px;
  line-height: 1.3em;
}

.head--meta {
  color: #c48aff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Dunbar Tall, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3em;
}

.head--meta.head--meta__friends {
  font-size: 15px;
  line-height: 15px;
}

.head--meta.text--lime {
  color: #c3dc92;
}

.sec--spacer {
  min-height: 100vh;
}

.text--sm {
  font-size: 16px;
  line-height: 1.5em;
}

.text--lg {
  font-size: 50px;
  line-height: 1.2em;
}

.grid--guide {
  grid-template-rows: auto auto auto;
}

.flex--ver {
  flex-direction: column;
  display: flex;
}

.flex--ver.flex--ver--left {
  align-items: flex-start;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pos--rel {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pos--abs {
  position: absolute;
}

.pos--abs.left {
  inset: -14% auto auto 16%;
}

.pos--abs.top {
  margin-top: -2px;
  inset: 0% 0% auto;
}

.oflow--none {
  overflow: hidden;
}

.icon--line {
  font-family: Font Awesome, sans-serif;
}

.icon--brand {
  font-family: Font Awesome Brands, sans-serif;
}

.icon--solid {
  font-family: Font Awesome, sans-serif;
  font-weight: 900;
}

.block--navbar-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #2e005c;
  position: sticky;
  top: 0;
}

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

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

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

.slider {
  background-color: #0000;
  height: auto;
}

.input {
  margin-bottom: 0;
}

.pop-up, .slide-in--left {
  font-size: 15px;
}

.sec--full-height {
  height: 100vh;
}

.flex--hor {
  flex-direction: row;
  display: flex;
}

.flex--hor.flex--hor__friends {
  grid-column-gap: 8px;
  align-items: flex-end;
}

.flex--hor.flex--hor__spaced {
  grid-column-gap: 15px;
}

.flex--hor.flex--hor__spaced.sm {
  grid-column-gap: 7px;
}

.flex--hor.flex--hor__spaced__feat-text {
  grid-column-gap: 60px;
  white-space: nowrap;
  position: relative;
}

.flex--right {
  justify-content: flex-end;
}

.subsequent {
  padding-top: 0;
}

.btn--pri {
  background-color: var(--primary);
}

.btn--pri.hollow {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.btn--sec {
  background-color: var(--secondary);
}

.btn--sec.hollow {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: #0000;
}

.mar-btm--0 {
  margin-bottom: 0;
}

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

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

.img--cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img--cover.img--cover__overflow {
  height: 110%;
}

.img--cover.img--cover__overflow._2 {
  height: 100%;
}

.img--cover.z-index--back {
  z-index: -1;
}

.block-1x1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.hide {
  display: none;
}

.heading {
  line-height: 1.03em;
}

.btn--gradient {
  color: var(--elect-purple);
  background-image: url('../images/Frame-483436-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: dunbar-tall, sans-serif;
  font-size: 16px;
}

.btn--gradient__shadow {
  position: absolute;
  inset: 0%;
}

.navbar--inner {
  justify-content: space-between;
  align-items: center;
  height: 60px;
  display: flex;
}

.head--logo {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(32deg, #dbb7ff, #f2e5ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: dunbar-tall, sans-serif;
  font-size: 24.5px;
  line-height: 1.3em;
}

.bg--dark {
  background-color: var(--elect-purple);
}

.text--light-purple {
  color: var(--light-purple);
}

.link--nav {
  color: var(--light-purple);
  font-size: 18px;
  line-height: 16px;
  transition: all .45s;
}

.nav-link {
  line-height: 1em;
}

.text--link {
  color: #fff;
  text-transform: uppercase;
  font-family: Dunbar Tall, sans-serif;
  font-size: 16px;
}

.block--nav-buttons__right {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.button--purple {
  background-color: var(--blue-violet);
  border-radius: 100px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Dunbar Tall, sans-serif;
  font-size: 16px;
}

.button--purple.btn--hover {
  transition-duration: .5s;
}

.button--purple.btn--hover:hover {
  transform: none;
}

.sec--hero__outer {
  background-image: linear-gradient(146deg, #6b00d645, #6b00d600 44%);
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
}

.head--hero {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#edf, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: dunbar-tall, sans-serif;
  font-size: 80px;
  line-height: 1.02em;
}

.head--hero.mar-btm--sm {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: dunbar-tall, sans-serif;
}

.grid--hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block--img-bg__right {
  padding-top: 50px;
  padding-bottom: 50px;
}

.img--bg__right {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sec--hero__inner {
  background-image: linear-gradient(73deg, var(--elect-purple), #6b00d6);
  border-radius: 15px;
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
}

.img--3angle__right {
  margin-right: -18px;
}

.img--3angle__left {
  margin-left: -18px;
}

.block--hero-text {
  z-index: 1;
  position: relative;
}

.block--anchor {
  width: 0;
  height: 0;
  position: relative;
  top: 70px;
}

.button--down {
  background-color: var(--elect-purple);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  bottom: -25px;
  box-shadow: 0 0 30px #7f00ffbf;
}

.img--arrow-down {
  width: 20px;
}

.grid--hero__inner {
  grid-template-rows: auto;
  width: 100%;
  padding-left: 5vw;
  position: relative;
}

.block--bg {
  z-index: -1;
  position: absolute;
  inset: auto 0%;
}

.block--info {
  grid-column-gap: 20px;
  -webkit-text-fill-color: inherit;
  background-color: #5700ad;
  background-clip: border-box;
  border-radius: 50px;
  align-items: center;
  padding: 14px 30px;
  display: flex;
  box-shadow: 0 20px 50px #5700ad, 0 -20px 50px #5700ad;
}

.img--med {
  width: 60px;
}

.grid--2-col {
  grid-column-gap: 50px;
  grid-template-rows: auto;
}

.grid--2-col.max--content {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid--2-col.max--content.mar-btm--med__alt {
  margin-bottom: 30px;
}

.grid--2-col.max--content__faq {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid--2-col.max--content__faq.mar-btm--med {
  grid-template-columns: max-content max-content;
}

.grid--2-col.max--content__faq.mar-btm--med__alt {
  margin-bottom: 30px;
}

.grid--2-col._1 {
  position: static;
}

.block--text__left {
  padding-left: 70px;
}

.text--blue {
  color: #18639a;
}

.grid--quote {
  z-index: 1;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 4.5vw 5vw;
  position: absolute;
  inset: 0%;
}

.grid--quote._2 {
  padding-left: 10vw;
  padding-right: 10vw;
}

.block--quote__outer {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block--quote__outer._2 {
  align-items: flex-start;
}

.block--quote__outer.align--ctr {
  width: 80%;
}

.text--quote {
  color: #420085;
  font-family: Dunbar Tall, sans-serif;
  font-size: 50.52px;
  line-height: 60px;
}

.text--quote.text--white {
  color: #fff;
  font-family: dunbar-tall, sans-serif;
}

.text--quote.alt {
  font-family: dunbar-tall, sans-serif;
  font-size: 4vw;
  line-height: 1.2em;
}

.block--quote-dets {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #420085;
  grid-template-rows: auto;
  grid-template-columns: 120px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.block--quote-dets.text--white {
  color: #fff;
}

.block--quote__inner {
  box-shadow: none;
  width: 100%;
  padding-top: 48.5%;
  position: relative;
}

.block--quote__inner._2 {
  box-shadow: none;
  padding-top: 38.4%;
}

.mar-btm-xs {
  margin-bottom: 4px;
}

.bg--shadow {
  background-color: #000;
  border-radius: 75px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 20px 100px #2e005c33;
}

.head--xxl {
  font-family: Dunbar Tall, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.head--xxl.mar-btm--35px.text--gradient__rainbow {
  background-image: linear-gradient(155deg, #ac42ff, #ebff00b0 40%, #fff 67%, #00e8b0c7 77%);
}

.head--xxl.mar-btm--35px.text--gradient__rainbow.align--left {
  background-image: linear-gradient(130deg, #ac42ff, #ebff00b0 13%, #fff 67%, #00e8b0c7);
  font-family: dunbar-tall, sans-serif;
}

.mar-btm--35px {
  margin-bottom: 35px;
}

.sub-head--quotes {
  text-align: left;
  font-family: dunbar-tall, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.sec--xxl {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.sec--xxl.paper--bg {
  background-image: url('../images/Union-9.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 220vh;
  position: relative;
}

.img-wrapper {
  width: 100%;
  position: relative;
}

.img-wrapper.alt {
  top: 18px;
}

.text--dark-blue {
  color: #2e005c;
  line-height: 33px;
}

.text--dark-blue.mar-btm--lg {
  font-family: Permanent Marker, sans-serif;
}

.limiter--med {
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
}

.limiter--med.move {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 12% 0% 0%;
  transform: rotate(-3deg);
}

.block--supporters {
  background-color: var(--elect-purple);
  text-align: center;
  border-radius: 10px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 80px;
  position: relative;
  transform: rotate(3deg);
}

.block--supporters.box--shadow {
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0 0 20px #dbb7ffb0;
}

.head--med_alt {
  font-family: Dunbar Tall, sans-serif;
  font-size: 37.8px;
  font-weight: 700;
  line-height: 40px;
}

.head--med_alt.align--ctr.mar-btm--lg.text--linear {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #2e005c, #6b00d6);
  -webkit-background-clip: text;
  background-clip: text;
  height: auto;
  font-family: dunbar-tall, sans-serif;
}

.head--med_alt.align--left {
  font-family: dunbar-tall, sans-serif;
}

.head--med_alt.text--gradient__rainbow__sm {
  font-family: dunbar-tall, sans-serif;
  line-height: 50px;
}

.div-block-3 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3.mar-btm--lg {
  width: 60%;
}

.grid--3__col {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.head--grid {
  font-family: dunbar-tall, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.bg--light-purple {
  background-color: #f2e5ff;
}

.dropdown {
  background-color: #f9f4ff;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 6px;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 60px;
  display: flex;
}

.image {
  display: block;
}

.text-block {
  color: #2e005c;
  font-family: dunbar-tall, sans-serif;
  font-weight: 700;
  line-height: 33px;
}

.dropdown--open {
  background-color: #f9f4ff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  color: var(--elect-purple);
  background-color: #f9f4ff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 20px;
}

.text--purple {
  color: #6b00d6;
}

.text--linear {
  background-image: linear-gradient(45deg, #2e005c, #6b00d6);
  height: 50px;
}

.mar-btm--lg_alt {
  margin-bottom: 55px;
}

.bg--linear {
  background-image: linear-gradient(315deg, #000, #420085 45%, #7f00ff);
}

.text--gradient__rainbow {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(155deg, #ac42ff, #ebff00 40%, #fff 67%, #00e8b0);
  -webkit-background-clip: text;
  background-clip: text;
}

.text--gradient__rainbow.head--rainbow {
  background-image: linear-gradient(170deg, #ac42ff, #ebff00 0%, #fff 60%, #00e8b0 90%);
}

.bg--utility {
  text-align: center;
  background-image: linear-gradient(#420085, #420085);
  border: 1px #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 80px #7f00ff;
}

.limiter--sm {
  max-width: 500px;
}

.form {
  border-radius: 4px;
  align-items: center;
  display: flex;
  box-shadow: -3px 3px 8px -1px #00e8b0, 0 0 8px 1px #ebff00, -3px -3px 12px 1px #ac42ff;
}

.text-field {
  color: #fff;
  background-image: linear-gradient(135deg, #420085, #000);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 525px;
  height: 48px;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 32px;
}

.text-field::placeholder {
  color: #fff;
  font-weight: 400;
}

.btn--gradient__send {
  color: var(--elect-purple);
  background-image: url('../images/Frame-483436-1.jpg');
  background-size: cover;
  border-radius: 0 5px 5px 0;
  padding: 12px 32px;
  font-family: dunbar-tall, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
}

.footer-heading {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: dunbar-tall, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-link {
  color: var(--white);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-block-2 {
  font-size: 12px;
}

.list-item {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.max--footer {
  max-width: 180px;
}

.div-block-6 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.max--footer__sm {
  max-width: 118px;
}

.block--paper-bg {
  background-image: url('../images/Union-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(-3deg);
}

.div-block-7 {
  padding: 140px 155px 80px;
}

.div-block-8 {
  padding: 80px 155px 140px;
}

.head--team {
  color: var(--indigo);
  font-family: dunbar-tall, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.head--team__sm {
  color: var(--indigo);
  text-transform: uppercase;
  font-family: Dunbar Tall, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.5%;
}

.head--team__sm.limiter {
  max-width: 108px;
  line-height: 17px;
}

.grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  justify-content: center;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
}

.outer-circle {
  box-shadow: 7px 0 80px 6px var(--blue-violet);
  background-image: linear-gradient(#6b00d6, #ad5cff 50%, #5700ad);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  position: relative;
}

.div-block-9 {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  position: absolute;
}

.inner-circle {
  background-color: #7f00ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.text--gradient__rainbow__sm {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(155deg, #ac42ff, #e8f60d 0%, #ebff00 20%, #fff 67%, #00e8b0);
  -webkit-background-clip: text;
  background-clip: text;
}

.left--pad {
  padding-left: 104px;
}

.image-3 {
  width: 100px;
  height: 100px;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.container.nav {
  width: 100%;
  max-width: 1230px;
  padding-left: 18px;
  padding-right: 18px;
}

.head--gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(170deg, #ac42ff, #ebff00 0%, #fff 52%, #00e8b0 90%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 15px;
  font-family: dunbar-tall, sans-serif;
}

.img--bg-shape, .img--top {
  position: absolute;
  inset: auto 0%;
}

.block--img-comb-cont {
  justify-content: center;
  align-items: center;
  height: 530px;
  display: flex;
  position: relative;
}

.show--mob {
  display: none;
}

.img--bg-stretch {
  width: 100%;
}

.paragraph--mob {
  margin-bottom: 15px;
}

.img--rectangle {
  display: none;
}

.btn--hover {
  transition: all .3s;
  box-shadow: 0 4px 30px #ffffff38;
}

.btn--hover:hover {
  transform: translate(0)translate(0, -5px);
  box-shadow: 0 10px 40px #ffffff38;
}

.text--title {
  font-size: 16px;
  line-height: 1.2em;
}

.button--int {
  background-color: var(--blue-violet);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 9px 25px;
  font-family: Dunbar Tall, sans-serif;
  font-size: 16px;
  display: flex;
  position: relative;
}

.button--int.btn--hover {
  transition-duration: .5s;
}

.button--int.btn--hover:hover {
  transform: none;
}

.ripple {
  z-index: -1;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.text--ripple {
  font-family: dunbar-tall, sans-serif;
}

.button-std {
  color: #fff;
  text-align: center;
  background-color: #7f00ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 9px 25px;
  font-family: Dunbar Tall, sans-serif;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-button-circle {
  z-index: 0;
  background-color: #0000001a;
  border-radius: 50%;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30%;
  display: none;
  position: absolute;
  inset: -10% 0% 0%;
}

.nav-button-circle.color {
  background-color: #0000000d;
}

.pos--rel-2 {
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.fa {
  font-weight: 400;
}

.overlay--demo {
  z-index: 9999;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.block--book-inner {
  z-index: 999;
  background-color: #492f84;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 5vh 5vw 3vh;
  display: flex;
  position: relative;
}

.embed--popup {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.block--close {
  position: absolute;
  inset: 15px 15px auto auto;
}

.text--close {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.meetings-iframe-container {
  min-width: 700px;
}

.btn--cont {
  background-color: #fff;
  border-radius: 100px;
  display: inline-block;
  position: relative;
}

.btn--cont.bottom {
  border-radius: 0 5px 5px 0;
  min-width: 139px;
  overflow: hidden;
}

.btn--cont.top {
  overflow: hidden;
}

.success-message {
  background-color: var(--blue-violet);
  border-radius: 5px;
}

.text-block-3 {
  font-size: 32px;
}

.body {
  background-color: var(--indigo);
  text-shadow: 1px 1px 6px #000;
}

.form-2 {
  background-color: var(--indigo);
}

.heading-2 {
  text-shadow: none;
  font-family: dunbar-tall, sans-serif;
}

.column {
  background-image: url('../images/angle-gradient-hero.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.columns {
  background-image: linear-gradient(30deg, var(--elect-purple), var(--blue-violet));
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 40px 20px;
  padding: 20px;
  display: flex;
}

.html-embed {
  text-shadow: none;
  margin-top: 40px;
}

.column-2 {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.body-2 {
  background-color: var(--elect-purple);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading-3 {
  margin-top: 20px;
}

.heading-4 {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

.heading-5 {
  text-transform: none;
}

.text-block-5 {
  margin-top: 20px;
  line-height: 28px;
}

.text-block-6 {
  color: var(--light-purple);
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .cont.cont--hero {
    max-width: none;
  }

  .sec--med.bg--light-purple {
    background-image: url('../images/Vector-108.png');
    background-position: 100% -1%;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
  }

  .sec--med.subsequent--med {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .pos--abs.top {
    background-color: #0000;
    width: 100%;
    inset: 0% 0% auto;
  }

  .flex--hor.flex--hor__spaced__feat-text {
    grid-column-gap: 70px;
  }

  .navbar--inner {
    height: 60px;
    padding-right: 0;
  }

  .link--nav {
    font-size: 21px;
  }

  .block--nav-buttons__right {
    grid-column-gap: 40px;
  }

  .head--hero {
    width: 100%;
    font-family: dunbar-tall, sans-serif;
    font-size: 90px;
  }

  .block--hero-text {
    max-width: 500px;
  }

  .button--down {
    width: 60px;
    height: 60px;
    bottom: -30px;
  }

  .img--arrow-down {
    width: 25px;
  }

  .text--quote.alt {
    font-size: 50px;
  }

  .head--med_alt.text--gradient__rainbow__sm {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(155deg, #ac42ff, #e8f60d 0%, #ebff00 20%, #fff 67%, #00e8b0);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .triangle {
    background-color: #420085;
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    width: 100%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .container.nav {
    max-width: 1020px;
    padding-left: 0;
    padding-right: 0;
  }

  .head--gradient {
    margin-bottom: 25px;
  }

  .paragraph--mob {
    margin-bottom: 35px;
  }

  .heading-2 {
    text-shadow: none;
    font-weight: 700;
  }

  .column {
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: 100%;
    display: flex;
    position: static;
    overflow: visible;
  }

  .columns {
    background-image: linear-gradient(51deg, var(--elect-purple), #6b00d6);
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    display: flex;
  }

  .html-embed {
    text-shadow: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: block;
  }

  .column-2 {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-2 {
    background-color: var(--elect-purple);
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .image-4 {
    object-fit: contain;
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
    position: static;
    overflow: visible;
  }

  .text-block-6 {
    color: var(--light-purple);
    letter-spacing: .1em;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1440px) {
  h4 {
    font-size: 35px;
  }

  .sec--med {
    position: relative;
  }

  .sec--med.sec--med__quote {
    background-image: linear-gradient(69deg, #dbb7ff, #f2e5ff);
  }

  .sec--med.subsequent--med {
    position: relative;
  }

  .sec--med.sec--med__top {
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .head--meta.head--meta__friends {
    letter-spacing: 2px;
    margin-right: 4px;
  }

  .pos--rel.int--prlx.int--rot__2.hero-image {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 600px;
  }

  .navbar {
    object-fit: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .navbar--inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-shadow: none;
    object-fit: none;
    flex-flow: row;
    flex: 1;
    grid-template: "."
    / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: space-between;
    align-self: auto;
    align-items: center;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .head--logo {
    object-fit: none;
  }

  .button--purple.btn--hover:hover {
    filter: grayscale(20%);
  }

  .head--hero {
    text-align: left;
    object-fit: fill;
    font-family: dunbar-tall, sans-serif;
    font-size: 96px;
    position: static;
  }

  .head--hero.mar-btm--sm {
    text-align: left;
  }

  .block--img-bg__right {
    object-fit: fill;
  }

  .block--hero-text {
    max-width: 540px;
  }

  .page-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: inset 60px 0 100px #2e005c;
  }

  .block--anchor {
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .button--down {
    width: 80px;
    height: 80px;
    bottom: -40px;
  }

  .img--arrow-down {
    width: 30px;
  }

  .block--bg.hide--mob.right {
    justify-content: flex-end;
    max-height: 675px;
    display: flex;
  }

  .grid--quote {
    padding: 3vw 3.5vw 3.5vw;
  }

  .text--quote.alt {
    font-size: 50px;
  }

  .container.nav {
    max-width: 2000px;
  }

  .text--title {
    font-size: 25px;
    line-height: 1.2em;
  }

  .img--diagonal-bg {
    width: 100%;
    max-height: 700px;
  }

  .img--bg-stretch-fixed {
    width: 90%;
    min-width: 1500px;
    max-width: none;
    max-height: 675px;
  }

  .button--int.btn--hover:hover {
    filter: grayscale(20%);
  }

  .button-std.button--purple {
    text-shadow: none;
  }

  .heading-2 {
    text-shadow: none;
    object-fit: contain;
    max-width: 800px;
    margin-bottom: 40px;
  }

  .column {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .columns {
    background-image: linear-gradient(236deg, #6b00d6, var(--elect-purple));
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 2000px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 20px 60px;
    display: flex;
  }

  .container-2 {
    object-fit: none;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .container-2.hero-bg {
    margin-top: 20px;
  }

  .html-embed {
    text-shadow: none;
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }

  .column-2 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .container-3 {
    align-self: flex-start;
  }

  .container-4 {
    object-fit: fill;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    max-width: 1900px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    position: relative;
  }

  .body-2 {
    background-color: var(--elect-purple);
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .head-her {
    font-family: dunbar-tall, sans-serif;
  }

  .container-5 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .image-5 {
    max-width: 100%;
  }

  .text-block-6 {
    color: var(--light-purple);
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .sec--med.subsequent--med.bg--slant__left {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .sec--med.subsequent--med.bg--slant__right {
    padding-bottom: 0;
  }

  .sec--med.sec--med__top {
    position: relative;
  }

  .flex--hor.flex--hor__friends.mar-btm--lg {
    margin-bottom: 25px;
  }

  .flex--hor.flex--hor__spaced.text--light-purple {
    grid-column-gap: 15px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 25px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flex--hor.flex--hor__spaced__feat-text {
    grid-row-gap: 7px;
    flex-direction: column;
  }

  .navbar--inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text--link.hide--tablet {
    display: none;
  }

  .head--hero {
    width: 100%;
    font-family: dunbar-tall, sans-serif;
    font-size: 70px;
  }

  .block--anchor {
    top: 35px;
  }

  .block--anchor.hide--mob {
    width: auto;
    height: auto;
    margin-bottom: 40px;
    display: flex;
  }

  .grid--hero__inner {
    grid-template-columns: 1fr;
  }

  .block--bg.full.hide--mob._1, .block--bg.hide--mob {
    top: 50%;
  }

  .grid--2-col {
    grid-template-columns: 1fr;
  }

  .grid--2-col._1 {
    grid-template-rows: auto 60vw;
  }

  .block--text__left {
    padding-left: 0;
  }

  .text--quote {
    font-size: 28px;
    line-height: 36px;
  }

  .head--xxl.mar-btm--35px.text--gradient__rainbow {
    font-size: 45px;
    line-height: 55px;
  }

  .limiter--med.move {
    max-width: 510px;
  }

  .div-block-3.mar-btm--lg {
    width: 100%;
  }

  .grid--3__col {
    grid-column-gap: 20px;
  }

  .div-block-4 {
    align-content: start;
    align-items: start;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-image.mar-btm--sm {
    width: 20%;
  }

  .mob--ctr {
    text-align: center;
  }

  .div-block-7 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .left--pad {
    padding-left: 16px;
  }

  .container.nav {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 15px;
  }

  .head--gradient {
    background-image: linear-gradient(170deg, #ac42ff, #ebff00 0%, #fff 29%, #00e8b0 90%);
  }

  .hide--mob {
    display: block;
  }

  .block--img-comb-cont {
    width: 100%;
    max-width: 520px;
  }

  .block--text__right {
    padding-left: 0;
  }

  .meetings-iframe-container {
    min-width: 0;
  }

  .columns {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .html-embed {
    width: 100%;
  }

  .column-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: column wrap;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around center;
    align-self: auto;
    align-items: center;
    display: block;
    position: static;
    overflow: visible;
  }

  .container-5 {
    display: block;
  }

  .text-block-5 {
    width: 100%;
    font-weight: 400;
  }

  .text-block-6 {
    color: var(--light-purple);
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 16px;
  }

  h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .cont {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sec--xl {
    padding-top: 142px;
    padding-bottom: 142px;
  }

  .sec--lg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sec--med {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sec--med.subsequent--med.bg--slant__left {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 80%;
    padding-top: 80px;
  }

  .sec--med.subsequent--med.bg--slant__right {
    background-image: url('../images/Rectangle-39793.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 80%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sec--sm {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .mar-btm--xl {
    margin-bottom: 100px;
  }

  .mar-btm--lg {
    margin-bottom: 50px;
  }

  .mar-btm--med {
    margin-bottom: 25px;
  }

  .mar-btm--med.text--dark-blue {
    line-height: 30px;
  }

  .mar-btm--sm {
    margin-bottom: 12px;
  }

  .head--xl {
    font-size: 65px;
  }

  .head--lg {
    font-size: 40px;
  }

  .head--med {
    font-size: 30px;
  }

  .head--sm {
    font-size: 25px;
  }

  .head--xs {
    font-size: 20px;
  }

  .head--meta, .text--sm {
    font-size: 13px;
  }

  .text--med {
    font-size: 18px;
  }

  .text--lg {
    font-size: 23px;
  }

  .pop-up, .slide-in--left {
    font-size: 13px;
  }

  .flex--hor.flex--hor__friends.mar-btm--lg {
    margin-bottom: 20px;
  }

  .flex--hor.flex--hor__spaced__feat-text {
    object-fit: fill;
    align-items: center;
    overflow: visible;
  }

  .navbar--inner {
    padding-right: 20px;
  }

  .head--logo {
    font-size: 25px;
  }

  .text--light-purple.bg--nav-mob {
    background-color: #5700ad;
  }

  .head--hero {
    text-align: center;
    font-size: 60px;
  }

  .block--img-bg__right {
    justify-content: center;
    align-items: center;
    max-width: 90%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    position: relative;
  }

  .block--hero-text {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .block--anchor.show--mob {
    width: auto;
    height: auto;
    top: 0;
  }

  .grid--hero__inner {
    grid-template-columns: 1fr;
  }

  .block--info {
    margin-bottom: 10px;
    box-shadow: 5px 0 20px 1px #ffffff1a;
  }

  .block--info.stacked--tablet {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid--2-col {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid--2-col.max--content.mar-btm--med__alt {
    grid-column-gap: 10px;
  }

  .grid--2-col._1 {
    background-image: url('../images/Frame-483443.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-attachment: scroll;
    border-radius: 10px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text--quote {
    font-size: 15px;
    line-height: 30px;
  }

  .text--quote.alt {
    font-size: 3vw;
  }

  .limiter--med.move {
    max-width: 66%;
  }

  .block--supporters {
    padding-left: 35px;
    padding-right: 35px;
  }

  .block--supporters.box--shadow {
    transform: rotate(0);
  }

  .bg--utility {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field {
    min-width: 0;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .block--paper-bg {
    background-image: url('../images/Union-1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(0);
  }

  .div-block-8 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .container.nav {
    padding-right: 0;
  }

  .head--gradient {
    text-align: center;
    background-image: linear-gradient(170deg, #ac42ff, #ebff00 0%, #fff 54%, #00e8b0 90%);
    margin-bottom: 25px;
  }

  .hide--mob {
    display: none;
  }

  .block--img-comb-cont {
    max-width: 80%;
    height: 350px;
  }

  .show--mob {
    display: block;
  }

  .paragraph--mob {
    margin-bottom: 35px;
  }

  .bg--slant__left {
    background-image: url('../images/Rectangle-39693_1.png');
    background-position: 0 0;
    background-size: auto;
  }

  .space--mob {
    display: none;
  }

  .btn--menu.w--open {
    background-color: #5700ad;
    transition: all .2s;
  }

  .img--rectangle {
    width: 100%;
    display: block;
    position: absolute;
    inset: auto 0%;
  }

  .text--title {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .cont, .cont.cont--paper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec--med.subsequent--med.bg--slant__left {
    background-image: url('../images/Rectangle-39693_1.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 80%;
  }

  .sec--med.pad-btm--0 {
    padding-bottom: 0;
  }

  .head--xl {
    font-size: 50px;
  }

  .head--lg {
    font-size: 35px;
  }

  .head--med {
    font-size: 25px;
  }

  .head--sm {
    font-size: 20px;
  }

  .head--xs {
    font-size: 17px;
  }

  .head--meta {
    font-size: 12px;
  }

  .grid--guide {
    grid-template-columns: 1fr;
  }

  .flex--hor.flex--hor__friends {
    grid-row-gap: 7px;
    flex-direction: column;
    align-items: center;
  }

  .flex--hor.flex--hor__spaced__feat-text {
    align-items: flex-start;
  }

  .navbar--inner {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: auto 1.25fr minmax(148px, .25fr);
  }

  .head--logo {
    font-size: 20px;
  }

  .sec--hero__outer {
    background-image: linear-gradient(146deg, #6b00d645, #6b00d600 44%);
  }

  .head--hero {
    font-family: dunbar-tall, sans-serif;
    font-size: 40px;
  }

  .block--anchor.show--mob {
    justify-content: center;
    display: flex;
  }

  .block--info.stacked--tablet {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid--2-col {
    grid-row-gap: 20px;
    grid-template-rows: auto 40vh;
  }

  .grid--2-col.max--content {
    grid-column-gap: 10px;
    grid-template-columns: 1fr;
  }

  .grid--2-col._1 {
    grid-template-rows: auto 74vw;
  }

  .text--quote {
    font-size: 12px;
  }

  .head--xxl {
    font-size: 40px;
    line-height: 50px;
  }

  .block--supporters.box--shadow {
    padding-left: 39px;
    padding-right: 39px;
  }

  .head--med_alt {
    font-size: 30px;
  }

  .grid--3__col {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    max-height: none;
  }

  .text-block {
    white-space: normal;
  }

  .bg--utility {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image.mar-btm--sm {
    width: 70%;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-6 {
    grid-template-columns: 1fr;
  }

  .block--paper-bg {
    transform: rotate(0);
  }

  .div-block-7 {
    padding-top: 200px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .div-block-8 {
    padding-bottom: 235px;
  }

  .grid {
    grid-template-columns: max-content;
  }

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

  .head--gradient {
    line-height: 40px;
  }

  .block--img-comb-cont {
    max-width: 100%;
    height: auto;
  }

  .space--mob {
    display: inline;
  }

  .img--rectangle {
    border-radius: 10px;
  }

  .text--ripple {
    font-family: Neuzeit Grotesk, sans-serif;
  }

  .text-block-4 {
    white-space: pre-wrap;
    object-fit: contain;
    display: inline;
  }

  .brand {
    padding-left: 0;
  }
}

#w-node-_4e82e8df-2a08-2f2c-2e92-d873e68db02d-6198a065 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58b01778-0529-ced5-7b0f-f370c4b624c1-6198a065 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-d75696cd-4fa8-8ff7-d931-eed74903e16e-6198a065 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_49d39bdd-ebd7-77b3-048f-6a0aa0c1f565-6198a065 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_74b3b746-fd80-9005-828e-7915e18cff48-6198a065 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_7539c589-5bf6-6e4f-b19b-b9daa81c5ff8-6198a065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_534dc9dd-12fc-2f3e-4da5-de7744ebdcc1-6198a065 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_24e95e8e-6d96-c38a-1227-ea451168c3b3-6198a065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4185b2bb-c0db-db34-5f68-48ec4689e15c-6198a065 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: end center;
}

#w-node-_076ce156-8639-42fd-3f7c-a12e6e22b6cf-6198a065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2f0561e6-37fe-048a-4047-4d2638a6f58f-6198a065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-ebbae7fa-df9a-fb95-c02f-4871de8760b0-6198a065, #w-node-_64c33aa4-a6c8-82e8-42b6-334b972a9a65-6198a065 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_5263166d-7189-75ab-a629-519c3e2fa839-6198a065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_5263166d-7189-75ab-a629-519c3e2fa83a-6198a065, #w-node-_5263166d-7189-75ab-a629-519c3e2fa83b-6198a065 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-c5587d99-fa91-6924-30e4-9e9c91af9ef4-6198a065, #w-node-_575c2f6f-ade5-7bd3-209b-446d9ea13ff7-6198a065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_92c4eb79-146b-fa2b-1ffc-6e1a46ba8dc1-6198a065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_92c4eb79-146b-fa2b-1ffc-6e1a46ba8dc3-6198a065 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_164aff76-86f3-8bed-6bdb-36fa9b0d87b8-6198a065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_164aff76-86f3-8bed-6bdb-36fa9b0d87b9-6198a065, #w-node-_164aff76-86f3-8bed-6bdb-36fa9b0d87ba-6198a065 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_164aff76-86f3-8bed-6bdb-36fa9b0d87bb-6198a065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2bb77353-6dd3-e293-d765-2e84ab4746ad-6198a065 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_7de647dd-b067-9609-d6d0-6c93dac0e284-6198a065 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start;
}

#w-node-f9208ae2-ccbc-26dc-7e85-38ee5a40a005-6198a065 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start end;
}

#w-node-cf05df50-6cee-9c3c-c6dc-bff78fffea70-6198a065 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-cf05df50-6cee-9c3c-c6dc-bff78fffea72-6198a065 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start;
}

#w-node-cf05df50-6cee-9c3c-c6dc-bff78fffea74-6198a065 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start end;
}

#w-node-_335e0f8d-c301-59cb-c0f2-cb9584d76531-6198a065, #w-node-c2a55026-be03-1820-412f-86e088823f8d-6198a065, #w-node-_48e790a0-c565-2f89-d6a2-58652c3db694-6198a065, #w-node-_54984f23-ad31-8805-377b-80dfe0d1c2e8-6198a065, #w-node-_54984f23-ad31-8805-377b-80dfe0d1c2e9-6198a065, #w-node-_54984f23-ad31-8805-377b-80dfe0d1c2eb-6198a065, #w-node-_54984f23-ad31-8805-377b-80dfe0d1c2ef-6198a065, #w-node-_54984f23-ad31-8805-377b-80dfe0d1c2f2-6198a065, #w-node-_54984f23-ad31-8805-377b-80dfe0d1c2f6-6198a065, #w-node-_54984f23-ad31-8805-377b-80dfe0d1c2f9-6198a065, #w-node-_40a6bee4-2368-dc45-e1d1-18133c9e145c-6198a065, #w-node-_40a6bee4-2368-dc45-e1d1-18133c9e145d-6198a065, #w-node-_40a6bee4-2368-dc45-e1d1-18133c9e145f-6198a065, #w-node-_40a6bee4-2368-dc45-e1d1-18133c9e1455-6198a065, #w-node-_40a6bee4-2368-dc45-e1d1-18133c9e1456-6198a065, #w-node-_40a6bee4-2368-dc45-e1d1-18133c9e1458-6198a065, #w-node-_5b3bd021-48ea-3e71-e86e-b37177adba9c-6198a065, #w-node-_5b3bd021-48ea-3e71-e86e-b37177adba9d-6198a065, #w-node-_5b3bd021-48ea-3e71-e86e-b37177adba9f-6198a065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e82e8df-2a08-2f2c-2e92-d873e68db02d-d998a069 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58b01778-0529-ced5-7b0f-f370c4b624c1-d998a069 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-d75696cd-4fa8-8ff7-d931-eed74903e16e-d998a069 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_49d39bdd-ebd7-77b3-048f-6a0aa0c1f565-d998a069 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_033d6d53-0fb8-6d4e-28ce-9a883a2155e0-d998a069 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_74b3b746-fd80-9005-828e-7915e18cff48-d998a069 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_7539c589-5bf6-6e4f-b19b-b9daa81c5ff8-d998a069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_534dc9dd-12fc-2f3e-4da5-de7744ebdcc1-d998a069 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_24e95e8e-6d96-c38a-1227-ea451168c3b3-d998a069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4185b2bb-c0db-db34-5f68-48ec4689e15c-d998a069 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: end center;
}

#w-node-_936dac66-e249-9222-c5a1-9df7158dff7b-e398a06b {
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_58b01778-0529-ced5-7b0f-f370c4b624c1-6198a065 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_49d39bdd-ebd7-77b3-048f-6a0aa0c1f565-6198a065 {
    place-self: center;
  }

  #w-node-_74b3b746-fd80-9005-828e-7915e18cff48-6198a065, #w-node-_534dc9dd-12fc-2f3e-4da5-de7744ebdcc1-6198a065 {
    justify-self: stretch;
  }

  #w-node-_58b01778-0529-ced5-7b0f-f370c4b624c1-d998a069 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_74b3b746-fd80-9005-828e-7915e18cff48-d998a069, #w-node-_534dc9dd-12fc-2f3e-4da5-de7744ebdcc1-d998a069 {
    justify-self: stretch;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_4e82e8df-2a08-2f2c-2e92-d873e68db02d-6198a065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_58b01778-0529-ced5-7b0f-f370c4b624c1-6198a065 {
    justify-self: end;
  }

  #w-node-_534dc9dd-12fc-2f3e-4da5-de7744ebdcc1-6198a065 {
    align-self: end;
  }

  #w-node-_4185b2bb-c0db-db34-5f68-48ec4689e15c-6198a065 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: end center;
  }

  #w-node-_4e82e8df-2a08-2f2c-2e92-d873e68db02d-d998a069 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_58b01778-0529-ced5-7b0f-f370c4b624c1-d998a069 {
    justify-self: end;
  }

  #w-node-_534dc9dd-12fc-2f3e-4da5-de7744ebdcc1-d998a069 {
    align-self: end;
  }

  #w-node-_4185b2bb-c0db-db34-5f68-48ec4689e15c-d998a069 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: end center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cfde9b2d-5685-3a2a-7e5b-089a6d457fdd-6198a065 {
    justify-self: center;
  }

  #w-node-a660dc89-a149-cc38-1d47-d677e10319b8-6198a065 {
    order: -9999;
  }

  #w-node-_2f0561e6-37fe-048a-4047-4d2638a6f58f-6198a065, #w-node-_5263166d-7189-75ab-a629-519c3e2fa839-6198a065 {
    justify-self: center;
  }

  #w-node-c5587d99-fa91-6924-30e4-9e9c91af9ef4-6198a065 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_92c4eb79-146b-fa2b-1ffc-6e1a46ba8dc1-6198a065, #w-node-_164aff76-86f3-8bed-6bdb-36fa9b0d87b8-6198a065 {
    justify-self: center;
  }

  #w-node-_164aff76-86f3-8bed-6bdb-36fa9b0d87bb-6198a065 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cfde9b2d-5685-3a2a-7e5b-089a6d457fdd-d998a069, #w-node-cfde9b2d-5685-3a2a-7e5b-089a6d457fdd-8b98a06c {
    justify-self: center;
  }

  #w-node-a660dc89-a149-cc38-1d47-d677e10319b8-8b98a06c {
    order: -9999;
  }

  #w-node-cfde9b2d-5685-3a2a-7e5b-089a6d457fdd-1d98a06d {
    justify-self: center;
  }

  #w-node-a660dc89-a149-cc38-1d47-d677e10319b8-1d98a06d {
    order: -9999;
  }

  #w-node-ad400020-3634-7408-3c00-14150663f4e2-03cf3207 {
    justify-self: center;
  }

  #w-node-ad400020-3634-7408-3c00-14150663f4eb-03cf3207 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_58b01778-0529-ced5-7b0f-f370c4b624c1-6198a065 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_49d39bdd-ebd7-77b3-048f-6a0aa0c1f565-6198a065 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_58b01778-0529-ced5-7b0f-f370c4b624c1-d998a069 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_49d39bdd-ebd7-77b3-048f-6a0aa0c1f565-d998a069 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font Awesome Brands';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Dunbar Tall';
  src: url('../fonts/DunbarText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dunbar Tall';
  src: url('../fonts/DunbarText-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeit Grotesk';
  src: url('../fonts/NeuzeitGro-Reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}