:root {
  --black: #0d0d0e;
  --white: white;
  --gainsboro: #d1d1d1;
  --silver: #c4c4c4;
  --medium-violet-red: #d400b3;
  --black-2: #262627;
  --dim-grey: #676767;
}

.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-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;
  -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-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(--black);
  color: var(--white);
  letter-spacing: 1px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Paytone One, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 100px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Paytone One, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Paytone One, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Paytone One, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--gainsboro);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

a {
  text-decoration: underline;
}

ul, ol {
  color: var(--silver);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 36px;
}

blockquote {
  border-left: 3px solid var(--medium-violet-red);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 6%;
  display: flex;
  position: relative;
}

.section.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 94vh;
  max-height: 1000px;
  padding-top: 14vh;
  padding-bottom: 14vh;
}

.section.light-black-bg {
  background-color: #000;
  padding-top: 10vh;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.section.light-black-bg.full-width {
  padding: 0 0% 150px;
  overflow: hidden;
}

.section.bottom {
  padding-bottom: 40px;
}

.section.bottom.change-log {
  min-height: 50vh;
}

.slant {
  z-index: 2;
  background-color: var(--black-2);
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 45%;
  height: 15vh;
  max-height: 180px;
  padding-bottom: 0;
  padding-left: 28px;
  display: flex;
  position: absolute;
  inset: auto auto -1% 0%;
  transform: skew(41deg);
}

.slant._2 {
  height: 25vh;
  position: relative;
}

.slat-fill-in-space {
  background-color: var(--black-2);
  min-width: 70%;
  min-height: 100%;
  margin-left: -40%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-image-wrap {
  background-image: url('../images/E4385AA6-5A60-461B-9A7C-BB5E76F7B83F_1_105_c.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 55%;
  height: 86vh;
  max-height: 900px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.hero-image-slant-wrap {
  background-color: #0d0d0e;
  border: 160px solid #000;
  border-width: 160px 0 80px 120px;
  width: auto;
  height: auto;
  position: absolute;
  inset: auto auto -11% -5%;
  transform: rotate(140deg);
}

.container {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 0;
}

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

.container.flex---start-to-end {
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 20px;
  margin-bottom: -9px;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

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

.hero-heading-subheading-contain {
  z-index: 2;
  width: 55%;
  position: relative;
}

.watch-video-lightbox-link {
  z-index: 3;
  color: var(--white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-left: 0%;
  margin-right: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  transform: skew(-41deg);
}

.play-video-circle {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-top: 10px;
  margin-left: 13px;
  display: flex;
}

.play-icon {
  margin-left: 3px;
}

.right-side-navbar, .left-side-navbar {
  align-items: center;
  display: flex;
}

.hamburger {
  display: none;
}

.home-link.w--current {
  padding-bottom: 0;
  padding-right: 0;
}

.nav-link-text {
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  border-bottom: 1px #f4f5f5;
  justify-content: center;
  align-items: center;
  padding: 6px 6%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-link.w--current {
  color: #fff;
}

.button {
  border: 2px solid var(--medium-violet-red);
  background-color: var(--medium-violet-red);
  color: #fff;
  text-align: center;
  border-radius: 1px;
  padding: 8px 36px;
  font-family: Paytone One, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .35s;
}

.button:hover {
  border-color: var(--medium-violet-red);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #d400b3cc;
}

.button.outlined-pink {
  color: var(--medium-violet-red);
  background-color: #0000;
}

.button.submit {
  margin-top: -1px;
}

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

._40-percent-width {
  width: 40%;
}

.watch-video {
  padding-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 44px;
}

.stat-number {
  text-align: center;
  font-family: Paytone One, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.stat-type {
  text-align: center;
  font-size: 16px;
}

.view-artwork-link-wrap---hero {
  position: absolute;
  inset: auto auto 60px 130px;
}

.view-artwork-link {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #e5e5e521;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.view-artwork-arrow-wrap {
  border: 1px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.arrow-wrap {
  z-index: 2;
  position: relative;
  transform: none;
}

.arrow-wrap.link-block-arrow {
  align-self: auto;
  margin-bottom: 16px;
  transform: rotate(-34deg);
}

.arrow-leg {
  background-color: var(--medium-violet-red);
  width: 20px;
  height: 2px;
}

.arrow-leg.right {
  width: 15px;
  position: relative;
  bottom: -3px;
  left: 8px;
  transform: rotate(-49deg);
}

.arrow-leg.left {
  width: 15px;
  position: relative;
  top: -9px;
  left: 8px;
  transform: rotate(43deg);
}

.circle-letters-wrap {
  color: var(--white);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 0;
  padding-right: 0;
  font-weight: 500;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.letter {
  z-index: 0;
  padding-bottom: 115px;
  position: absolute;
  transform: rotate(0);
}

.letter._2nd {
  transform: rotate(10deg);
}

.letter._3rd {
  transform: rotate(20deg);
}

.letter._4th {
  transform: rotate(34deg);
}

.letter._5th {
  transform: rotate(60deg);
}

.letter._6th {
  transform: rotate(70deg);
}

.letter._7th {
  transform: rotate(80deg);
}

.letter._8th {
  transform: rotate(106deg);
}

.letter._9th {
  transform: rotate(120deg);
}

.letter._10th {
  transform: rotate(130deg);
}

.letter._11th {
  transform: rotate(140deg);
}

.letter._12th {
  transform: rotate(160deg);
}

.letter._13th {
  z-index: 0;
  transform: rotate(180deg);
}

.letter._14th {
  transform: rotate(190deg);
}

.letter._15th {
  transform: rotate(200deg);
}

.letter._16th {
  transform: rotate(215deg);
}

.letter._17th {
  transform: rotate(241deg);
}

.letter._18th {
  transform: rotate(251deg);
}

.letter._19th {
  transform: rotate(261deg);
}

.letter._20th {
  transform: rotate(287deg);
}

.letter._21st {
  transform: rotate(300deg);
}

.letter._22nd {
  transform: rotate(310deg);
}

.letter._23rd {
  transform: rotate(320deg);
}

.letter._24th {
  transform: rotate(340deg);
}

.nav-link-hover-div {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 1px;
}

.art-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.art-grid-row {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
  transform: translate(0%);
}

.art-grid-row._2 {
  z-index: 1;
  transform: none;
}

.art-display-container {
  border: 1px solid var(--white);
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #e5e5e5cc;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  margin-bottom: -150px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.art-display-wrapper {
  z-index: 1;
  height: auto;
  position: relative;
}

.art-display-image {
  z-index: 1;
  background-image: url('../images/VV1_1.png');
  background-position: 0 0;
  background-size: 250px 250px;
  height: 100%;
  position: relative;
}

.art-display-image._2 {
  background-image: url('../images/nischal-masand-rdGF8LPkvoY-unsplash-copy.jpeg');
}

.art-display-image._3 {
  background-image: url('../images/traian-titilincu-kcFE6H7VH2E-unsplash-copy_1traian-titilincu-kcFE6H7VH2E-unsplash copy.webp');
}

.art-display-image._4 {
  background-image: url('../images/omk-qL3XRuXc_Os-unsplash-copy.jpeg');
}

.art-display-image._5 {
  background-image: url('../images/dimitar-belchev-fRBpWLAcWIY-unsplash-copy.jpeg');
}

.art-display-image._6 {
  background-image: url('../images/simon-lee-ynmPY1MLwMs-unsplash-copy_1simon-lee-ynmPY1MLwMs-unsplash copy.webp');
}

.art-display-info-wrapper {
  opacity: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.artist-wrapper {
  display: flex;
}

.artist-circle-image {
  background-image: url('../images/ehimetalor-akhere-unuabona-k6pIO9Xmf70-unsplash-copy.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.artist-circle-image._2 {
  background-image: url('../images/nikita-belov-Xc3vsIQ-sVs-unsplash-copy.jpeg');
  background-position: 50% 30%;
}

.artist-circle-image._3 {
  background-image: url('../images/taylor-deas-melesh-9ru6Vkev-6w-unsplash-copy_1taylor-deas-melesh-9ru6Vkev-6w-unsplash copy.webp');
}

.artist-circle-image._6 {
  background-image: url('../images/nikita-belov-Xc3vsIQ-sVs-unsplash-copy.jpeg');
}

.artist-circle-image._4 {
  background-image: url('../images/cool-fm-96-9-jgSMz2ZLisU-unsplash-copy.jpeg');
}

.artist-circle-image._100px {
  background-image: url('../images/taylor-deas-melesh-9ru6Vkev-6w-unsplash-copy_1taylor-deas-melesh-9ru6Vkev-6w-unsplash copy.webp');
  width: 100px;
  height: 100px;
}

.artist-circle-image._100px._2 {
  background-image: url('../images/karsten-winegeart-CMSGNr8zdUQ-unsplash-copy.jpeg');
}

.artist-circle-image._100px._3 {
  background-image: url('../images/ehimetalor-akhere-unuabona-YmfpGk9bWxE-unsplash-copy.jpeg');
}

.artist-name {
  color: var(--black);
  font-family: Paytone One, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.artist-user-name {
  color: var(--dim-grey);
  font-size: 16px;
}

.artist-info-wrap {
  margin-left: 12px;
}

.art-display-buttons-wrap {
  flex-direction: column;
  display: flex;
}

._20px-height-div-block {
  width: 100%;
  height: 20px;
}

.art-display {
  height: 450px;
  padding: 24px;
  position: relative;
}

._3-column-cards-contain {
  flex-flow: wrap;
  margin-left: -18px;
  margin-right: -18px;
  padding-top: 26px;
  display: flex;
}

._3-colum-card-wrap {
  width: 33.33%;
  margin-bottom: 0;
  padding: 10px;
}

.card {
  background-color: #262627;
  border: 1px solid #e5e5e580;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 275px;
  padding: 36px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-icon-wrap {
  background-color: #0000;
  border: 2px #5255751a;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 70px;
  margin-bottom: 16px;
  display: flex;
}

.card-title {
  color: #fff;
  text-align: center;
  margin-bottom: 7px;
  font-family: Paytone One, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.card-description {
  color: var(--gainsboro);
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.card-corner-line {
  background-color: #e5e5e580;
  width: 200px;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(52px, 29px)rotate(40deg);
}

._20vh-div {
  height: 20vh;
}

.centered {
  text-align: center;
}

.centered.watch-video {
  font-family: Montserrat, sans-serif;
}

._550px-width {
  width: 550px;
  max-width: 50%;
}

.art-grid---2 {
  grid-column-gap: 6vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
}

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

.art-column._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
  position: relative;
  top: -190px;
}

.art-display-wrapper---2 {
  margin-bottom: 80px;
}

.art-info-wrapper---2 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.artist-company {
  color: var(--silver);
  font-size: 16px;
}

.artist-name---2 {
  margin-bottom: 6px;
}

.price {
  color: var(--medium-violet-red);
  font-size: 16px;
  font-weight: 700;
}

.art-display-image---2 {
  background-image: url('../images/VV1.png');
  background-position: 0 0;
  background-size: 1788px 827px;
  height: 450px;
  margin-top: 12px;
  position: relative;
}

.art-display-image---2._2 {
  background-image: url('../images/erick-butler-xRsJkMCUUnA-unsplash-copy.jpeg');
}

.art-display-image---2._3 {
  background-image: url('../images/steve-johnson-2UjheC7FBWQ-unsplash-copy_1steve-johnson-2UjheC7FBWQ-unsplash copy.webp');
}

.art-display-image---2._4 {
  background-image: url('../images/milad-fakurian-58Z17lnVS4U-unsplash-copy.jpeg');
}

.art-display-image---2._5 {
  background-image: url('../images/steve-johnson-UrovDed1w3Q-unsplash-copy_1steve-johnson-UrovDed1w3Q-unsplash copy.webp');
}

.art-display-image---2._6 {
  background-image: url('../images/mo-DP0LMBAIzZQ-unsplash-copy.jpeg');
}

.view-artwork-link-wrap---art-display {
  position: absolute;
  inset: auto 40px 40px auto;
}

.right-aligned-link-wrapper {
  text-align: right;
  justify-content: flex-end;
  display: flex;
  position: relative;
  top: -148px;
}

.link-block {
  color: var(--medium-violet-red);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px 20px 20px 0;
  font-family: Paytone One, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.view-all-artists {
  text-align: left;
  margin-right: 25%;
  padding-top: 90px;
  transform: skew(-41deg);
}

._300px-width {
  width: 300px;
}

.popular-artists-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.popular-artist-header-image {
  background-image: url('../images/simon-lee-ldg40aCeOXo-unsplash-copy_1simon-lee-ldg40aCeOXo-unsplash copy.webp');
  background-position: 50% 30%;
  background-size: cover;
  height: 200px;
  position: relative;
}

.popular-artist-header-image._2 {
  background-image: url('../images/sharan-pagadala-5HkxlQFDgN4-unsplash-copy.jpeg');
  background-position: 50%;
}

.popular-artist-header-image._3 {
  background-image: url('../images/simon-lee-TIt1-W6eFLo-unsplash-copy_1simon-lee-TIt1-W6eFLo-unsplash copy.webp');
  background-position: 50% 25%;
}

.negative-margin-wrap {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  display: flex;
  position: relative;
}

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

.partner-logos-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  margin-top: 90px;
}

.partner-logo-wrap {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #c4c4c433;
  border: 1px solid #e5e5e54d;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  margin: -30px -36px;
  padding: 40px;
  display: flex;
}

.partner-logo-wrap.center {
  z-index: 1;
  position: relative;
}

.newsletter-form-block {
  border-bottom: 5px solid var(--medium-violet-red);
  background-color: var(--black-2);
  width: 100%;
  margin-top: 300px;
  padding: 180px 70px 90px;
  position: relative;
}

.newsletter-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-input-wrapper {
  width: 600px;
  margin-top: 10px;
  display: flex;
}

.large-absolute-image {
  position: absolute;
  inset: -110% auto auto 29%;
}

.text-field {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #c4c4c41a;
  border: 1px solid #e5e5e54d;
  border-right: 1px #e5e5e580;
  height: 50px;
  margin-bottom: 0;
}

.text-field:focus {
  border-top-color: var(--white);
  border-bottom-color: var(--white);
  border-left-color: var(--white);
}

.footer-links-contain {
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.footer-links-wrap {
  margin-left: 24px;
}

.footer-social-wrap {
  color: #2f3033;
  padding-top: 24px;
  padding-bottom: 10px;
  display: flex;
}

.footer-social-wrap.demo-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-home-link {
  margin-bottom: 30px;
}

.footer-home-link.no-bottom-margin {
  margin-bottom: 0;
}

.social-media-link {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #c4c4c433;
  border: 1px solid #e5e5e54d;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  padding: 12px;
  transition: all .3s;
  display: flex;
}

.social-media-link:hover {
  background-color: #fff3;
}

.left-footer {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.copyrights-wrap {
  border-top: 1px solid #e5e5e54d;
  margin-top: 30px;
  padding-top: 40px;
}

.copyrights-text {
  color: #fff;
  text-align: center;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 16px;
}

.copyrights-link {
  color: var(--white);
  text-decoration: none;
}

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

.copyrights-link-2 {
  color: #fff;
  font-size: 16px;
  transition: all .4s;
}

.copyrights-link-2:hover {
  color: #ea4e6e;
  text-decoration: none;
}

._40px-height-div {
  width: 100%;
  height: 40px;
}

.licensing-source-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.bold-text-span {
  font-weight: 700;
  line-height: 35px;
}

.style-block {
  background-color: var(--black-2);
  border: 1px #01060b;
  border-radius: 4px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 24px;
  padding: 45px;
}

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

.color-text-span.bold-text-span {
  color: var(--medium-violet-red);
  text-transform: none;
}

.licensing-link {
  color: var(--medium-violet-red);
  margin-right: 30px;
  font-size: 18px;
}

.image-licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  width: 100%;
  padding-top: 24px;
}

.image-licensing-grid.logos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.button-wrapper {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 30px;
}

.color-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  margin: 20px 0;
  display: flex;
}

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

.color-hex {
  color: #a4a6ad;
  font-weight: 400;
}

.buttons-contain {
  background-color: #0000;
  border: 1px #001a38;
  border-radius: 4px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 30px;
  display: flex;
}

.color {
  color: #01060b;
  background-color: #cfd6e1;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.color._262627 {
  background-color: var(--black-2);
  color: var(--black-2);
  border: 1px solid #a4a6ad29;
}

.color.c4c4c4 {
  background-color: var(--silver);
}

.color._0d0d0e {
  color: var(--black);
  background-color: #01060b;
}

.color.ffffff {
  background-color: var(--white);
}

.color.d400b3 {
  background-color: var(--medium-violet-red);
  border: 1px #a4a6ad29;
}

.color._676767 {
  background-color: var(--dim-grey);
}

.color.e5e5e5 {
  background-color: var(--gainsboro);
}

.colors-contain {
  border-bottom: 1px #9b9b9b4d;
  border-right: 1px #9b9b9b4d;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-links {
  width: 100%;
  padding: 25px;
}

.color-heading {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.slant-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.popular-atists {
  margin-right: 10%;
}

.utility-page-wrap {
  opacity: 1;
  background-image: url('../images/javier-miranda-MrWOCGKFVDg-unsplash-copy.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--black-2);
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  width: auto;
  padding: 80px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.field-label {
  display: none;
}

._404 {
  color: var(--white);
  font-size: 200px;
  line-height: 150px;
}

.nav-menu {
  margin-left: 30px;
}

.hero-heading {
  font-family: Montserrat, sans-serif;
}

.rich-text-block {
  color: #074604;
  width: 80%;
  padding-top: 15px;
}

.grid {
  grid-template-areas: "Area Area-2";
}

.rich-text-block-2 {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: .6rem;
  display: flex;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 68px 24px;
  display: flex;
  position: relative;
}

.project-card-info.border {
  justify-content: center;
  align-items: center;
  padding: 1.8rem;
}

.portfolio-gallery-list {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link-wrapper.project-view-link.top {
  position: absolute;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 45vw;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.project-hover-link-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-image.hide {
  display: none;
}

.text-block {
  margin-bottom: 70px;
}

.page-header {
  opacity: .76;
  color: #af915d;
  flex: none;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  font-size: 12vw;
  font-weight: 400;
  line-height: 1em;
}

.page-header.portfolio {
  color: #fff;
  margin-top: 1.2rem;
}

.portfolio-subtitle {
  color: #12151a;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .8rem;
}

.copy-me {
  background-color: #12151a;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  padding: 7.1rem 3% 4%;
  display: flex;
  overflow: hidden;
}

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

.button-2 {
  text-align: left;
  object-fit: fill;
  position: relative;
  left: 100px;
  right: 100px;
}

.rich-text-block-3 {
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.div-block {
  padding-bottom: 20px;
}

.text-block-2 {
  text-align: center;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
}

.paragraph {
  text-align: left;
  padding-left: 11px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.navbar-3 {
  color: var(--white);
  background-color: #000;
  position: sticky;
  top: 0;
}

.new-nav-link-2 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.new-nav-link-2.font-color {
  color: var(--white);
}

.new-nav-link-selected {
  color: var(--medium-violet-red);
}

.new-nav-link-selected.w--current {
  color: var(--white);
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.new-nav-link-selected.font-colour {
  color: #f07;
}

.nav-menu-2 {
  background-color: #000;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  position: sticky;
}

.rich-text-block-4 {
  font-family: Montserrat, sans-serif;
}

.rich-text-block-4.new-link {
  padding-top: 20px;
  font-size: 0;
}

.div-block-2 {
  justify-content: center;
  align-self: flex-start;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-2.buyers {
  padding-top: 60px;
}

.button-3 {
  background-color: #f07;
  padding-top: 10px;
}

.button-4 {
  background-color: #f07;
  margin-top: 13px;
}

.body-2 {
  background-color: #000;
}

.container-2 {
  background-color: #0000;
}

.button-5 {
  background-color: #2a2c2e8a;
  align-self: flex-end;
  position: static;
}

.div-block-3 {
  padding-top: 40px;
}

.heading {
  font-family: Montserrat, sans-serif;
}

.html-embed {
  padding-left: 6%;
  padding-right: 6%;
}

.text-block-3 {
  color: var(--white);
}

.icon-2 {
  color: #f07;
  background-color: #fff0;
}

.dropdown-toggle {
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link {
  color: #f07;
  background-color: #000;
}

.dropdown-link.w--current {
  color: #f07;
}

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

.image {
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  position: static;
}

.div-block-4 {
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.link-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: flex;
}

.dropdown-wrapper {
  width: 100px;
  height: auto;
  position: relative;
}

.text-block-4 {
  color: #fff;
}

.icon-3 {
  color: #f07;
  -webkit-text-stroke-color: #fff;
}

.dropdown-toggle-2 {
  margin-top: auto;
  position: static;
}

.div-block-6 {
  display: inline-block;
  position: relative;
}

.dropdown-link-2 {
  color: #fff;
  background-color: #000;
}

.dropdown-link-3 {
  color: var(--black);
}

.dropdown-link-3.w--current {
  color: var(--white);
  background-color: #000;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  color: #fffefe;
  -webkit-text-stroke-color: #fff;
  background-color: #fff0;
  margin-left: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.dropdown-pd {
  padding: 40px;
}

.header-logo {
  max-width: 240px;
}

.dropdown-link-4 {
  color: #6e7191;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link-4:hover {
  color: #4a3aff;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-wrapper {
  background-color: #000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.dropdown-toggle-3 {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle-3:hover {
  color: #4a3aff;
}

.hamburger-menu-wrapper {
  padding: 0;
}

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

.header-nav-link {
  color: #fff;
  padding: 0;
}

.header-nav-link:hover {
  color: #4a3aff;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.middle {
  padding-left: 16px;
  padding-right: 16px;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #14142b14;
}

.text-block-5 {
  color: #fff;
}

.navbar-logo-left {
  background-color: #000;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
}

.navbar-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-brand {
  display: none;
}

.nav-menu-wrapper {
  position: sticky;
  top: 0;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #ff0068;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: var(--white);
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current:hover, .nav-link-2.w--current:active {
  color: var(--white);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 9px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #ff0068;
  margin-right: 10px;
  padding-top: 2px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: #000;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff0068;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-6 {
  color: #ff0068;
}

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

.container-4 {
  object-fit: fill;
  position: sticky;
  top: 0;
}

.div-block-7 {
  position: sticky;
  top: 0;
}

.menu {
  z-index: 99;
  background-color: #000;
  position: sticky;
  top: 0;
}

.image-2 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

.heading-2 {
  text-align: center;
  background-color: #282828;
  width: auto;
  padding: 60px 220px;
}

.section {
  flex-flow: column;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.section.rdc {
  display: block;
}

.div-block-10 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.code-embed {
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
}

.text {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.rich-text-block-5 {
  color: var(--white);
}

.code-embed-2, .code-embed-3 {
  margin-bottom: 0;
}

.paragraph-2 {
  padding-bottom: 40px;
}

.heading-3 {
  text-align: center;
}

.image-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.heading-4 {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    margin-left: 18px;
    margin-right: 18px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 68px;
    line-height: 80px;
  }

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

  h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .section {
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.light-black-bg.full-width {
    padding-bottom: 0;
  }

  .container.flex---start-to-end {
    flex-direction: column;
  }

  .hero-heading-subheading-contain {
    width: 100%;
  }

  .watch-video-lightbox-link {
    margin-right: 10%;
  }

  .right-side-navbar {
    flex-direction: row;
    display: flex;
  }

  .navbar-logo {
    max-width: 100%;
  }

  .hamburger {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex;
  }

  .nav-link-text {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .hamburger-line {
    background-color: #fff;
    width: 30px;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
  }

  .navbar {
    padding-left: 4%;
    padding-right: 4%;
  }

  .nav-link {
    color: #292929;
    text-align: left;
    flex-direction: column;
    width: auto;
    margin-bottom: 26px;
    margin-left: 0;
    margin-right: 20px;
    display: block;
  }

  .nav-link.w--current {
    color: #292929;
  }

  .nav-link.footer {
    text-align: center;
  }

  .button {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .stats {
    margin-top: 40px;
  }

  ._40-percent-width {
    text-align: center;
    width: 100%;
  }

  .watch-video {
    font-size: 28px;
    line-height: 40px;
  }

  .circle-letters-wrap {
    width: 200px;
    height: 200px;
  }

  .art-grid-row {
    flex-direction: column;
    display: flex;
  }

  .art-display {
    margin-bottom: 180px;
  }

  ._3-column-cards-contain {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -8px;
    margin-right: -8px;
  }

  ._3-colum-card-wrap {
    width: 70%;
    padding: 8px;
  }

  .card {
    min-height: 240px;
  }

  ._20vh-div {
    height: 80px;
  }

  .centered.watch-video {
    margin-top: 0;
  }

  ._550px-width {
    width: auto;
    max-width: none;
  }

  .art-grid---2 {
    grid-column-gap: 3vw;
    grid-row-gap: 0px;
  }

  .art-column._2 {
    top: -70px;
  }

  .art-display-image---2 {
    height: 400px;
  }

  .right-aligned-link-wrapper {
    top: -114px;
  }

  .view-all-artists {
    margin-right: 0%;
    padding-top: 50px;
  }

  .popular-artist-header-image {
    height: 160px;
  }

  .large-absolute-image {
    left: 14%;
  }

  .footer-links-contain {
    flex-direction: column;
    margin-top: 50px;
  }

  .footer-social-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 26px;
    padding-bottom: 0;
  }

  .social-media-link {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  ._40px-height-div {
    height: 30px;
  }

  .button-wrapper {
    width: 40%;
  }

  .buttons-contain {
    flex-wrap: wrap;
  }

  .popular-atists {
    margin-right: 0%;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: column;
    height: 100vh;
    margin-left: 0;
    padding: 60px;
    display: block;
    inset: 0% auto 0% 0%;
  }

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

  .card-link-text {
    display: none;
  }

  .hover-link-wrapper.project-view-link.top {
    width: 100%;
    height: 100%;
  }

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .hover-link {
    border-style: none;
    border-radius: 0%;
  }

  .page-header {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    font-size: 16vw;
  }

  .copy-me {
    align-items: center;
    min-height: 100%;
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .text-block-2 {
    padding-top: 0;
    font-family: Montserrat, sans-serif;
  }

  .link {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .navbar-3 {
    color: var(--white);
    background-color: #000;
    padding-top: 0;
  }

  .new-nav-link-selected.font-colour {
    text-align: left;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .menu-button-2.w--open {
    background-color: var(--black);
  }

  .button-4 {
    justify-content: center;
    align-self: auto;
    margin-bottom: 63px;
    margin-right: 0;
    display: flex;
  }

  .dropdown-toggle {
    margin-right: 610px;
  }

  .dropdown {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle-2 {
    margin-top: 0;
    padding-left: 20px;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .header-nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

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

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

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #000;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    color: #ff0068;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-link {
    text-align: center;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #000;
  }

  .text-block-6 {
    color: #ff0068;
  }

  .icon-4 {
    color: #ff0096;
  }

  .icon-5 {
    color: #ff0068;
  }

  .section {
    flex-flow: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 58px;
    line-height: 70px;
  }

  p {
    font-size: 18px;
    line-height: 30px;
  }

  .section {
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero {
    height: auto;
    max-height: none;
    padding-top: 90px;
    padding-bottom: 360px;
  }

  .section.light-black-bg {
    padding-top: 1vh;
  }

  .slant {
    width: 80%;
  }

  .slat-fill-in-space._2 {
    margin-left: -36%;
  }

  .hero-image-wrap {
    opacity: 1;
    background-position: 50%;
    background-size: auto 140%;
    width: 100%;
    height: auto;
    max-height: none;
  }

  .watch-video-lightbox-link {
    margin-right: 20%;
  }

  .right-side-navbar {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .navbar-logo {
    max-width: 100%;
  }

  .hamburger {
    margin-left: 6px;
  }

  .home-link {
    text-align: left;
    width: auto;
  }

  .home-link.w--current {
    text-align: left;
  }

  .navbar {
    padding: 8px 4%;
  }

  .button {
    padding: 10px 20px;
    font-size: 18px;
  }

  .stats {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    width: 100%;
    margin-top: 30px;
  }

  .stat-number {
    font-size: 48px;
  }

  .view-artwork-link-wrap---hero {
    inset: auto 50px 20% auto;
  }

  .circle-letters-wrap {
    width: 140px;
    height: 140px;
  }

  .art-display {
    height: 400px;
  }

  ._3-column-cards-contain {
    margin-left: 0;
    margin-right: 0;
  }

  ._3-colum-card-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .card {
    min-height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .art-grid---2 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .art-column._2 {
    width: 100%;
  }

  .right-aligned-link-wrapper {
    top: -133px;
  }

  .view-all-artists {
    padding-top: 20px;
  }

  .popular-artists-grid {
    flex-direction: column;
    display: flex;
  }

  .popular-artist-wrap {
    margin-bottom: 40px;
  }

  .popular-artist-header-image {
    height: 200px;
  }

  .partner-logos-grid {
    width: 80%;
    margin-top: 50px;
  }

  .newsletter-form-block {
    padding: 130px 40px 60px;
  }

  .form-input-wrapper, .form-input-wrapper.password-protection {
    width: 100%;
  }

  .large-absolute-image {
    width: 350px;
    max-width: none;
    top: -332px;
    left: 5.1em;
  }

  .footer-links-contain {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
  }

  .footer-links-wrap {
    margin-top: 18px;
  }

  .footer-social-wrap.demo-4 {
    padding-top: 25px;
  }

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

  .copyrights-link-2 {
    font-size: 14px;
  }

  ._40px-height-div {
    height: 30px;
  }

  .licensing-source-wrap {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }

  .style-block {
    padding: 35px;
  }

  .image-licensing-grid.logos {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slant-wrapper {
    overflow: hidden;
  }

  .popular-atists {
    font-size: 32px;
    display: none;
  }

  .utility-page-content {
    width: 90%;
    margin-left: 13px;
    margin-right: 13px;
    padding: 50px;
  }

  ._404 {
    font-size: 150px;
    line-height: 130px;
  }

  .menu-button {
    padding: 10px;
  }

  .rich-text-block {
    text-align: center;
    width: 100%;
  }

  .card-item {
    width: 95vw;
  }

  .card-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .portfolio-gallery-list {
    flex-wrap: wrap;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .project-item {
    width: 100%;
    height: auto;
  }

  .page-header {
    margin-top: 4.8rem;
    margin-bottom: 1.7rem;
    font-size: 16vw;
  }

  .copy-me {
    padding-left: 0%;
    padding-right: 0%;
  }

  .new-nav-link-selected.font-colour {
    text-align: left;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .menu-button-2.w--open {
    background-color: var(--black);
  }

  .rich-text-block-4.new-link {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-4 {
    margin-bottom: 47px;
    margin-left: -8px;
    margin-right: 0;
  }

  .icon-2 {
    margin-right: -68px;
  }

  .dropdown-toggle-2 {
    padding-left: 20px;
  }

  .header-logo {
    max-width: 220px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    background-color: #fff;
  }

  .hamburger-menu-wrapper {
    color: #fff;
    -webkit-text-stroke-color: #fff;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    background-color: #000;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    color: #ff0068;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-link {
    text-align: center;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .text-block-6 {
    color: #ff0068;
  }

  .icon-4 {
    color: #ff007d;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

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

  .section {
    background-color: #000;
  }

  .slant {
    width: 80%;
  }

  .navbar-logo {
    max-width: 70%;
  }

  .hamburger {
    margin-left: 5px;
  }

  .home-link, .home-link.w--current {
    text-align: left;
  }

  .hamburger-line {
    padding: 0;
  }

  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button {
    padding-left: 14px;
    padding-right: 14px;
  }

  .button.navbar-button {
    display: none;
  }

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

  .watch-video {
    font-size: 20px;
    line-height: 28px;
  }

  .stat-wrap {
    margin-bottom: 24px;
  }

  .circle-letters-wrap {
    width: 130px;
    height: 130px;
  }

  .art-display-info-wrapper {
    flex-direction: column;
  }

  .art-display-buttons-wrap {
    flex-direction: row;
    margin-top: 24px;
  }

  ._20px-height-div-block {
    width: 20px;
  }

  .art-display {
    height: 350px;
  }

  ._3-colum-card-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .card-description {
    text-align: center;
  }

  .view-all-artists {
    margin-right: -30px;
  }

  .newsletter-form-block {
    padding-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .large-absolute-image {
    width: 250px;
    top: -262px;
    left: 4em;
  }

  .footer-links-wrap {
    flex-direction: column;
    display: flex;
  }

  .footer-social-wrap {
    padding-top: 6px;
    padding-bottom: 14px;
  }

  .footer-social-wrap.demo-4 {
    padding-top: 18px;
  }

  .footer-home-link.w--current {
    margin-bottom: 10px;
  }

  .copyrights-link-2 {
    text-align: left;
    display: inline-block;
  }

  .licensing-source-wrap {
    justify-content: flex-start;
  }

  .style-block {
    padding: 20px;
  }

  .image-licensing-grid.logos {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .button-wrapper {
    text-align: center;
    width: 100%;
  }

  .color-wrapper {
    width: 50%;
  }

  .colors-contain {
    justify-content: center;
  }

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

  .utility-page-content {
    padding: 16px;
  }

  ._404 {
    font-size: 100px;
    line-height: 90px;
  }

  .menu-button {
    padding: 8px;
  }

  .hero-heading {
    text-shadow: none;
  }

  .rich-text-block-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .page-header {
    text-align: center;
    width: 100%;
    font-size: 60px;
  }

  .page-header.portfolio {
    margin-top: .3rem;
  }

  .copy-me {
    padding: 4.8rem 0% 4%;
  }

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

  .new-nav-link-selected.font-colour {
    text-align: left;
    margin-left: 0;
  }

  .nav-menu-2, .icon, .menu-button-2 {
    background-color: #000;
  }

  .menu-button-2.w--open {
    background-color: var(--black);
    position: sticky;
  }

  .rich-text-block-4.new-link {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .button-4 {
    margin-bottom: 47px;
    margin-left: -14px;
    margin-right: 0;
  }

  .section-2 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .dropdown-toggle-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .div-block-6 {
    text-align: left;
  }

  .header-logo {
    max-width: 180px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .container-3 {
    max-width: none;
  }

  .navbar-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-menu-two {
    background-color: #000;
    flex-direction: column;
  }

  .nav-link-2 {
    color: #ff0068;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-link {
    text-align: center;
  }

  .menu-button-3 {
    color: #ff006b;
  }

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

  .text-block-6 {
    color: #ff0068;
  }

  .image-2 {
    width: auto;
  }

  .heading-2 {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    left: auto;
    right: auto;
  }

  .div-block-8, .div-block-9, .section-4 {
    max-width: 100%;
  }

  .section {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }
}


