:root {
  --dark-theme: #151515;
  --main-font: neue-haas-grotesk-text, sans-serif;
  --60-white: #fff9;
  --max-width: 1000px;
  --padding: 5vw;
  --white: white;
  --10-white: #ffffff1a;
  --80-white: #fffc;
  --40-white: #fff6;
  --font-family: "DM Mono", sans-serif;
  --4-white: #ffffff0a;
  --textboxmargin: 54px;
  --purple-hightlight: #6902ba99;
  --white-2: white;
  --black: black;
  --20-white: #fff3;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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('../images/webflow-checkbox-checkmark.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

.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, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  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-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

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

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

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

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

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

.body {
  background-color: var(--dark-theme);
  font-family: var(--main-font);
  color: var(--60-white);
  letter-spacing: .2px;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.vertical-content {
  width: 100%;
  height: 95vh;
  max-width: var(--max-width);
  margin-right: var(--padding);
  margin-left: var(--padding);
  position: sticky;
  top: 0;
}

.album-collection {
  perspective: 1000px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.track {
  align-items: center;
  width: 100%;
  height: 400vh;
  overflow: hidden;
}

.each-cover {
  z-index: auto;
  flex: none;
  justify-content: center;
  width: 20vw;
  height: 20vw;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: absolute;
  transform: rotate(0);
  box-shadow: 0 20px 50px #0009;
}

.each-cover.center {
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  box-shadow: 0 20px 100px #0009;
}

.each-cover.r1 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-34deg)rotateZ(0);
}

.each-cover.r2 {
  opacity: 1;
  width: 19vw;
  height: 19vw;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-30deg)rotateZ(0);
}

.each-cover.r3 {
  opacity: 1;
  mix-blend-mode: normal;
  width: 17vw;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-24deg)rotateZ(0);
}

.each-cover.l1 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(34deg)rotateZ(0);
}

.each-cover.l2 {
  opacity: .9;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(30deg)rotateZ(0);
}

.each-cover.l3 {
  opacity: .8;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(24deg)rotateZ(0);
}

.cover-space-in-dom {
  z-index: auto;
  perspective: 1000px;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 12%;
  height: 20vw;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
  transform: translate(0);
}

.cover-space-in-dom:hover {
  z-index: 10;
  position: relative;
}

.cover-space-in-dom.center {
  z-index: 7;
  width: 16%;
  position: relative;
}

.cover-space-in-dom.r1 {
  z-index: 6;
  position: relative;
}

.cover-space-in-dom.r1.hide {
  display: none;
}

.cover-space-in-dom.r2 {
  z-index: 5;
}

.cover-space-in-dom.r2.hide {
  display: none;
}

.cover-space-in-dom.r3 {
  z-index: 4;
  position: relative;
}

.cover-space-in-dom.r3.hide {
  display: none;
}

.cover-space-in-dom.r4 {
  z-index: 3;
  width: 12%;
  position: relative;
}

.cover-space-in-dom.r4.hide {
  display: none;
}

.cover-space-in-dom.r5 {
  z-index: 2;
  width: 10%;
  position: relative;
}

.cover-space-in-dom.r6 {
  width: 6%;
}

.r2 {
  z-index: 0;
  position: relative;
}

.content-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 720px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.content-holder.absolute {
  z-index: 10;
  position: fixed;
  inset: 0% auto auto;
}

.content-holder.sticky {
  padding-bottom: 20px;
}

.content-holder.archive {
  margin-bottom: 100px;
}

.autographbox {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  width: 56px;
  max-width: 74px;
  margin: 8px;
  padding: 10px 10px 6px;
}

.hero-text {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-self: flex-start;
  margin-top: 25vh;
}

