:root {
  --primary-font: Quantico, sans-serif;
  --black: black;
  --white: white;
  --0007c2: #0007c2;
  --yellow: #fcff67;
  --pink: #ff85fa;
  --green: #97ff9b;
  --desktop-width: 85vw;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

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

h1 {
  font-family: var(--primary-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.container {
  flex-flow: column;
  max-width: 100vw;
  padding-left: 0;
  padding-right: 20px;
  line-height: 500px;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  font-weight: 400;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: saturate(44%);
  backdrop-filter: saturate(44%);
  cursor: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #494949;
  flex-flow: row;
  width: 100vw;
  padding: 60px 100px;
  transition: opacity .25s;
  display: flex;
  position: static;
  top: 0;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image {
  width: 50%;
}

.heading-2 {
  font-family: var(--primary-font);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-size: 7.2vw;
  font-weight: 400;
  transition: opacity .2s;
}

.heading-2.slider-title {
  z-index: 1;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vw;
  line-height: 8vw;
  position: absolute;
  inset: 8vw 0% auto;
}

.intro {
  background-color: #0007c2;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.header {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 25.1123px;
  text-decoration: none;
  display: flex;
}

.frame-10 {
  grid-column-gap: 10px;
  border: 3px solid #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 20px;
  text-decoration: none;
  display: flex;
}

.frame-10.open-modal {
  background-image: linear-gradient(to bottom, var(--0007c2), var(--0007c2));
}

.text {
  border-style: none;
  border-width: undefinedpx;
  font-family: var(--primary-font);
  color: #fff;
  text-transform: uppercase;
  border-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  text-decoration: none;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16.36px;
  height: 14.315px;
  text-decoration: none;
  display: flex;
}

.banner-content {
  grid-row-gap: 28px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.new {
  color: #fff;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 97px;
  font-weight: 400;
  line-height: 100px;
  text-decoration: none;
}

.content {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 37px;
  text-decoration: none;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 26px;
  text-decoration: none;
  display: flex;
}

.you-did-it-you-sold-your-business-or-at-least-a-big-chunk-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7vw;
  font-weight: 400;
  line-height: 7vw;
  text-decoration: none;
}

.you-did-it-you-sold-your-business-or-at-least-a-big-chunk-1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 97px;
  font-weight: 400;
  line-height: 100px;
  text-decoration: none;
}

.image-2 {
  width: 120px;
  min-width: 100%;
  height: 120px;
}

.card {
  background-color: var(--yellow);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 280px;
  display: flex;
}

.card.pink {
  background-color: var(--pink);
  position: relative;
}

.card.pink.corner {
  height: 300px;
}

.card.green {
  background-color: var(--green);
  position: relative;
}

.card.green.corner {
  height: 300px;
}

.card.yellow {
  background-color: var(--yellow);
  position: relative;
}

.card.yellow.corner {
  height: 300px;
}

.quick-stack {
  width: var(--desktop-width);
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  object-fit: fill;
  padding: 0;
  position: relative;
}

.section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
}

.h3 {
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 8vw;
  line-height: 8vw;
  display: block;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-family: Quantico, sans-serif;
  font-size: 6vw;
  font-style: normal;
  font-weight: 400;
  line-height: 6vw;
}

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

.heading-4 {
  color: #fff;
}

.heading-5 {
  background-color: #fff;
}

.div-block-3 {
  z-index: auto;
  background-color: #fff;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: -40px auto auto -40px;
  transform: rotate(45deg)perspective(1339px);
}

.div-block-5, .div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.background-video {
  min-width: 100vw;
  min-height: 100vh;
}

.heading-6 {
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: Quantico, sans-serif;
  font-size: 13vh;
  font-weight: 400;
  position: absolute;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.heading-7 {
  opacity: 0;
  margin-top: 220px;
  position: absolute;
  top: auto;
}

.collection-list-wrapper {
  width: 100vw;
  height: 100vh;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.div-block-9 {
  max-width: var(--desktop-width);
}

.banner-content {
  z-index: 1;
  max-width: var(--desktop-width);
  opacity: 1;
  margin-bottom: 7vw;
  position: relative;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.paragraph, .paragraph-2 {
  font-family: Roboto, sans-serif;
}

.body {
  font-family: Roboto Mono, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.8rem;
  overflow: hidden;
}

.heading-8 {
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: 2.6vw;
  font-weight: 400;
  line-height: 2.6vw;
}

.container-3 {
  max-width: var(--desktop-width);
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quantico, sans-serif;
  font-size: 9vw;
  line-height: 9vw;
}

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

.section-welcome {
  padding-top: 15vw;
  padding-bottom: 15vw;
}

.column-2 {
  display: flex;
}

.columns {
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-span {
  box-shadow: inset 0 -20px 0 0 var(--pink);
  border: 0 solid #000;
  line-height: 2.63vw;
  display: inline-block;
}

.text-span-2 {
  box-shadow: inset 0 -20px 0 0 var(--green);
  display: inline-block;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height:auto;
  min-height: 100vh;
  padding: 0;
}

.heading-10 {
  font-family: var(--primary-font);
  color: var(--white);
  text-transform: uppercase;
  font-size: 4vw;
  font-weight: 400;
  line-height: 4.4vw;
}

.heading-11 {
  box-sizing: border-box;
  font-family: var(--primary-font);
  color: var(--white);
  text-transform: uppercase;
  overflow-wrap: normal;
  writing-mode: tb-rl;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.5vw;
  font-weight: 400;
  line-height: 6.5vw;
  display: block;
  position: static;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.button {
  font-family: var(--primary-font);
  text-transform: uppercase;
}

.btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--primary-font);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.btn.btn-black {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
}

.btn.btn-black.open-modal {
  background-color: var(--pink);
  background-image: none;
  width: auto;
  height: auto;
}

.btn.btn-black.open-modal.ml-onclick-form {
  width: 100%;
}

.btn.open-modal {
  background-image: linear-gradient(to bottom, var(--0007c2), var(--0007c2));
  pointer-events: auto;
}

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

.text-block.text-black {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-size: 1.1rem;
}

.cell {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--0007c2);
  justify-content: center;
  align-items: flex-start;
  padding: 60px 140px;
}

.paragraph-3 {
  color: var(--white);
  -webkit-text-stroke-color: #fff;
}

.section-3 {
    height:auto;
  min-height: 100vh;
}

.cell-2 {
  background-color: var(--0007c2);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/our-mission-2.webp');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.div-block-12 {
  aspect-ratio: auto;
  background-color: var(--yellow);
  perspective-origin: 50%;
  transform-origin: 50%;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  height: 50vw;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.ticker-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.text-block-2 {
  font-family: var(--primary-font);
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1vw;
  display: flex;
}

.text-block-2.text-pink {
  color: var(--pink);
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.ticker {
  background-color: var(--green);
  padding-top: 40px;
  padding-bottom: 40px;
}

.ticker.ticker-green {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.ticker.ticker-black {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--black);
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.heading-12 {
  font-family: var(--primary-font);
  text-align: center;
  text-transform: uppercase;
  font-size: 5.75vw;
  font-weight: 400;
  line-height: 7vh;
}

.heading-12.why-join {
  font-size: 7vw;
}

.div-block-14 {
  max-width: var(--desktop-width);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.testimonial-text {
  font-family: var(--primary-font);
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: normal;
  font-size: 2.9vw;
  line-height: 2.6vw;
}

.container-4 {
  max-width: 100vw;
}

.testimonial {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-5 {
  background-color: var(--pink);
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.section-6 {
  background-color: var(--0007c2);
  padding-top: 10vw;
  position: relative;
}

.track {
  height: 240vw;
  position: relative;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.item {
  background-color: var(--0007c2);
  flex: none;
  width: 70vw;
  height: 100vh;
  display: flex;
}

.item.item-3 {
  background-color: var(--green);
}

.item.item-2 {
  background-color: var(--yellow);
}

.scroll-item {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  padding: 10vw 0 10vw 10vw;
  display: flex;
}

.scroll-image.corner {
  border: 0 solid #000;
  width: 50%;
  max-width: 500px;
  height: 100%;
  max-height: 40vw;
  box-shadow: -1px -2px 0 17px #000;
}

.scroll-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-13 {
  font-family: var(--primary-font);
  color: var(--white);
  text-transform: uppercase;
  font-size: 4vw;
  font-weight: 400;
  line-height: 4vw;
}

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

.container-5 {
  max-width: var(--desktop-width);
}

.section-7 {
  background-color: var(--green);
  padding-top: 10vw;
  padding-bottom: 15vw;
}

.paragraph-5 {
  text-align: center;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.div-block-15 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.text-block-3 {
  font-family: var(--primary-font);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.paragraph-6 {
  font-weight: 400;
  line-height: 1.3rem;
}

.cell-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 0 solid #000;
  padding: 0;
}

.feature-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 3px solid #000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 20px 10px;
  display: flex;
}

.feature-card-image {
  width: auto;
  height: 50px;
  display: block;
}

.feature-card-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.feature-card-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.feature-card-column.odd {
  object-fit: fill;
  flex: 0 auto;
}

.feature-card-column.even {
  flex: 0 auto;
  margin-top: 40px;
}

.paragraph-7 {
  padding-left: 10px;
  padding-right: 10px;
}

.section-8 {
  background-color: var(--pink);
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.container-6 {
  max-width: var(--desktop-width);
}

.heading-14 {
  font-family: var(--primary-font);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-size: 7.5vw;
  font-weight: 400;
  line-height: 7.5vw;
}

.paragraph-3-copy {
  color: var(--black);
  -webkit-text-stroke-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
}

.quick-stack-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: center;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.cell-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-4 {
  padding: 60px 0;
}

.link {
  font-family: var(--primary-font);
  color: #000;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  font-size: 1.2vw;
  line-height: 1.2vw;
  text-decoration: none;
}

.container-7 {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.container-8 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  display: flex;
}

.div-block-16 {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 20px 40px;
  display: flex;
}

.section-9 {
  width: 100vw;
}

.fireworks-video {
  z-index: 0;
  border: 3px solid #000;
  width: 80vw;
  height: 80vh;
  position: absolute;
  inset: 0% 0% auto;
}

.banner-video {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.background-video-2 {
  object-fit: contain;
  filter: brightness(.98);
  width: 60vw;
  height: 80vh;
  margin-top: -10vw;
}

.overlay {
  width: 100%;
  height: 100%;
}

.text-block-4 {
  font-size: 1.4vw;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.section-10 {
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.section-10.intro-animation {
  min-width: auto;
  min-height: auto;
  position: relative;
  top: 0;
}

.lottie-animation {
  width: 100vw;
  height: 100vh;
}

.lottie-animation.intro-animation {
  position: absolute;
  top: 0;
}

.code-embed {
  position: relative;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 40px;
  font-size: 1.3rem;
  font-weight: 400;
  position: fixed;
  inset: auto 0% 0%;
}

.modal {
  z-index: 10;
  background-color: #000000b3;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-9 {
  z-index: 2;
  max-width: var(--desktop-width);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
}

.modal-form {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--0007c2), var(--0007c2));
  width: 60%;
  padding: 40px;
  position: relative;
}

.close-modal {
  font-family: var(--primary-font);
  cursor: pointer;
  background-color: #00000070;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-click-outside {
  z-index: 0;
  cursor: pointer;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal-click-outside.close-modal {
  z-index: 1;
}

.paragraph-8 {
  max-width: var(--desktop-width);
  width: auto;
}

.paragraph-8.white {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-8.not-along {
  text-align: center;
  padding-left: 140px;
  padding-right: 100px;
}

.div-block-18 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.welcome-to-podcast {
  text-align: center;
}

.welcome-to-podcast.typed-element {
  font-size: 3vw;
}

.section-11 {
  background-color: var(--pink);
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cell-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
}

.image-5 {
  width: 50px;
}

.image-6 {
  width: 60px;
}

.image-7 {
  width: 41px;
}

.container-10 {
  max-width: var(--desktop-width);
  color: var(--black);
  font-size: 2rem;
}

.div-block-20 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  display: flex;
  position: absolute;
  inset: 8vw 0% auto;
}

.introvideo {
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
}

.text-span-3 {
  box-shadow: inset 0 -20px 0 0 var(--yellow);
}

.heading-15 {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-2.slider-title {
    position: relative;
    top: 0;
  }

  .intro {
    height: 100vh;
  }

  .banner-content {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-2 {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .section {
    padding-bottom: 40px;
  }

  .div-block-4 {
    width: 100%;
  }

  .div-block-5 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6, .div-block-7 {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .background-video {
    object-fit: fill;
  }

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

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .banner-content {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8 {
    white-space: normal;
    overflow-wrap: normal;
    font-size: 3vw;
    line-height: 3.8vw;
    display: block;
  }

  .container-3 {
    width: 100vw;
    max-width: 100vw;
  }

  .column {
    flex-flow: column;
    display: flex;
  }

  .column-2 {
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .columns {
    box-sizing: border-box;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    object-fit: fill;
    flex-flow: column;
    display: flex;
    position: static;
  }

  .image-3 {
    max-width: 40%;
  }

  .cell {
    padding: 40px 100px;
  }

  .cell-2 {
    background-image: url('../images/our-mission.jpg');
    background-position: 50%;
  }

  .cell-2.overlay {
    background-image: url('../images/our-mission.jpg');
  }

  .text-block-2 {
    font-size: 2.5vw;
  }

  .track {
    height: auto;
    margin-top: 140px;
    padding-bottom: 60px;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
  }

  .item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
  }

  .scroll-item {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    justify-content: flex-start;
    align-items: center;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .scroll-image.corner.border.overlay {
    width: 35%;
    max-height: 40vw;
  }

  .feature-card-items {
    flex-flow: column;
  }

  .feature-card-column {
    flex-flow: row;
  }

  .feature-card-column.even {
    margin-top: 0;
  }

  .link {
    font-size: 2.4vw;
  }

  .background-video-2 {
    width: 90vw;
    height: 60vh;
    margin-top: -20vw;
  }

  .cell-6, .cell-7 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .modal-form {
    width: 80%;
  }

  .paragraph-8.not-along {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-19 {
    flex-flow: column;
  }

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

@media screen and (max-width: 767px) {
  .div-block {
    flex-flow: column;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .image {
    width: 100%;
  }

  .heading-2 {
    font-size: 8vw;
  }

  .banner-content {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .quick-stack {
    max-width: 100%;
  }

  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-video {
    object-fit: contain;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .banner-content {
    padding-left: 0;
  }

  .heading-8 {
    max-width: var(--desktop-width);
    font-size: 4vw;
    line-height: 5vw;
  }

  .image-3 {
    max-width: 17%;
  }

  .track {
    margin-top: 100px;
  }

  .section-10.intro-animation {
    display: none;
  }

  .paragraph-8.not-along {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-19 {
    flex-flow: column;
  }

  .div-block-20 {
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 15px;
    font-weight: 400;
  }

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

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-2 {
    font-size: 11vw;
  }

  .heading-2.typed-element {
    font-size: 2rem;
    line-height: 2rem;
  }

  .intro {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: 100vh;
    display: flex;
  }

  .header {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
  }

  .vectors-wrapper {
    object-fit: fill;
  }

  .banner-content {
    grid-row-gap: 20px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    align-self: auto;
    padding-left: 20px;
  }

  .new {
    font-size: 2.7rem;
    line-height: 2.7rem;
    position: static;
  }

  .text-2 {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.4rem;
  }

  .you-did-it-you-sold-your-business-or-at-least-a-big-chunk-0 {
    width: 92.096%;
    font-size: 2.7rem;
    line-height: 2.7rem;
  }

  .you-did-it-you-sold-your-business-or-at-least-a-big-chunk-1 {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }

  .banner-title {
    box-sizing: border-box;
    object-fit: fill;
    flex-flow: row;
    flex: 0 auto;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.9rem;
    line-height: 2.1rem;
    display: block;
    position: relative;
  }

  .div-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .banner-content {
    grid-row-gap: 0px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .div-block-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .body {
    overflow: visible;
  }

  .heading-8 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 6vw;
    line-height: 7vw;
  }

  .text-span {
    box-shadow: inset 0 -8px 0 0 var(--pink);
    line-height: 6vw;
    display: inline-block;
  }

  .text-span-2 {
    box-shadow: inset 0 -8px 0 0 var(--green);
  }

  .image-3 {
    max-width: 30%;
  }

  .heading-10.typed-element {
    font-size: 2rem;
    line-height: 2rem;
  }

  .heading-11 {
    writing-mode: horizontal-tb;
    font-size: 9vw;
    transform: rotate(0);
  }

  .cell {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell-2 {
    padding-top: 40px;
    padding-right: 40px;
  }

  .ticker.ticker-green {
    display: none;
    overflow: visible;
  }

  .ticker.ticker-black {
    display: none;
  }

  .heading-12.why-join.typed-element, .heading-12.typed-element {
    font-size: 2rem;
    line-height: 2rem;
  }

  .div-block-14 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonial-text.typed-element {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .track {
    margin-top: 140px;
  }

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

  .scroll-item {
    flex-flow: column;
    padding-left: 0;
  }

  .scroll-image.corner {
    width: 100%;
    height: 500px;
  }

  .scroll-image.corner.border.overlay {
    width: 80%;
    height: 500px;
    max-height: 90vw;
  }

  .scroll-text {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-13 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .paragraph-5 {
    font-size: .8rem;
    line-height: 1.4rem;
  }

  .div-block-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .feature-card-column {
    flex-flow: column;
  }

  .heading-14.typed-element {
    font-size: 2rem;
    line-height: 2rem;
  }

  .cell-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link {
    font-size: 1rem;
    line-height: 1rem;
  }

  .div-block-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .background-video-2 {
    width: 100vw;
    height: 100vw;
    margin-top: -30vw;
  }

  .text-block-4 {
    font-size: 1rem;
  }

  .cell-6, .cell-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-8 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-10.intro-animation {
    display: none;
    overflow: visible;
  }

  .modal {
    display: none;
  }

  .container-9 {
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    min-width: 100vw;
    padding-top: 10px;
    position: fixed;
  }

  .modal-form {
    width: 90%;
    padding: 20px;
  }

  .close-modal {
    z-index: 2;
  }

  .code-embed-2 {
    z-index: 1;
    position: relative;
  }

  .paragraph-8.not-along {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .welcome-to-podcast.typed-element {
    font-size: 7vw;
    line-height: 7.7vw;
  }

  .div-block-19 {
    flex-flow: column;
  }

  .div-block-20 {
    padding-top: 0;
  }
}

#w-node-_74f1009c-d3d2-e5b4-4994-f5c7e21a6eca-e2b99a6d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b49a6b03-8c56-b186-0088-3dcc3af55f56-e2b99a6d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cbdaea40-6d4f-697b-6a9b-d756a281a28d-e2b99a6d {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_74f1009c-d3d2-e5b4-4994-f5c7e21a6eca-e2b99a6d, #w-node-b49a6b03-8c56-b186-0088-3dcc3af55f56-e2b99a6d, #w-node-cbdaea40-6d4f-697b-6a9b-d756a281a28d-e2b99a6d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b49a6b03-8c56-b186-0088-3dcc3af55f56-e2b99a6d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_74f1009c-d3d2-e5b4-4994-f5c7e21a6eca-e2b99a6d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


