:root {
  --black: #1e1e1e;
  --dark-turquoise: #05c3dd;
  --white: white;
  --goldenrod: #c7b300;
  --purple: #6638b6;
  --red: #f93822;
  --gold: #fce300;
  --tomato: #f35948;
}

.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;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

h2 {
  letter-spacing: -.05ch;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  letter-spacing: -.02ch;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  letter-spacing: -.03ch;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--black);
  font-family: Helvetica Neue Medium, sans-serif;
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 3px solid var(--black);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 140%;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.gradient-sheen {
  filter: blur(30px);
  background-image: radial-gradient(circle farthest-side, #ffffff59, #ffe9d966 0%, #ffead940 20%, #ffe9d933 45%, #ffe9d900 70%, #fff0);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-sheen.light-burn {
  z-index: 4;
  opacity: .7;
  mix-blend-mode: hard-light;
  background-image: radial-gradient(circle farthest-side, #ffffff73, #ffffff8c 0% 9%, #fff3 45%, #ffffff1a 45%, #fff0 60%);
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.intro-header {
  background-color: var(--dark-turquoise);
  color: #fff;
  object-fit: cover;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-header.team {
  z-index: -1;
  background-color: #d16262;
  height: 600px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.heading-jumbo {
  line-height: 115%;
}

.overflow-hidden.section-heading {
  object-fit: scale-down;
  margin-top: 0;
  margin-bottom: 4px;
}

.skew-slide-up-delay-0 {
  text-align: left;
  padding-bottom: 6px;
  display: flex;
}

.skew-slide-up-delay-0.left-align {
  text-align: left;
}

.skew-slide-up-delay-0.paragraph-large {
  color: #ffffffb3;
  font-size: 32px;
  line-height: 120%;
  display: block;
}

.skew-slide-up-delay-0.paragraph-large.black-text-65 {
  color: #1e1e1ea6;
  text-shadow: none;
}

.skew-slide-up-delay-1 {
  padding-bottom: 6px;
}

.skew-slide-up-delay-1.left-align {
  text-align: left;
}

.intro-text {
  text-shadow: 0 6px 16px #00000014;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.intro-text.gap-24 {
  grid-column-gap: 24px;
}

.intro-text.space-between {
  justify-content: space-between;
}

.intro-text.space-between.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  z-index: 5;
  text-shadow: 0 6px 16px #00000073;
  mix-blend-mode: normal;
  flex: 0 auto;
  width: 80vw;
  height: auto;
  margin-bottom: 0;
  position: relative;
}

.left-heading-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.hero-image {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 90vh;
  position: absolute;
  inset: 0%;
}

.hero-image.fixed {
  z-index: 0;
  mix-blend-mode: multiply;
  height: 130%;
  display: block;
  position: absolute;
}

.hero-image.duplicate {
  inset: 0%;
}

.hero-image.duplicate.fixed {
  display: block;
}

.noise-bg {
  background-image: url('../images/Noise.png');
  background-position: 50%;
  background-size: auto;
}

.noise-bg.fixed {
  z-index: 3;
  mix-blend-mode: overlay;
  background-image: url('../images/Noise.png');
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-heading-container {
  flex: 1;
}

.centered-content-section {
  grid-row-gap: 32px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 80vh;
  margin-top: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: visible;
}

.centered-content-section.auto-height {
  min-height: auto;
  font-size: 12px;
}

.centered-content-section._100vh {
  min-height: 100vh;
}

.title-and-text-grid {
  grid-column-gap: 56px;
  grid-row-gap: 0px;
  order: 0;
  grid-template: "Area"
  / 2.75fr 2.75fr;
  place-content: center space-around;
  align-items: stretch;
  width: 80vw;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.title-and-text-grid.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.div-block-12 {
  z-index: 1;
  object-fit: contain;
  display: block;
  position: sticky;
  inset: 65px 0 0 25px;
  overflow: visible;
}

.paragraph-large {
  color: #494949;
  text-align: left;
  letter-spacing: -.05ch;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 130%;
}

._80vw {
  width: 80vw;
  max-width: 1200px;
  position: relative;
}

._80vw.vertical-flex.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.paragraph-large-2 {
  color: #2b3d7a;
  text-align: left;
  letter-spacing: -.02ch;
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
}

.white-text {
  color: #fff;
}

.body {
  color: var(--black);
  background-color: #e9ebed;
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.body.research-page-bg {
  background-color: #f1efe4;
}

.body.policy-page-bg {
  background-color: #e4eff1;
}

.body.cp-page-bg {
  background-color: #e9e4f1;
}

.body.funding-page-bg {
  background-color: #f1e6e4;
}

.heading-2 {
  color: var(--black);
  letter-spacing: -.06ch;
}

.heading-2.white-text {
  color: var(--white);
}

.heading-2.white-text.skew-slide-up-delay-0 {
  text-align: left;
}

.heading-2.white-text.skew-slide-up-delay-0.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-2.white-text.skew-slide-up-delay-1 {
  text-align: left;
}

.heading-2.white-text.skew-slide-up-delay-1.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.centered-text {
  text-align: center;
  line-height: 100%;
}

.text-segment {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 8px;
  padding-right: 2px;
}

.two-thirds-left {
  width: 65%;
}

.two-thirds-left.horizontal-flex-wrap {
  width: 65vw;
}

.empty-state-2 {
  color: #2b3d7aa6;
  background-color: #e5fafd00;
}

.two-thirds-right {
  width: 67%;
  margin-left: 30%;
}

.two-thirds-right.horizontal-flex-wrap {
  width: 65vw;
}

.half-page-left {
  width: 40vw;
  max-width: 600px;
  margin-right: 40vw;
}

.home-section-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  object-fit: contain;
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  max-width: 92vw;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: 60px;
  left: 60px;
  overflow: auto;
}

.heading-3 {
  line-height: 110%;
}

.text-span {
  color: var(--goldenrod);
}

.text-span-2 {
  color: var(--dark-turquoise);
}

.heading-4 {
  color: var(--black);
  letter-spacing: -.03ch;
}

.heading-4.opacity-65 {
  opacity: .65;
}

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

.text-span-4 {
  color: var(--red);
}

.text-span-6 {
  color: var(--white);
}

.div-block-13 {
  flex-direction: column;
  display: flex;
}

.horizontal-flex-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  display: flex;
}

.horizontal-flex-wrap.padding-top-bottom-24 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.horizontal-flex-wrap.padding-top-bottom-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.horizontal-flex-wrap.padding-top-bottom-12.align-center {
  align-items: center;
}

.navigation-item {
  opacity: 1;
  color: var(--black);
  letter-spacing: -.02ch;
  text-transform: none;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
}

.navigation-item:hover {
  opacity: .9;
  color: #1e1e1e99;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1e1e1ea6;
  letter-spacing: -.04ch;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #2b3d7a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #2b3d7aa6;
}

.navigation-item.research:hover {
  color: var(--goldenrod);
}

.navigation-item.policy-link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.navigation-item.policy-link:hover {
  color: var(--dark-turquoise);
}

.navigation-item.creative-practice-link:hover {
  color: var(--purple);
}

.navigation-item.funding-link:hover {
  color: var(--red);
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  object-fit: contain;
  background-color: #fff;
  border-radius: 9px;
  padding: 12px 25px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #d465941f;
}

.button:active {
  background-color: #d4659459;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #2b3d7a;
  border-radius: 9px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .6s cubic-bezier(.4, 0, 0, 1), background-color .4s, opacity .4s, color .4s;
  position: relative;
}

.button.cc-contact-us:hover {
  color: #2b3d7a;
  transform: scale(1.05);
  box-shadow: inset 0 -80px 16px #fff;
}

.button.cc-contact-us:active {
  color: #fff;
  transform: scale(.97);
  box-shadow: inset 0 80px 16px #19244b;
}

.button.outlined-button {
  text-align: center;
  object-fit: contain;
  background-color: #0000;
  border: 1px solid #d46594;
  border-radius: 9px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: flex-start;
  transition: all .3s, background-color .4s, opacity .4s, color .4s;
  display: block;
  position: relative;
}

.button.outlined-button:hover {
  color: #fff;
  background-color: #d465941f;
  transform: scale(1.05);
}

.button.outlined-button:active {
  background-color: #d4659459;
  transform: scale(.98);
}

.button.outlined-button.white {
  border-color: #fff;
}

.button.outlined-button.white.rounded {
  border-radius: 20px;
}

.button.outlined-button.white.rounded:hover {
  background-color: #ffffff1f;
}

.button.outlined-button.white.rounded:active {
  background-color: #0000001f;
}

.button.read-more {
  background-color: #1e1e1e;
  border-radius: 35px;
  font-weight: 500;
  transition: all .4s, opacity .4s, color .4s;
}

.button.read-more:hover {
  background-color: #1e1e1ecc;
  transform: scale(1.02);
}

.button.read-more:active {
  background-color: #1e1e1e;
  transform: scale(.99);
}

.button.read-more.horizontal-flex.vertical-middle {
  align-items: center;
}

.menu {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-image {
  display: block;
}

.navigation-items {
  color: #2b3d7a;
  letter-spacing: -.02ch;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-wrap {
  border-bottom: 1px solid #1e1e1eb3;
  border-radius: 0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.text-block {
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
}

.navigation {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  align-items: center;
  width: 100%;
  padding: 10px 50px 0;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.heading-5 {
  color: var(--black);
}

.no-margin {
  text-align: left;
  letter-spacing: -.04ch;
  flex: none;
  align-self: flex-start;
  margin: 0;
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
}

.no-margin.padding-left-20 {
  padding-left: 20px;
}

.no-margin.opacity-65 {
  opacity: .65;
}

.vertical-flex {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.vertical-flex._12px-gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.bobble {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 13vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24vw;
  height: 24vw;
  margin: .5vw;
  padding: .5vw;
  text-decoration: none;
  transition: all .8s cubic-bezier(.4, 0, 0, 1);
  display: flex;
}

.bobble:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 24px -10px #1e1e1e1f;
}

.bobble:active {
  transform: scale(.98);
  box-shadow: 0 1px 3px #1e1e1e14;
}

.bobble.research-bg {
  background-color: var(--gold);
  background-image: url('../images/Home-research.png'), url('../images/Noise.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  max-width: 450px;
  max-height: 450px;
}

.bobble.research-bg.heading-bobble {
  max-width: 450px;
  max-height: 450px;
}

.bobble.policy-bg {
  background-color: var(--dark-turquoise);
  background-image: url('../images/Home-policy.png'), url('../images/Noise.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  max-width: 450px;
  max-height: 450px;
  text-decoration: none;
}

.bobble.creative-practice-bg {
  background-color: var(--purple);
  background-image: url('../images/Home-Creative-practice.png'), url('../images/Noise.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
  max-width: 450px;
  max-height: 450px;
}

.bobble.funding-bg {
  background-color: var(--tomato);
  background-image: url('../images/Noise.png'), url('../images/Home-funding.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
  max-width: 450px;
  max-height: 450px;
}

.bobble.research-item-bg-1 {
  background-color: #bfbdab;
  background-image: url('../images/Inspiring_1.png'), url('../images/Noise.png');
  background-position: 40% 10%, 50%;
  background-size: 160%, cover;
  border-radius: 40vw;
  width: 40vw;
  max-width: 600px;
  height: 40vw;
  max-height: 600px;
  margin-top: -2vw;
  margin-bottom: -2vw;
}

.bobble.research-item-bg-1.heading-image-1 {
  border-radius: 11px;
  flex: 1;
  order: -1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin: 0;
}

.bobble.research-item-bg-2 {
  background-color: #bfbdab;
  background-image: url('../images/Embodying_1.png'), url('../images/Noise.png');
  background-position: 10% 34%, 50%;
  background-size: 690px, cover;
  border-radius: 40vw;
  width: 24vw;
  max-width: 400px;
  height: 24vw;
  max-height: 400px;
}

.bobble.research-item-bg-3 {
  background-color: #bfbdab;
  background-image: linear-gradient(#77735166, #77735166), url('../images/Noise.png'), url('../images/spirulina.jpg');
  background-position: 0 0, 50%, 100% 100%;
  background-size: auto, cover, cover;
  border-radius: 36vw;
  width: 28vw;
  max-width: 500px;
  height: 28vw;
  max-height: 500px;
  margin-top: -2vw;
  margin-bottom: -2vw;
}

.bobble.research-item-bg-4 {
  background-color: #bfbdab;
  background-image: url('../images/Subverting_1.png'), url('../images/Noise.png');
  background-position: 50% 10%, 50%;
  background-size: 800px, cover;
  border-radius: 30vw;
  width: 40vw;
  max-width: 600px;
  height: 40vw;
  max-height: 600px;
}

.bobble.research-item-bg-5 {
  background-color: #bfbdab;
  background-image: url('../images/Noise.png'), url('../images/Co-creating_1.png');
  background-position: 50%, 50% 27%;
  background-size: cover, 690px;
  border-radius: 36vw;
  width: 36vw;
  max-width: 550px;
  height: 36vw;
  max-height: 500px;
  margin-top: -2vw;
  margin-bottom: -2vw;
}

.bobble.research-item-bg-5.no-margin {
  margin: 0 auto;
}

.bobble.research-item-bg-5.no-margin.rectangular {
  border-radius: 11px;
}

.bobble.research-item-bg-5.no-margin.rectangular.no-max {
  max-width: none;
  max-height: none;
}

.bobble.research-item-bg-5.no-margin.rectangular.no-max.full-width-height {
  width: 100%;
  height: 100%;
}

.bobble.research-item-bg-6 {
  background-color: #bfbdab;
  background-image: linear-gradient(#77735166, #77735166), url('../images/Noise.png'), url('../images/1.6.jpg');
  background-position: 0 0, 50%, 70% 27%;
  background-size: auto, cover, cover;
  border-radius: 30vw;
  width: 20vw;
  max-width: 350px;
  height: 20vw;
  max-height: 350px;
}

.bobble.research-item-bg-6.no-margin.rectangular {
  border-radius: 11px;
}

.bobble.research-item-bg-6.no-margin.rectangular.no-max {
  max-width: none;
  max-height: none;
}

.bobble.research-item-bg-6.no-margin.rectangular.no-max.full-width-height {
  width: 100%;
  height: 100%;
}

.bobble.heading-image {
  border-radius: 11px;
  width: 100%;
  height: 100%;
}

.bobble.heading-image.research-item-bg-2 {
  max-width: none;
  max-height: none;
}

.bobble.heading-image.research-item-bg-3 {
  background-image: url('../images/Noise.png'), url('../images/spirulina.jpg');
  background-position: 50%, 70% 27%;
  background-size: cover, cover;
}

.bobble.heading-image.research-item-bg-3.no-margin {
  margin: 0;
}

.bobble.heading-image.research-item-bg-5 {
  background-image: url('../images/Noise.png'), url('../images/1.5.jpg');
  background-position: 50%, 70% 27%;
  background-size: cover, cover;
}

.bobble.heading-image.research-item-bg-5.no-margin {
  margin-top: 0;
}

.bobble.heading-image.research-item-bg-6 {
  background-image: url('../images/Noise.png'), url('../images/1.6.jpg');
  background-position: 50%, 70% 27%;
  background-size: cover, cover;
}

.bobble.heading-image.research-item-bg-6.no-margin {
  margin-top: 0;
}

.bobble.heading-image.research-item-bg-6.no-margin.no-max {
  max-width: none;
  max-height: none;
}

.bobble.policy-item-bg-1 {
  background-color: #b1c9cc;
  background-image: url('../images/Learning_1.png'), url('../images/Noise.png');
  background-position: 30% 40%, 50%;
  background-size: 700px, cover;
  border-radius: 40vw;
  width: 30vw;
  max-width: 510px;
  height: 30vw;
  max-height: 510px;
  margin-top: -2vw;
  margin-bottom: -2vw;
}

.bobble.policy-item-bg-1.heading-image-1 {
  border-radius: 11px;
  flex: 1;
  order: -1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin: 0;
}

.bobble.policy-item-bg-2 {
  background-color: #b1c9cc;
  background-image: url('../images/Embodying_1.png'), url('../images/Noise.png');
  background-position: 40% 27%, 50%;
  background-size: 918px, cover;
  border-radius: 40vw;
  width: 38vw;
  max-width: 565px;
  height: 38vw;
  max-height: 565px;
}

.bobble.policy-item-bg-3 {
  background-color: #b1c9cc;
  background-image: url('../images/Noise.png'), url('../images/Organizing_1.png');
  background-position: 50%, 70% 27%;
  background-size: cover, cover;
  border-radius: 36vw;
  width: 28vw;
  max-width: 500px;
  height: 28vw;
  max-height: 500px;
  margin-top: -2vw;
  margin-bottom: -2vw;
}

.bobble.policy-item-bg-4 {
  background-color: #bfadab;
  background-image: url('../images/6.png'), url('../images/Noise.png');
  background-position: 70% 27%, 50%;
  background-size: cover, cover;
  border-radius: 30vw;
  width: 40vw;
  height: 40vw;
}

.bobble.policy-item-bg-4.heading-image {
  background-color: #e5dbd9;
  border-radius: 15px;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}

.bobble.policy-item-bg-4.funding-item-bg-4 {
  background-color: #bfadab;
}

.bobble.policy-item-bg-5 {
  background-color: #b1c9cc;
  background-image: url('../images/Noise.png'), url('../images/1.5.jpg');
  background-position: 50%, 70% 27%;
  background-size: cover, cover;
  border-radius: 36vw;
  width: 36vw;
  height: 36vw;
  margin-top: -2vw;
  margin-bottom: -2vw;
}

.bobble.cp-item-bg-1 {
  background-color: #b2abbf;
  background-image: url('../images/Inspiring_1.png'), url('../images/Noise.png');
  background-position: 70% 27%, 50%;
  background-size: cover, cover;
  border-radius: 40vw;
  width: 40vw;
  max-width: 600px;
  height: 40vw;
  max-height: 600px;
  margin-top: -2vw;
  margin-bottom: -2vw;
}

.bobble.cp-item-bg-1.heading-image-1 {
  border-radius: 11px;
  flex: 1;
  order: -1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin: 0;
}

.bobble.cp-item-bg-2 {
  background-color: #b2abbf;
  background-image: url('../images/creature-full.png'), url('../images/Noise.png');
  background-position: 20%, 50%;
  background-size: 918px, cover;
  border-radius: 40vw;
  width: 24vw;
  max-width: 400px;
  height: 24vw;
  max-height: 400px;
}

.bobble.cp-item-bg-3 {
  background-color: #b2abbf;
  background-image: url('../images/Co-creating_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 36vw;
  width: 28vw;
  max-width: 500px;
  height: 28vw;
  max-height: 500px;
  margin-top: -2vw;
  margin-bottom: -2vw;
}

.bobble.cp-item-bg-4 {
  background-image: url('../images/5.png'), url('../images/Noise.png');
  background-position: 70% 27%, 50%;
  background-size: cover, cover;
  border-radius: 30vw;
  max-width: 600px;
  max-height: 600px;
}

.bobble.cp-item-bg-5 {
  background-color: #b2abbf;
  background-image: url('../images/Noise.png'), url('../images/6.png');
  background-position: 50%, 70% 27%;
  background-size: cover, cover;
  border-radius: 36vw;
  width: 36vw;
  max-width: 550px;
  height: 36vw;
  max-height: 550px;
  margin-top: -2vw;
  margin-bottom: -2vw;
}

.bobble.cp-item-bg-6 {
  background-color: #b2abbf;
  background-image: url('../images/Noise.png'), url('../images/Empowering_1.png');
  background-position: 50%, 60% 10%;
  background-size: cover, cover;
  border-radius: 30vw;
  width: 20vw;
  max-width: 350px;
  height: 20vw;
  max-height: 350px;
}

.bobble.cp-item-bg-6.no-margin.rectangular {
  border-radius: 11px;
}

.bobble.cp-item-bg-6.no-margin.rectangular.no-max {
  max-width: none;
  max-height: none;
}

.bobble.cp-item-bg-6.no-margin.rectangular.no-max.full-width-height {
  width: 100%;
  height: 100%;
}

.bobble.cp-item-bg-4 {
  background-color: #b2abbf;
  background-image: url('../images/1.png'), url('../images/Noise.png');
  background-position: 70% 27%, 50%;
  background-size: cover, cover;
  border-radius: 40vw;
  width: 40vw;
  height: 40vw;
  margin-top: -2vw;
  margin-bottom: -2vw;
}

.bobble.cp-item-bg-4.heading-image-1, .bobble.cp-item-bg-4.heading-image-4 {
  border-radius: 11px;
  flex: 1;
  order: -1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin: 0;
}

.bobble.funding-item-bg-1 {
  background-color: #bfadab;
  background-image: url('../images/Inspiring_1.png'), url('../images/Noise.png');
  background-position: 30% 15%, 50%;
  background-size: 918px, cover;
  border-radius: 40vw;
  width: 38vw;
  max-width: 565px;
  height: 38vw;
  max-height: 565px;
}

.bobble.funding-item-bg-1.heading-item {
  border-radius: 11px;
  width: 100%;
  height: 100%;
}

.bobble.funding-item-bg-2 {
  background-color: #bfadab;
  background-image: url('../images/Noise.png'), url('../images/Subverting_1.png');
  background-position: 50%, 70% 27%;
  background-size: cover, cover;
  border-radius: 36vw;
  width: 28vw;
  max-width: 500px;
  height: 28vw;
  max-height: 500px;
  margin-top: -2vw;
  margin-bottom: -2vw;
}

.bobble.funding-item-bg-2.heading-item {
  border-radius: 11px;
  width: 100%;
  height: 100%;
}

.bobble.funding-item-bg-2.heading-item.no-margin {
  margin-top: 0;
}

.bobble.policy-item-bg-3 {
  background-color: #b1c9cc;
  background-image: url('../images/creature-full.png'), url('../images/Noise.png');
  background-position: 70% 27%, 50%;
  background-size: 918px, cover;
  border-radius: 40vw;
  width: 38vw;
  max-width: 565px;
  height: 38vw;
  max-height: 565px;
}

.bobble.policy-item-bg-4 {
  background-color: #b1c9cc;
  background-image: url('../images/Subverting_1.png'), url('../images/Noise.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
  border-radius: 40vw;
  width: 38vw;
  max-width: 565px;
  height: 38vw;
  max-height: 565px;
}

.bobble.cp-item-bg-7 {
  background-color: #b2abbf;
  background-image: url('../images/Noise.png'), url('../images/Learning_1.png');
  background-position: 50%, 70% 27%;
  background-size: cover, cover;
  border-radius: 36vw;
  width: 30vw;
  max-width: 440px;
  height: 30vw;
  max-height: 440px;
  margin-top: -2vw;
  margin-bottom: -2vw;
}

.bobble.cp-item-bg-7.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.bobble.cp-item-bg-7.no-margin.rectangular {
  border-radius: 11px;
}

.bobble.cp-item-bg-7.no-margin.rectangular.no-max {
  max-width: none;
  max-height: none;
}

.bobble.cp-item-bg-7.no-margin.rectangular.no-max.full-width-height {
  width: 100%;
  height: 100%;
}

.bobble.cp-item-bg-8 {
  background-color: #b2abbf;
  background-image: url('../images/Noise.png'), url('../images/Inspiring_1.png');
  background-position: 50%, 60% 10%;
  background-size: cover, cover;
  border-radius: 30vw;
  width: 20vw;
  max-width: 350px;
  height: 20vw;
  max-height: 350px;
}

.bobble.cp-item-bg-8 {
  background-color: #b2abbf;
  background-image: url('../images/Noise.png'), url('../images/Inspiring_1.png');
  background-position: 50%, 70% 27%;
  background-size: cover, cover;
  border-radius: 36vw;
  width: 30vw;
  max-width: 440px;
  height: 30vw;
  max-height: 440px;
  margin-top: -2vw;
  margin-bottom: -2vw;
}

.bobble.cp-item-bg-8.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.bobble.cp-item-bg-8.no-margin.rectangular {
  border-radius: 11px;
}

.bobble.cp-item-bg-8.no-margin.rectangular.no-max {
  max-width: none;
  max-height: none;
}

.bobble.cp-item-bg-8.no-margin.rectangular.no-max.full-width-height {
  width: 100%;
  height: 100%;
}

.huge-outlined-number {
  color: #ffffffa6;
  margin-bottom: -30px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 96px;
  font-weight: 500;
}

.text-block-6 {
  color: #fff;
  text-align: right;
}

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

.footer-nav {
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  font-family: Helvetica Neue Medium, sans-serif;
  display: flex;
}

.footer-nav.secondary-links {
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-base {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  position: relative;
}

.text-field-7 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 9px;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  position: static;
}

.text-field-7::placeholder {
  color: #ffffffa6;
}

.footer-flex-container {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.error-message-2 {
  background-color: #0000;
}

.footer {
  text-align: center;
  background-color: #0000;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 0;
}

.form {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  width: auto;
  max-width: none;
  display: flex;
}

.white-translucent-bg {
  background-color: #ffffff26;
  border-radius: 11px;
}

.white {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  object-position: 0% 50%;
  align-self: stretch;
  max-width: none;
  font-size: 14px;
  font-weight: 400;
}

.white.no-margin {
  align-self: center;
}

.white.footer-text {
  text-align: left;
  align-self: auto;
  font-size: 12px;
}

.white.footer-text.margin-top-12.opacity-65 {
  opacity: .65;
}

.inline-form {
  grid-column-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

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

.footer-link.white {
  color: #fff;
  text-align: center;
}

.footer-link.white.left-align {
  text-align: left;
}

.footer-link.white-text {
  color: var(--white);
}

.footer-link.horizontal-flex.gap-8 {
  grid-column-gap: 8px;
}

.footer-link.small {
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

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

.horizontal-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.horizontal-flex.space-between {
  flex-wrap: wrap;
  justify-content: space-between;
}

.horizontal-flex.space-between.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.horizontal-flex.space-between.no-wrap {
  flex-wrap: nowrap;
}

.horizontal-flex.space-between.no-wrap.gap-24 {
  grid-column-gap: 24px;
}

.horizontal-flex.space-between.gap-24 {
  grid-column-gap: 22px;
}

.horizontal-flex.no-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-23 {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.secondary-card {
  grid-column-gap: 12px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 11px;
  text-decoration: none;
  transition: all .8s cubic-bezier(.4, 0, 0, 1);
  display: flex;
  overflow: hidden;
}

.secondary-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 24px -10px #1e1e1e1f;
}

.secondary-card:active {
  transform: scale(.98);
  box-shadow: 0 1px 3px #1e1e1e14;
}

.secondary-card.margin-top-32 {
  margin-top: 32px;
}

.secondary-card.margin-top-32.margin-bottom-32 {
  margin-bottom: 32px;
}

.secondary-card-thumb {
  background-color: #6aca80;
  background-image: url('../images/Home-research.png'), url('../images/Noise.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  width: 25%;
}

.secondary-card-thumb:hover {
  transform: translate(0);
}

.secondary-card-thumb.heading-image {
  background-image: url('../images/creature-full.png'), url('../images/Noise.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
  border-radius: 11px;
  width: 100%;
  height: 100%;
  min-height: 150px;
}

.secondary-card-thumb.funding-item-bg-1 {
  background-color: #bfadab;
}

.secondary-card-thumb.treaty-bg {
  background-image: url('../images/treaty.jpeg'), url('../images/Noise.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.secondary-card-thumb.commonspoly-bg {
  background-image: url('../images/Commonspoly_elements2-1-1120x747.jpg'), url('../images/Noise.png');
}

.secondary-card-thumb.commonspoly-bg.small-card-thumb {
  width: 25%;
  height: auto;
}

.secondary-card-thumb.treaty-bg-2 {
  background-image: url('../images/Screenshot-2023-02-10-at-09.00.19.png'), url('../images/Noise.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 40vh;
}

.secondary-card-thumb.hologram-bg {
  background-image: url('../images/Screenshot-2023-02-10-at-09.04.18.png'), url('../images/Noise.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 40vh;
}

.secondary-card-thumb.refuge-bg {
  background-image: url('../images/Screenshot-2023-02-10-at-09.05.35.png'), url('../images/Noise.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 40vh;
}

.secondary-card-thumb.view-from-window-bg {
  background-image: url('../images/Screenshot-2023-02-10-at-09.08.25.png'), url('../images/Noise.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 40vh;
}

.secondary-card-thumb.commonspoly-bg {
  background-image: url('../images/Screenshot-2023-02-10-at-09.11.59.png'), url('../images/Noise.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 40vh;
}

.secondary-card-thumb.open-forest-bg {
  background-image: url('../images/Screenshot-2023-02-13-at-17.30.20.png'), url('../images/Noise.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 40vh;
}

.secondary-card-thumb.repro-bg {
  background-image: url('../images/Screenshot-2023-02-10-at-10.39.09.png'), url('../images/Noise.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 40vh;
}

.secondary-card-thumb.mybiocont-bg {
  background-image: url('../images/Screenshot-2023-02-13-at-17.29.35.png'), url('../images/Noise.png');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 40vh;
}

.secondary-card-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding: 12px;
  display: flex;
}

.small-text {
  text-align: left;
  font-size: 14px;
  line-height: 130%;
}

.small-text.opacity-65 {
  opacity: .65;
}

.small-text.opacity-65.margin-bottom-12 {
  margin-bottom: 12px;
}

.small-text.opacity-65.margin-bottom-12.align-center, .small-text.opacity-65.align-center {
  text-align: center;
}

.disclaimer {
  text-align: left;
  flex: 1;
  font-size: 12px;
  line-height: 130%;
}

.black-text {
  color: var(--black);
}

.tag {
  background-color: #1e1e1e14;
  border-radius: 25px;
  padding: 4px 8px 3px;
  font-size: 14px;
}

.tag.research {
  background-color: var(--gold);
  align-self: center;
  padding: 6px 12px;
}

.tag.yellow {
  background-color: var(--gold);
}

.tag.black {
  background-color: var(--black);
  color: var(--white);
  font-family: Helvetica Neue Roman, sans-serif;
  font-weight: 400;
}

.tag.cyan {
  background-color: var(--dark-turquoise);
  color: var(--white);
}

.tag.purple {
  background-color: var(--purple);
  color: var(--white);
  font-family: Helvetica Neue Roman, sans-serif;
  font-weight: 400;
}

.tag.red {
  background-color: var(--tomato);
  color: var(--white);
}

.pathway-item-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.pathway-item-description.align-left {
  align-items: flex-start;
}

.pathway-item-left {
  width: 65%;
}

.pathway-item-left.horizontal-flex-wrap {
  width: 65vw;
}

.pathway-item-left.horizontal-flex-wrap.justify-center {
  justify-content: center;
}

.pathway-item-left.horizontal-flex-wrap.justify-center.gap-24 {
  grid-column-gap: 24px;
  text-decoration: none;
}

.pathway-item-left.horizontal-flex.justify-center {
  justify-content: center;
  align-items: center;
  width: 65vw;
}

.pathway-item-left.horizontal-flex.justify-center.gap-24 {
  grid-column-gap: 24px;
  max-width: 940px;
  font-family: Helvetica Neue Roman, sans-serif;
  font-weight: 400;
}

.pathway-item-right {
  width: 67%;
  margin-left: 30%;
}

.pathway-item-right.horizontal-flex-wrap {
  width: 65vw;
}

.pathway-item-right.horizontal-flex-wrap.justify-center {
  justify-content: center;
}

.pathway-item-right.horizontal-flex-wrap.justify-center.gap-24 {
  grid-column-gap: 24px;
  max-width: 940px;
  margin-left: 20%;
  font-family: Helvetica Neue Roman, sans-serif;
  text-decoration: none;
}

.pathway-item-right.horizontal-flex.justify-center {
  justify-content: center;
  align-items: center;
}

.pathway-item-right.horizontal-flex.justify-center.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 65vw;
  max-width: 940px;
}

.pathway-item-number {
  justify-content: center;
  align-self: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.text-container {
  color: #1e1e1e;
  background-color: #ffffffa6;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  font-size: 22px;
  line-height: 140%;
  display: flex;
}

.align-middle {
  flex: 0 auto;
  align-self: center;
}

.max-768 {
  max-width: 768px;
}

.article-body {
  color: #1e1e1e;
  font-style: normal;
  text-decoration: none;
}

.article-body h4 {
  margin-top: 24px;
}

.article-body img {
  object-fit: fill;
  border-radius: 11px;
  width: 768px;
  min-width: 100%;
  max-width: 768px;
  display: block;
}

.article-body figcaption {
  color: #1e1e1ea6;
  font-size: 14px;
  font-style: normal;
  line-height: 120%;
}

.article-body li {
  color: #1e1e1ecc;
}

.article-body a {
  transition: all .2s;
}

.article-body a:hover {
  color: #1e1e1ea6;
  text-decoration: none;
}

.article-body.padding-top-12 {
  padding-top: 12px;
}

.slide-container {
  background-color: var(--black);
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.slide-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.slide-item {
  opacity: 1;
  background-color: #0000;
  border-radius: 16px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.empty-state-3 {
  background-color: #0000;
}

.quote-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.link-card {
  color: #2b3d7a;
}

.link-card.external.white-translucent-bg-92 {
  background-color: #ffffffeb;
}

.link-card.external.white-translucent-bg-92.rounded-11 {
  border-radius: 11px;
}

.link-card.external.white-translucent-bg-92.rounded-11.padding-12 {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  line-height: 140%;
  text-decoration: none;
  transition-property: all;
  transition-duration: .25s;
  display: block;
}

.link-card.external.white-translucent-bg-92.rounded-11.padding-12:hover {
  background-color: #fffffffc;
  transform: scale(1.03);
}

.link-card.external.white-translucent-bg-92.rounded-11.padding-12:active {
  background-color: #ffffffbf;
  transform: scale(.97);
}

.slide-tip-title {
  color: #ffffffa6;
  flex: none;
  min-width: 12px;
}

.text-block-14 {
  color: #1e1e1e;
  font-size: 18px;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cover-slide-background {
  z-index: 1;
  background-image: url('../images/creature-full.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.link-container {
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  inset: auto 0% 0%;
}

.quote-text {
  letter-spacing: -.04ch;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.story-title {
  color: #fff;
  letter-spacing: -.04ch;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
}

.next-slide-container {
  color: #fff;
  background-image: url('../images/creature-full.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 370px;
  text-decoration: none;
  transition: all .4s, opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.next-slide-container:hover {
  filter: brightness(110%);
  color: #fff;
  transform: scale(1.05);
}

.next-slide-container:active {
  filter: brightness(90%);
  transform: scale(.95);
}

.slide-item-wrapper {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 390px;
  height: 744px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-item-wrapper.slide-1 {
  background-image: url('../images/2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-tip-text {
  color: #fff;
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.slide-background {
  z-index: 1;
  background-image: url('../images/creature-full.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.slide-background.slide-1 {
  background-image: url('../images/2.jpg');
  background-size: cover;
}

.slide-background.slide-0 {
  background-image: url('../images/1.jpg');
  background-size: cover;
}

.slide-background.slide-2 {
  background-image: url('../images/3.jpg');
  background-size: cover;
}

.slide-background.slide-4 {
  background-image: url('../images/4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-background.slide-5 {
  background-image: url('../images/5.jpg');
  background-size: cover;
}

.inner-swipe {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.copy-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.end-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-internal-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.slide-prev.mobile-prev {
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-prev.desktop-arrow {
  z-index: 5;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  background-color: #fff0;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #fffc;
  padding-right: 10px;
  transform: scale(1.05)translate(0, -50%);
}

.slide-prev.desktop-arrow:active {
  background-color: #fff6;
  padding-right: 0;
  transform: scale(.98)translate(0, -50%);
}

.slide-next.mobile-next {
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-next.desktop-arrow {
  z-index: 5;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  background-color: #fff0;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #fffc;
  padding-left: 10px;
  transform: scale(1.05)translate(0, -50%);
}

.slide-next.desktop-arrow:active {
  background-color: #fff6;
  padding-left: 0;
  transform: scale(.98)translate(0, -50%);
}

.quote-attribution {
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.end-slide-background {
  z-index: 1;
  opacity: .4;
  filter: blur(16px);
  background-image: url('../images/creature-full.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.slide-main-text {
  color: var(--white);
  font-family: Helvetica Neue Roman, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 130%;
}

.horizontal-flex-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.horizontal-flex-2.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.story-card-link-title {
  z-index: 3;
  text-align: center;
  width: 92%;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  position: relative;
}

.tip-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid #ffffffa6;
  border-radius: 11px;
  align-items: stretch;
  padding: 10px;
  display: flex;
}

.title-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slide-secondary-text {
  color: #fff;
  font-size: 18px;
  line-height: 140%;
}

.next-slide-background {
  z-index: 1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/creature-full.png'), radial-gradient(circle, #000, #25666f);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-clip: border-box;
  border-radius: 15px;
  position: absolute;
  inset: 0%;
}

.slide-content {
  z-index: 3;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  object-fit: cover;
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.slide-overlay-color {
  z-index: 2;
  opacity: .45;
  background-color: #0e465a;
  border-radius: 15px;
  position: absolute;
  inset: 0%;
}

.bold-text {
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
}

.bold-text-2, .bold-text-3 {
  font-weight: 500;
}

.heading-6 {
  width: 100%;
}

.heading-6.opacity-65 {
  opacity: .65;
}

.label {
  color: #1e1e1ea6;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.label.black {
  color: var(--black);
  text-decoration: none;
}

._9d-item {
  border: 1px solid #1e1e1e1f;
  border-radius: 11px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 0 12px;
  text-decoration: none;
  display: flex;
}

._9d-item.no-border {
  border-width: 0;
  flex: 1;
  align-items: flex-start;
}

._9d-item.max-200 {
  max-width: 200px;
  max-height: 240px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top-bottom-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-block-15 {
  color: #1e1e1ecc;
  flex: 1;
}

.figure {
  color: #1e1e1e80;
  text-align: right;
  font-size: 14px;
}

.figure.image-ref {
  color: #1e1e1ea6;
  margin-bottom: 8px;
  margin-right: 8px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.figure.image-ref.white-text {
  color: var(--white);
}

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

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

.stroke-highlight-paragraph {
  color: #1e1e1ecc;
  text-align: left;
  border: 1px solid #1e1e1e1f;
  border-radius: 11px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 24px;
  padding: 24px;
  font-family: Helvetica Neue Medium, sans-serif;
  text-decoration: none;
  display: block;
}

.stroke-highlight-paragraph.no-border {
  border-width: 0;
  flex: 1;
}

.stroke-highlight-paragraph.max-200 {
  max-width: 200px;
  max-height: 240px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq-p {
  background-color: #0000;
  border: 1px solid #1e1e1e1f;
  border-radius: 11px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-answer {
  margin-bottom: 24px;
}

.faq {
  background-color: var(--black);
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 80px;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-right: 50px;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-answer-img {
  width: 100%;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-container {
  margin-top: 24px;
  margin-bottom: 24px;
}

.toggle-text {
  z-index: 2;
  position: relative;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 24px 24px 12px;
}

.heading-7, .heading-8 {
  font-weight: 500;
}

.story-viewer {
  color: #fff;
  height: 100%;
  font-family: Helvetica Neue Roman, sans-serif;
  line-height: 120%;
}

.image-26 {
  opacity: .65;
  width: 18px;
  height: 30px;
}

.text-block-16 {
  color: var(--tomato);
  font-family: Helvetica Neue Roman, sans-serif;
  font-weight: 400;
}

.hidden {
  display: none;
}

.heading-9 {
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
}

.opacity-65 {
  opacity: .65;
}

.opacity-65.weight-400 {
  font-family: Helvetica Neue Roman, sans-serif;
}

.link-block {
  align-items: center;
  display: flex;
}

.flip-vertical {
  transform: rotate(180deg);
}

.back-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.back-button.space-between {
  flex-wrap: wrap;
  justify-content: space-between;
}

.back-button.space-between.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.back-button.space-between.no-wrap {
  flex-wrap: nowrap;
}

.back-button.space-between.no-wrap.gap-24 {
  grid-column-gap: 24px;
}

.back-button.space-between.gap-24 {
  grid-column-gap: 22px;
}

.back-button.no-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-17 {
  font-size: 16px;
  font-weight: 500;
}

.large-card {
  background-color: #0000;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.full-image {
  width: 100%;
  height: auto;
  margin-top: 12px;
  margin-bottom: 12px;
}

.full-image.align-center {
  text-align: center;
}

.byline {
  color: #1e1e1ea6;
  text-align: left;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.floating-element {
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.floating-creature {
  width: 200px;
  margin: -13px -24px -5px -50px;
}

.floating-element-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--white);
  background-color: #1e1e1ed1;
  border-radius: 128px;
  align-items: center;
  padding: 8px 16px 8px 8px;
  line-height: 120%;
  text-decoration: none;
  transition: all .6s cubic-bezier(.4, 0, 0, 1);
  display: flex;
  box-shadow: 0 6px 24px #0000002e;
}

.floating-element-link.creative-practice-bg {
  background-color: #6638b6d1;
}

.floating-element-link-container {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 300px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h3, h4 {
    text-align: left;
  }

  .intro-header {
    align-items: flex-start;
    width: 92%;
    padding: 24px;
  }

  .skew-slide-up-delay-0.paragraph-large {
    font-size: 24px;
  }

  .intro-text {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
  }

  .intro-text.space-between.gap-24 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .intro-content.cc-homepage {
    text-align: left;
  }

  .noise-bg.fixed {
    width: 100%;
  }

  .title-and-text-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 92vw;
  }

  .div-block-12 {
    position: static;
  }

  .paragraph-large {
    text-align: left;
    font-size: 28px;
  }

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

  ._80vw {
    width: 92vw;
    max-width: 92vw;
  }

  .paragraph-large-2 {
    text-align: left;
    font-size: 28px;
  }

  .paragraph-large-2.centered-text {
    text-align: center;
  }

  .heading-2 {
    font-size: 48px;
  }

  .text-segment {
    font-size: 56px;
  }

  .half-page-left {
    width: 46vw;
    margin-right: 46vw;
  }

  .horizontal-flex-wrap {
    flex-flow: wrap;
    width: 100%;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-item {
    text-align: center;
    background-color: #0000;
    padding: 24px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #0000;
  }

  .navigation-item:active {
    background-color: #2b3d7a0a;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-items {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #fffffff2;
    width: 100%;
    margin-top: 0;
    box-shadow: 0 40px 64px -20px #1e1e1e52;
  }

  .navigation-wrap {
    background-color: #0000;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-icon {
    display: block;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .no-margin {
    text-align: left;
    font-size: 28px;
  }

  .no-margin.opacity-65 {
    font-size: 22px;
  }

  .bobble {
    border-radius: 16vw;
    width: 31vw;
    height: 31vw;
  }

  .bobble.research-bg.heading-bobble {
    border-radius: 40vw;
    width: 40vw;
    height: 40vw;
  }

  .bobble.research-item-bg-1.heading-image-1 {
    min-height: 25vh;
  }

  .bobble.cp-item-bg-4.heading-image-4, .bobble.funding-item-bg-1.heading-item {
    min-height: 150px;
  }

  .footer-nav {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-flex-container {
    flex: 1;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .pathway-item-left {
    width: 100%;
  }

  .pathway-item-left.horizontal-flex-wrap.justify-center.gap-24 {
    grid-column-gap: 12px;
    width: 100%;
  }

  .pathway-item-left.horizontal-flex {
    align-items: center;
  }

  .pathway-item-left.horizontal-flex.justify-center {
    justify-content: center;
  }

  .pathway-item-left.horizontal-flex.justify-center.gap-24 {
    width: 100%;
  }

  .pathway-item-right.horizontal-flex-wrap.justify-center.gap-24 {
    width: 100%;
    margin-left: 0%;
  }

  .pathway-item-right.horizontal-flex.justify-center.gap-24 {
    width: 100%;
    max-width: 940px;
    margin-left: 0%;
  }

  .bobble-icon {
    width: 64px;
  }

  .inner-swipe {
    display: none;
  }

  .horizontal-flex-2.gap-0.align-middle {
    opacity: 0;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 26px;
  }

  blockquote {
    font-size: 18px;
    line-height: 140%;
  }

  .overflow-hidden.heading-jumbo {
    line-height: 110%;
  }

  .intro-text.gap-24 {
    width: 92%;
  }

  .intro-content {
    width: 80%;
  }

  .paragraph-large {
    font-size: 24px;
  }

  ._80vw {
    width: 92vw;
    max-width: 92vw;
  }

  .paragraph-large-2 {
    font-size: 24px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .text-segment {
    letter-spacing: -.05ch;
    font-size: 32px;
    line-height: 100%;
  }

  .two-thirds-left, .two-thirds-left.horizontal-flex-wrap {
    width: 100%;
  }

  .two-thirds-right.horizontal-flex-wrap {
    width: auto;
    margin-left: 0;
  }

  .half-page-left {
    width: 92vw;
    margin-right: 0;
  }

  .home-section-wrap {
    align-content: flex-start;
    overflow: auto;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-link {
    padding-left: 0;
  }

  .no-margin {
    font-size: 30px;
  }

  .no-margin.padding-left-20 {
    display: none;
  }

  .bobble {
    border-radius: 23vw;
    width: 44vw;
    height: 44vw;
  }

  .bobble.research-bg.heading-bobble {
    width: 50vw;
    height: 50vw;
  }

  .footer-base {
    margin-top: 24px;
  }

  .footer-flex-container {
    flex: 0 auto;
  }

  .footer {
    padding: 40px 0 0;
  }

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

  .small-text.opacity-65.align-center {
    display: none;
  }

  .section-header {
    flex-direction: column;
    display: flex;
  }

  .pathway-item-left, .pathway-item-left.horizontal-flex-wrap {
    width: 100%;
  }

  .pathway-item-right.horizontal-flex-wrap {
    width: auto;
    margin-left: 0;
  }

  .article-body.padding-top-12 {
    font-size: 18px;
    line-height: 130%;
  }

  .slide-wrapper {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-item {
    border-radius: 15px;
    width: 100vw;
    height: 100%;
    transform: scale(1);
  }

  .content-wrapper {
    object-fit: cover;
  }

  .cover-slide-background {
    border-radius: 15px;
  }

  .slide-item-wrapper {
    border-radius: 0;
    width: 100vw;
    height: 100%;
  }

  .slide-background {
    border-radius: 15px;
  }

  .inner-swipe {
    z-index: 3;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .slide-prev.desktop-arrow {
    background-color: #ffffff8c;
  }

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .slide-next.desktop-arrow {
    background-color: #ffffff8c;
  }

  .end-slide-background {
    border-radius: 15px;
  }

  .slide-content {
    z-index: 4;
  }

  ._9d-item {
    min-width: 30%;
    max-width: none;
  }

  ._9d-item.no-border {
    min-width: 50%;
  }

  .text-block-15 {
    flex: 0 auto;
    font-size: 18px;
    line-height: 130%;
  }

  .stroke-highlight-paragraph {
    padding: 16px 12px;
  }

  .faq-img {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
  }

  .faq-body-cont {
    padding: 12px;
  }

  .floating-element {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 18px;
    line-height: 140%;
  }

  .intro-header {
    width: 96%;
    padding: 12px;
  }

  .overflow-hidden.heading-jumbo {
    line-height: 100%;
  }

  .overflow-hidden.section-heading {
    font-size: 32px;
  }

  .overflow-hidden.section-heading.tight-rows {
    margin-bottom: 0;
  }

  .skew-slide-up-delay-0 {
    line-height: 110%;
  }

  .skew-slide-up-delay-0.paragraph-large {
    font-size: 22px;
  }

  .intro-text.gap-24 {
    width: 92%;
  }

  .left-heading-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .title-and-text-grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-areas: "Area";
    grid-auto-flow: row;
    display: flex;
  }

  .div-block-12 {
    position: static;
  }

  .paragraph-large, .paragraph-large-2 {
    text-align: left;
    font-size: 24px;
  }

  .heading-2.white-text.skew-slide-up-delay-0.no-margin, .heading-2.white-text.skew-slide-up-delay-1.no-margin {
    font-size: 36px;
  }

  .text-segment {
    margin-bottom: 0;
    padding-bottom: 2px;
    line-height: 100%;
  }

  .two-thirds-right {
    width: 100%;
    margin-left: 0%;
  }

  .home-section-wrap {
    margin-bottom: 24px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .menu {
    margin-left: 15px;
  }

  .logo-image {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

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

  .no-margin {
    font-size: 26px;
  }

  .bobble {
    border-radius: 46vw;
    width: 91vw;
    height: 91vw;
  }

  .bobble.research-bg.heading-bobble {
    width: 70vw;
    height: 70vw;
  }

  .bobble.research-item-bg-1, .bobble.research-item-bg-2, .bobble.research-item-bg-3, .bobble.research-item-bg-4, .bobble.research-item-bg-5, .bobble.research-item-bg-6, .bobble.policy-item-bg-1, .bobble.policy-item-bg-2, .bobble.policy-item-bg-3, .bobble.policy-item-bg-4, .bobble.policy-item-bg-5, .bobble.cp-item-bg-1, .bobble.cp-item-bg-2, .bobble.cp-item-bg-3, .bobble.cp-item-bg-4, .bobble.cp-item-bg-5, .bobble.cp-item-bg-6, .bobble.cp-item-bg-4, .bobble.funding-item-bg-1, .bobble.funding-item-bg-2, .bobble.policy-item-bg-3, .bobble.policy-item-bg-4, .bobble.cp-item-bg-7, .bobble.cp-item-bg-8, .bobble.cp-item-bg-8 {
    width: 50vw;
    height: 50vw;
  }

  .footer-nav {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }

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

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

  .form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: flex-start;
    width: 100%;
  }

  .white.no-margin {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .inline-form {
    grid-row-gap: 12px;
    flex-direction: column;
    width: 100%;
  }

  .horizontal-flex {
    align-items: stretch;
  }

  .section-header {
    flex-direction: column;
    align-self: center;
    display: flex;
  }

  .pathway-item-description {
    order: 1;
    width: 100%;
  }

  .pathway-item-left.horizontal-flex.justify-center.gap-24 {
    flex-direction: column;
  }

  .pathway-item-right {
    width: 100%;
    margin-left: 0%;
  }

  .pathway-item-right.horizontal-flex-wrap.justify-center.gap-24 {
    flex-direction: column;
    align-items: center;
  }

  .pathway-item-right.horizontal-flex.justify-center.gap-24 {
    flex-direction: column;
  }

  .pathway-item-number {
    order: -1;
  }

  .text-container {
    padding: 24px 12px;
  }

  .article-body li {
    font-size: 18px;
    line-height: 140%;
  }

  .slide-container {
    height: 100%;
  }

  .slide-wrapper {
    width: 100%;
    height: 100%;
  }

  .inner-swipe {
    position: absolute;
  }

  .horizontal-flex-2 {
    align-items: stretch;
  }

  .stroke-highlight-paragraph {
    padding: 8px;
    font-size: 18px;
    line-height: 140%;
  }

  .faq-p {
    font-size: 18px;
    line-height: 140%;
  }

  .faq-img {
    display: block;
  }

  .back-button {
    align-items: center;
  }
}

#w-node-d26bb8bd-0168-40c5-48af-4223e025cddd-3d56b078, #w-node-d26bb8bd-0168-40c5-48af-4223e025cddd-6356b079, #w-node-d26bb8bd-0168-40c5-48af-4223e025cddd-f756b07a, #w-node-d26bb8bd-0168-40c5-48af-4223e025cddd-4e56b07b, #w-node-d26bb8bd-0168-40c5-48af-4223e025cddd-6456b07c, #w-node-d26bb8bd-0168-40c5-48af-4223e025cddd-c956b07d, #w-node-d26bb8bd-0168-40c5-48af-4223e025cddd-b956b07e, #w-node-d26bb8bd-0168-40c5-48af-4223e025cddd-f156b07f, #w-node-d26bb8bd-0168-40c5-48af-4223e025cddd-1156b080 {
  place-self: center start;
}


@font-face {
  font-family: 'Helvetica Neue Medium Italic';
  src: url('../fonts/HelveticaNeueMediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Italic';
  src: url('../fonts/HelveticaNeueItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Roman';
  src: url('../fonts/HelveticaNeueRoman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Bold';
  src: url('../fonts/HelveticaNeueBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Bold Italic';
  src: url('../fonts/HelveticaNeueBoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url('../fonts/HelveticaNeueMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}