.hero-font {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.hero-font.filters {
  display: block;
}

.bold {
  font-weight: 600;
}

.bold.links {
  color: var(--60-white);
  font-weight: 600;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.bold.links:hover {
  color: var(--white);
}

.bold.links:active {
  opacity: .2;
}

.hover-hide {
  text-decoration: underline;
  display: none;
}

.hover-hide.noline {
  text-decoration: none;
}

.projectslist {
  perspective: 1000px;
  flex-direction: row;
  justify-content: center;
  margin: 100px;
  transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
  position: relative;
  top: 0;
}

.projectslist.about {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.project-list {
  perspective: 2000px;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.eachblockofproject {
  background-image: url('../images/webflow-background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.each-item {
  aspect-ratio: 1;
  border: 2px solid var(--10-white);
  border-radius: 0;
  align-self: center;
  width: 40ch;
  max-width: 520px;
  max-height: 520px;
  margin: 4px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  transform: perspective(1000px);
}

.each-item:hover {
  z-index: 6;
  transform: scale(1.03)perspective(1000px);
  box-shadow: 0 0 100px #7a7a7a66;
}

.each-item:active {
  opacity: .6;
  transform: scale(.98)perspective(1000px);
}

@media screen and (min-width: 992px) {
  .project-list > .each-item {
    width: calc(40% - 8px);
    max-width: 416px;
  }
}

.image.margined {
  opacity: .8;
  padding: 20px;
}

.image.lighter.caregraphs {
  margin: -20px;
}

.image.lighter.caregraphs.evolve-design {
  margin-bottom: -40px;
}

.image.lighter.caregraphs.aok {
  width: 60%;
}

.image.lighter.shorter {
  align-self: center;
  width: auto;
  height: 420px;
}

.image.lighter.rpi-flow {
  margin-bottom: -10px;
}

.image.myspine-sensor {
  opacity: .8;
  width: 200px;
}

.image.myspinebtn {
  width: 100px;
}

.top-bar {
  z-index: 10;
  border: 0px solid var(--dark-theme);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #15151566;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 62px;
  padding-top: 10px;
  padding-bottom: 4px;
  position: fixed;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

.tile-texts {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  color: var(--80-white);
  background-color: #0006;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.tile-texts:hover {
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(#0006, #0006);
}

.projectname {
  font-size: 32px;
  line-height: 36px;
}

.tags {
  border: 1px solid var(--40-white);
  font-family: var(--font-family);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 2px 4px;
  font-size: 8px;
  line-height: 12px;
}

.tags:hover {
  color: var(--white);
}

.tags.is-active {
  border-color: var(--dark-theme);
  color: var(--dark-theme);
  background-color: #fff;
}

.tags.nohov {
  cursor: default;
}

.tags.nohov:hover {
  color: var(--60-white);
}

.collection-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
}

.collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tile-sentence {
  font-weight: 300;
}

.topleftaligntile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.filters {
  z-index: 8;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #15151566;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 73px;
}

.hidden {
  display: none;
}

.taglabel {
  margin-bottom: 0;
  padding-left: 0;
}

.tagtext {
  font-family: var(--font-family);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

.tagtext.bright {
  color: var(--white);
}

.tagtext.bright.large {
  font-size: 20px;
}

.tagtext.progress {
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.tagtext.progress:hover {
  color: var(--80-white);
  transform: translate(0, -2px);
}

.form-block {
  margin-bottom: 0;
}

.link {
  z-index: 2;
  color: var(--60-white);
  text-decoration: underline;
}

.link:hover {
  color: var(--white);
  font-weight: 400;
}

.link.no-line {
  text-decoration: none;
  transition: all .2s cubic-bezier(1, 0, 0, 1);
}

.link.no-line.fill {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.linktopage {
  height: 100%;
  color: var(--80-white);
  cursor: none;
  text-decoration: none;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 20vh;
  margin-bottom: 10vh;
  display: flex;
}

.footerface {
  opacity: .4;
  width: 100px;
}

.footertext {
  color: var(--40-white);
  text-align: center;
  font-weight: 300;
}

._60 {
  opacity: .6;
}

.projectherocontainer {
  width: 100%;
  min-height: 90vh;
}

.play-pause-button {
  display: none;
}

.background {
  background-image: linear-gradient(#fff0 74%, #0009);
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 90vh;
  max-height: 90vh;
  display: flex;
}

.background.img {
  z-index: -1;
  opacity: .8;
  filter: brightness(60%);
  background-image: url('../images/webflow-background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  position: relative;
}

.background.img.rpi {
  background-image: url('../images/image-81.png');
}

.background.img.privacy {
  background-image: url('../images/DSCF1500-1.png');
}

.background.img.myspine {
  background-image: url('../images/MySpine.jpg');
}

.background.img.care {
  background-image: url('../images/E808B2C0-ACF3-49DE-A54A-571DEC8E0D24_1_105_c-2.png');
}

.project-hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.projectherotextcontent {
  z-index: 2;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--white);
  text-shadow: 0 2px 5px #000c;
  cursor: pointer;
  border: 1px solid #0006;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.hero {
  text-align: center;
  font-size: 64px;
  line-height: 72px;
}

.copy {
  max-width: 56ch;
  color: var(--40-white);
  font-weight: 400;
}

.copy.center {
  color: var(--80-white);
  text-align: center;
  font-weight: 400;
}

.copy.serifed {
  font-family: Georgia, Times, Times New Roman, serif;
}

.copy.serifed.italicized {
  font-style: italic;
}

.copy.small {
  font-size: 10px;
  line-height: 14px;
}

.copy.shrink {
  padding-top: 4px;
  line-height: 18px;
}

.copy.dark {
  color: var(--dark-theme);
}

.copy.dark.centered {
  text-align: center;
}

.copy.dark.fill {
  width: auto;
}

.copy.dark.fill.topmarg {
  margin-top: 40px;
}

.copy.top-pad {
  margin-top: 19px;
}

.copy.subtitle {
  margin-top: -26px;
  font-size: 14px;
  line-height: 20px;
}

.sectionfilled {
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin-bottom: 80px;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.sectionfilled.nomarg {
  min-height: 34px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.center-page-with-max {
  width: 90vw;
  max-width: var(--max-width);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: baseline;
  padding: 54px;
  display: flex;
}

.center-page-with-max.btmlined {
  border-bottom: 1px solid var(--10-white);
}

.center-page-with-max.btmlined.in-hero {
  z-index: -1;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.center-page-with-max.withbackground {
  background-color: var(--4-white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.center-page-with-max.withbackground.padded {
  padding-top: 60px;
  padding-bottom: 60px;
}

.center-page-with-max.withbackground.padded.half {
  width: 100%;
  height: 100%;
}

.center-page-with-max.center {
  justify-content: center;
}

.center-page-with-max.verticalcenter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.center-page-with-max.verticalcenter.less-space {
  padding: 0;
}

.horizontal {
  max-width: var(--max-width);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.horizontal.spaced {
  width: 100%;
}

.horizontal.fill {
  align-items: stretch;
  width: 100%;
}

.horizontal.shorted {
  max-width: none;
  height: 60%;
}

.horizontal.relative {
  position: relative;
}

.horizontal.flip {
  flex-direction: row-reverse;
}

.highlight {
  color: var(--white);
}

.iphonemock {
  aspect-ratio: auto;
  opacity: .8;
  border-radius: 40px;
  width: 300px;
  height: 600px;
  position: relative;
  top: -386px;
  box-shadow: 0 40px 200px #0006;
}

.iphonemock.status {
  top: 82px;
}

.div-block {
  align-self: center;
  width: 300px;
  height: 300px;
  display: flex;
  overflow: visible;
}

.bigtext {
  color: var(--40-white);
  font-size: 34px;
  font-weight: 500;
  line-height: 48px;
}

.bigtext.serifed {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

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

.commontextblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.asterisktext {
  border-top: 1px solid var(--40-white);
  max-width: 600px;
  color: var(--40-white);
  padding-top: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

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

.asterisktext.dark {
  opacity: .4;
  color: var(--dark-theme);
  text-align: center;
  border-top: 1px solid #0006;
  padding-top: 0;
}

.appicon {
  filter: brightness(90%);
  max-width: 220px;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.appicon:hover {
  filter: brightness();
}

.appicon:active {
  filter: brightness(60%);
}

.appicon.cornered {
  border-radius: 32px;
}

.appicon.cornered:hover {
  box-shadow: 0 20px 60px #0006;
}

.appicon.cornered:active {
  box-shadow: 0 2px 4px #0009;
}

.appicon.privacy {
  background-image: url('../images/Group-225.png');
  background-position: 50%;
  background-size: auto;
}

.half-screen-text {
  max-width: 440px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.iphone-screen-2 {
  z-index: 0;
  object-fit: cover;
  border-radius: 2%;
  width: 89.7%;
  height: 95.7%;
  display: block;
  position: absolute;
  inset: 2.1% auto auto 5.2%;
}

.iphone-shape {
  z-index: 1;
  width: 100%;
  position: relative;
}

.clinkiphone-animation {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-self: center;
}

.section {
  z-index: 1;
  color: #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  display: flex;
  position: relative;
}

.section.hide-over {
  overflow: hidden;
}

.container {
  flex-direction: column;
  justify-content: center;
  width: 84vw;
  max-width: 1200px;
  height: 100%;
  margin: 50px 8vw;
  display: flex;
}

.in-page-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.in-page-content.center {
  justify-content: center;
  align-items: center;
}

.iphone-mockup {
  z-index: 0;
  width: 242px;
  margin-top: var(--textboxmargin);
  margin-bottom: var(--textboxmargin);
  opacity: .8;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iphone-mockup.back {
  z-index: -1;
  transform: rotate(60deg);
}

.div-block-2 {
  justify-content: center;
  max-width: 130ch;
  display: flex;
}

.onesection {
  width: 100%;
  max-width: var(--max-width);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.veritical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 16vh;
}

.veritical.nogap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
  position: static;
}

.veritical.nogap._200 {
  width: 222%;
}

.veritical.static {
  height: auto;
  position: static;
}

.veritical.fill {
  flex: 1;
}

.bentoblock {
  background-color: var(--4-white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.bentoblock.dark {
  background-color: #00000029;
}

.bentoblock.left {
  border: 2px solid var(--10-white);
}

.bentoblock.left.personal {
  border-style: dashed;
  border-color: var(--60-white);
  background-color: var(--dark-theme);
}

.bentoblock.left.fill {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}

.bentoblock.left.fill.filled {
  height: 100%;
}

.bentoblock.padded {
  padding: 20px;
}

.bentoblock.center {
  justify-content: center;
  align-items: center;
}

.bentoblock.light {
  background-color: var(--80-white);
}

.bentoblock.smaller {
  width: 62%;
}

.bentoblock.shorter {
  height: 40vh;
}

.bentoblock.shorter.centered {
  justify-content: center;
}

.bentoblock.white {
  background-color: var(--white);
  opacity: .8;
}

.bentoblock.myspine {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: .8;
  background-color: #fdfdfd;
  align-items: center;
  padding: 20px;
}

.bentoblock.myspine.left {
  align-items: flex-start;
}

.bentoblock.myspine.butns {
  flex-direction: row;
  justify-content: center;
}

.bentoblock.rpi-layers, .bentoblock._100 {
  height: 100%;
}

.bentoblock.image-block {
  justify-content: center;
  align-items: center;
}

.texinbento {
  margin: var(--textboxmargin);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.texinbento.filled {
  width: 80%;
}

.texinbento.less-pad {
  margin: 20px 40px;
}

.texinbento.spaced {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

._100 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._100._80 {
  width: 80%;
}

.line-break {
  background-color: var(--10-white);
  align-self: center;
  width: 80%;
  height: 2px;
}

.lighter {
  opacity: .8;
  width: 100%;
}

.lighter.privacy-layers {
  padding: 40px;
}

.div-block-3 {
  opacity: .8;
  background-color: #f6f4f1;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 80vh;
  padding: 60px 20px 0;
  display: flex;
  overflow: hidden;
}

.image-2 {
  height: 80vh;
}

.smallvideo {
  opacity: .8;
  width: 100%;
  height: 400px;
}

.clinkaigram {
  align-self: center;
  max-height: 80vh;
  margin-top: 100px;
}

.one-column-image {
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.one-column-image.incollection {
  opacity: .8;
  margin-top: 0;
  margin-bottom: 0;
}

.perspective {
  perspective: 100px;
}

.links {
  font-weight: 700;
}

.hidearrow {
  display: none;
}

.video {
  opacity: .8;
}

.heroflex {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
}

.bright {
  color: var(--80-white);
}

.iteration-tracks {
  width: var(--max-width);
  position: relative;
  overflow: scroll;
}

.horizontal-track {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.eachitem {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  opacity: .9;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  height: 60vh;
  padding: 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.eachitem.invert {
  flex-direction: column-reverse;
}

.eachitem.dark {
  background-color: var(--4-white);
  color: var(--80-white);
  justify-content: flex-start;
}

.eachitem.no-gap.care-items {
  justify-content: space-between;
  height: 72vh;
}

.eachitem.myspine {
  justify-content: center;
  height: 420px;
}

.track-block {
  width: 320px;
}

.in-track-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.item-text-block {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  height: 60vh;
  padding: 40px 40px 20px;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.item-text-block:hover {
  opacity: 1;
}

.item-text-block.dark {
  opacity: 0;
  background-color: #0006;
  display: flex;
}

.item-text-block.dark:hover {
  opacity: 1;
}

.item-text-block.care-items {
  justify-content: flex-start;
  height: 72vh;
}

.item-text-block.myspine {
  justify-content: center;
  height: 420px;
  padding-top: 20px;
  display: flex;
}

.videofill {
  flex: none;
  width: 280px;
  height: 564px;
}

.scroll-indicator {
  z-index: 6;
  opacity: .6;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000;
  border-radius: 10px;
  padding: 4px 10px;
  position: absolute;
  bottom: 5vh;
  right: 5vw;
}

.myspine-phone {
  width: 242px;
}

.myspine-mane {
  width: 340px;
}

.homelink.w--current:hover {
  opacity: .6;
}

.homelink.w--current:active {
  opacity: .2;
}

.archive-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.archive-item {
  border-bottom: .5px solid var(--10-white);
  padding: 20px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.archive-item:hover {
  border-bottom-color: var(--40-white);
}

.archive-titles {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.archive-title {
  font-size: 20px;
  line-height: 28px;
}

.arrow {
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
}

.taglist {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.pointer {
  z-index: 1;
  opacity: 0;
  filter: blur(40px);
  background-color: #fff;
  border-radius: 600px;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  margin: 20%;
  display: flex;
  position: absolute;
  inset: auto;
}

.in-box-vert {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.storyboard {
  opacity: .8;
  background-color: #fff;
  border-radius: 10px;
  width: 44%;
}

.each-storyboard-slide {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide {
  opacity: .8;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.storyslides {
  background-color: #0000;
}

.left-arrow.hide, .right-arrow.hide {
  display: none;
}

.care-book {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 40px;
  display: flex;
}

.text-split {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.progress-bar-wrapper {
  z-index: 200;
  width: 100%;
  height: 44px;
  max-width: var(--max-width);
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: fixed;
  bottom: 0;
}

.progress-bar-wrapper:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #15151566;
}

.progress-bar-text {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.bar-wrapper {
  background-color: #0006;
  border-top: 1px solid #0006;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.progress-bar {
  mix-blend-mode: exclusion;
  background-color: #fffc;
  width: 100%;
  height: 10px;
}

.noline {
  text-decoration: none;
}

.progress-text {
  font-family: var(--font-family);
  color: var(--40-white);
  text-transform: uppercase;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.progress-text:hover {
  color: var(--80-white);
  transform: translate(0, -2px);
}

.flow {
  margin: var(--textboxmargin);
  padding-left: 4%;
}

.body-hod {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1a1617;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: eurostile, sans-serif;
  line-height: 180%;
  display: flex;
}

.head {
  background-image: url('../images/image-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 540px;
  min-height: 300px;
}

.hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(#1a161700, #1a1617);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 220px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hod-logo {
  width: 40%;
  max-width: 200px;
}

.head-text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.head-text.sub {
  color: #fff6;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.text-v {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-v.center {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-hoc {
  width: 100%;
  max-width: 540px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-hoc.foot {
  margin-bottom: 100px;
}

.content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.box-outline {
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  padding: 20px;
}

.box-outline.register {
  background-image: url('../images/Mask-group.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 360px;
  display: flex;
}

.decorative {
  color: #ffd200;
  font-size: 12px;
}

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

.big-text {
  color: #fff;
  flex: none;
  font-size: 16px;
  font-weight: 700;
}

.button {
  color: #1a1617;
  background-color: #ffd200;
  border-radius: 8px;
  padding: 8px 10px 6px;
  text-decoration: none;
}

.button.invert {
  color: #ffd200;
  background-color: #1a1617;
  border: 1px solid #ffd200;
  width: 200px;
}

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

.horizontal-c {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text {
  color: #fff;
  font-size: 12px;
  line-height: 160%;
}

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

.text.light {
  color: #fff9;
}

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

.text.fill {
  width: 100%;
}

.vertical-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.vertical-div.center {
  justify-content: flex-start;
  align-items: center;
}

.vertical-div.fill {
  width: 100%;
}

.hori {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hori.fixed {
  width: 300px;
}

.hori.soxial {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.break-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.line {
  background-image: url('../images/Line-3.png');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: 4px;
  display: flex;
}

.line._1 {
  background-image: url('../images/Line-2.png');
  background-position: 0%;
}

.line.end {
  background-color: #ffffff1a;
  background-image: none;
}

.social-blocks {
  max-width: 40px;
  max-height: 40px;
}

.soicial-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .in-page-content {
    position: sticky;
    top: 10vh;
  }

  .text-v {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .section-hoc {
    flex-flow: column;
  }

  .content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .box-outline {
    border: 1px solid #fff3;
    border-radius: 4px;
    padding: 20px;
  }

  .box-outline.register {
    flex-flow: column;
    justify-content: space-between;
  }

  .box-outline.center {
    flex-flow: column;
  }

  .button {
    justify-content: center;
    align-items: center;
  }

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

  .horizontal-c {
    justify-content: space-between;
    align-items: flex-end;
  }

  .text {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .each-item, .linktopage {
    cursor: pointer;
  }

  .horizontal {
    flex-direction: column;
    width: 100%;
  }

  .horizontal.flip {
    flex-direction: column;
  }

  .horizontal.team, .horizontal.nogap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .appicon {
    max-width: 200px;
  }

  .section {
    margin-top: 40px;
  }

  .in-page-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .onesection {
    width: 90vw;
  }

  .veritical {
    position: static;
  }

  .bentoblock.smaller {
    width: 100%;
  }

  .bentoblock.shorter.centered {
    height: auto;
  }

  .iteration-tracks {
    width: 90vw;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    font-size: 48px;
    line-height: 62px;
  }

  .copy.center {
    max-width: 90vw;
  }

  .sectionfilled {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .center-page-with-max {
    flex-direction: column;
    padding: 25px;
  }

  .center-page-with-max.btmlined.in-hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .center-page-with-max.withbackground.padded {
    padding: 25px;
  }

  .center-page-with-max.center {
    justify-content: center;
    align-items: center;
  }

  .center-page-with-max.verticalcenter {
    width: 100vw;
    overflow: hidden;
  }

  .horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .iphonemock {
    top: -364px;
  }

  .bigtext {
    font-size: 24px;
    line-height: 32px;
  }

  .appicon {
    max-width: 180px;
  }

  .veritical.nogap._200 {
    width: auto;
  }

  .texinbento {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin: 25px;
  }

  .clinkaigram {
    margin-top: 40px;
  }

  .storyboard {
    border-radius: 4px;
  }

  .text-split {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 14px;
    line-height: 20px;
  }

  .content-holder {
    width: 90vw;
  }

  .hero-text {
    margin-top: 18vh;
  }

  .hero-font {
    font-size: 22px;
    line-height: 30px;
  }

  .each-item {
    width: 90vw;
  }

  .tile-texts {
    padding: 16px;
  }

  .tags.nohov {
    letter-spacing: 2px;
    font-size: 10px;
  }

  .collection-list {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .topleftaligntile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .tagtext {
    font-size: 10px;
    line-height: 16px;
  }

  ._60 {
    font-size: 12px;
    line-height: 14px;
  }

  .hero {
    font-size: 36px;
    line-height: 42px;
  }

  .copy {
    font-size: 14px;
    line-height: 20px;
  }

  .sectionfilled {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .center-page-with-max.verticalcenter {
    width: 100vw;
  }

  .horizontal.team {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .iphonemock {
    border-radius: 30px;
    width: 200px;
    height: 400px;
    top: -296px;
  }

  .iphonemock.status {
    top: 39px;
  }

  .div-block {
    justify-content: center;
    height: 160px;
  }

  .asterisktext {
    font-size: 10px;
    line-height: 14px;
  }

  .appicon {
    max-width: 50vw;
  }

  .appicon.cornered {
    border-radius: 24px;
    max-width: 100px;
  }

  .container {
    margin: 20px 5vw;
  }

  ._100._80 {
    width: 100%;
  }

  .smallvideo {
    height: 200px;
  }

  .clinkaigram {
    margin-top: 20px;
  }

  .iteration-tracks {
    width: 90vw;
  }

  .eachitem {
    width: 80vw;
    height: 460px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .track-block {
    width: 80vw;
  }

  .item-text-block {
    width: 80vw;
    height: 460px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .videofill {
    width: 220px;
    height: 442px;
  }

  .scroll-indicator {
    display: none;
  }

  .archive-title {
    font-size: 16px;
    line-height: 20px;
  }

  .slide-nav {
    height: 30px;
  }

  .left-arrow {
    margin-left: -16px;
  }

  .right-arrow {
    margin-right: -16px;
  }

  .care-book {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin: 10px 4px 28px;
  }

  .progress-bar-wrapper {
    display: none;
  }

  .body-hod {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #1a1617;
  }

  .head {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .head-text {
    color: #fff;
    text-align: center;
    font-size: 20px;
  }

  .text-v {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .section-hoc {
    flex-flow: column;
  }

  .content {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .box-outline.register {
    flex-flow: column;
    justify-content: space-between;
  }

  .box-outline.center {
    justify-content: center;
    align-items: center;
  }

  .tract-graphics {
    width: 60px;
  }
}

#w-node-_06cd2a93-c9e9-d8b2-ccb0-881dd088eab8-1afd2a67 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_9cae619f-f163-6ce1-d374-da9a9f161290-1afd2a67, #w-node-_8e28e6a0-d495-ebbd-e586-8fb995c03a1c-1afd2a67, #w-node-a650aaa0-34b3-41ef-7392-0326f5e0bffb-79e8ee9c, #w-node-_2a1df3e1-f9e9-2f7c-0679-8067fa9873bf-79e8ee9c, #w-node-_3f2943b7-315f-47ba-8f74-357bc36b1972-79e8ee9c, #w-node-_7f759c36-abb1-a085-4f21-3e2e76c898e5-57d28208, #top.w-node-fe4dc6ab-01e9-4ba4-3293-54a7c9ad7cfa-57d28208, #w-node-df793552-7870-408f-068d-d2a85bd141a0-57d28208, #w-node-df793552-7870-408f-068d-d2a85bd141a3-57d28208, #w-node-d4946392-2a7c-27bf-2550-98a153beeb83-01f17b1d, #top.w-node-fe4dc6ab-01e9-4ba4-3293-54a7c9ad7cfa-01f17b1d, #w-node-_7f759c36-abb1-a085-4f21-3e2e76c898e5-1aae489d, #top.w-node-fe4dc6ab-01e9-4ba4-3293-54a7c9ad7cfa-1aae489d, #w-node-df793552-7870-408f-068d-d2a85bd141a0-1aae489d, #w-node-df793552-7870-408f-068d-d2a85bd141a3-1aae489d, #w-node-_803781d9-079c-036d-b230-398ee688e894-d168e51a, #top.w-node-fe4dc6ab-01e9-4ba4-3293-54a7c9ad7cfa-d168e51a, #w-node-d3f801d3-4cb2-ad0a-f0c8-e5fb79212eba-d168e51a, #w-node-_8259fdb3-89c0-6dfe-0c9d-e02f4a48ad00-d168e51a, #w-node-_8259fdb3-89c0-6dfe-0c9d-e02f4a48ad09-d168e51a, #w-node-_573145aa-d173-7fac-7b1e-18db07978885-d168e51a, #w-node-_573145aa-d173-7fac-7b1e-18db07978887-d168e51a, #w-node-_8d93a3a6-454d-6f38-82b2-037098218fad-d168e51a, #w-node-_8d93a3a6-454d-6f38-82b2-037098218faf-d168e51a, #w-node-ead9b6b0-cf37-3127-6fb7-95e7f624310f-d168e51a, #w-node-ead9b6b0-cf37-3127-6fb7-95e7f6243111-d168e51a, #w-node-_1424e007-f135-55cd-17e1-cabe8a893cce-6bdfe137, #top.w-node-fe4dc6ab-01e9-4ba4-3293-54a7c9ad7cfa-6bdfe137, #w-node-_273cef66-430c-c231-1e48-13f3b6bd12d6-6bdfe137, #w-node-_273cef66-430c-c231-1e48-13f3b6bd12df-6bdfe137, #w-node-_28420300-248b-64b6-cc1e-415baab36ca9-6bdfe137, #w-node-_28420300-248b-64b6-cc1e-415baab36cb0-6bdfe137, #w-node-d38220b7-1226-8a10-f223-7e9fe5f9838b-6bdfe137, #w-node-d38220b7-1226-8a10-f223-7e9fe5f98392-6bdfe137, #w-node-a11384af-f8ed-f0b6-5d60-14f822e9fca7-6bdfe137, #w-node-a11384af-f8ed-f0b6-5d60-14f822e9fcae-6bdfe137, #w-node-b6bc4428-4bf3-8c70-a9f8-0bb5117386b7-6bdfe137, #w-node-b6bc4428-4bf3-8c70-a9f8-0bb5117386be-6bdfe137, #w-node-e87ea790-41dc-fc8f-b9b1-64ce97115f67-6bdfe137, #w-node-e87ea790-41dc-fc8f-b9b1-64ce97115f6e-6bdfe137, #w-node-_9ac5ccd1-62de-ec86-4a38-570964d9179b-6bdfe137, #w-node-_9ac5ccd1-62de-ec86-4a38-570964d917a5-6bdfe137, #w-node-d7604516-8963-9010-3c0e-d3832f6b6bb6-6bdfe137, #w-node-d7604516-8963-9010-3c0e-d3832f6b6bbf-6bdfe137, #w-node-d8f04388-e8b3-bafe-dab5-bcab845ad881-6bdfe137, #w-node-d8f04388-e8b3-bafe-dab5-bcab845ad88b-6bdfe137, #w-node-_19ecf25a-f731-eb84-8593-3f4ecb624348-6bdfe137, #w-node-_19ecf25a-f731-eb84-8593-3f4ecb624353-6bdfe137, #w-node-_2c4fd2e2-6300-303c-6f15-86d55b72a8c8-6bdfe137, #w-node-_2c4fd2e2-6300-303c-6f15-86d55b72a8d3-6bdfe137, #w-node-_30043832-cc49-43b6-209e-45fce0e2c63e-44b6a027, #top.w-node-fe4dc6ab-01e9-4ba4-3293-54a7c9ad7cfa-44b6a027, #w-node-_8cad112e-1e9b-3ea1-9d32-83b38cbfcb03-44b6a027, #w-node-aea31a65-1507-eeb5-24b2-8e5096a34c61-44b6a027, #w-node-b4226e17-c11e-9432-3825-52faa367da2b-44b6a027, #w-node-b4226e17-c11e-9432-3825-52faa367da34-44b6a027, #w-node-c582abb5-71aa-6c16-99c4-b98fce77458c-44b6a027, #w-node-c582abb5-71aa-6c16-99c4-b98fce774595-44b6a027, #w-node-_05f6a061-0331-8ad4-11f0-8967f88bb05a-44b6a027, #w-node-_05f6a061-0331-8ad4-11f0-8967f88bb063-44b6a027, #w-node-_6a6cdf44-f696-e967-b40a-80225c7ec776-44b6a027, #w-node-_6a6cdf44-f696-e967-b40a-80225c7ec77d-44b6a027, #w-node-_35492854-38a2-d8ed-e7d7-8848a449e512-44b6a027, #w-node-_35492854-38a2-d8ed-e7d7-8848a449e519-44b6a027, #w-node-ef432c9c-9208-07d5-2b95-06872f7f8834-44b6a027, #w-node-ef432c9c-9208-07d5-2b95-06872f7f883b-44b6a027, #w-node-b7b13a2c-ea96-7381-7b4a-6bed1728d3e6-44b6a027, #w-node-b7b13a2c-ea96-7381-7b4a-6bed1728d3eb-44b6a027, #w-node-_70bab39a-5ae5-8911-7104-4fd626825016-44b6a027, #w-node-_70bab39a-5ae5-8911-7104-4fd62682501b-44b6a027, #w-node-b9cae851-a2b8-4391-9656-73b15a802cf7-44b6a027, #w-node-b9cae851-a2b8-4391-9656-73b15a802cfc-44b6a027, #w-node-a92d67dc-32eb-8eac-1da0-42370e697bb5-44b6a027, #w-node-a92d67dc-32eb-8eac-1da0-42370e697bbc-44b6a027, #w-node-_68d4cb00-7f4a-0fd6-9983-1fc867be5396-44b6a027, #w-node-_68d4cb00-7f4a-0fd6-9983-1fc867be539d-44b6a027, #w-node-_81a2691b-4595-6f7d-2b4d-7ec556aa742c-44b6a027, #w-node-_81a2691b-4595-6f7d-2b4d-7ec556aa7433-44b6a027, #w-node-_68d4cb00-7f4a-0fd6-9983-1fc867be5387-44b6a027, #w-node-_68d4cb00-7f4a-0fd6-9983-1fc867be538e-44b6a027, #w-node-a0ee0f01-1538-31b1-abee-734742fa38be-44b6a027, #w-node-a0ee0f01-1538-31b1-abee-734742fa38c5-44b6a027, #w-node-a0ee0f01-1538-31b1-abee-734742fa38cd-44b6a027, #w-node-a0ee0f01-1538-31b1-abee-734742fa38d4-44b6a027, #w-node-a0ee0f01-1538-31b1-abee-734742fa38df-44b6a027, #w-node-a0ee0f01-1538-31b1-abee-734742fa38e6-44b6a027, #w-node-ff444f17-8fde-bac4-692b-6a840ab698ec-44b6a027, #w-node-ff444f17-8fde-bac4-692b-6a840ab698f3-44b6a027 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-e87ea790-41dc-fc8f-b9b1-64ce97115f67-6bdfe137 {
    grid-area: 1 / 1 / 2 / 2;
  }
}
