:root {
  --main-color: black;
  --white: white;
  --second-color: #f1f3f8;
  --third-color: #dfdbe6;
  --body-text-color: #d9dae2;
  --divider-color: #d8dfe0;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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-commerceaddtocartquantityinput, .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(--main-color);
  color: var(--white);
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  color: var(--second-color);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 24px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 2px solid var(--third-color);
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

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

.page-content {
  background-color: var(--main-color);
  position: relative;
}

.subhead {
  opacity: .7;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.subhead.gray {
  opacity: .5;
  font-weight: 400;
}

.subhead.make-center {
  text-align: center;
  max-width: 640px;
}

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

.error-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f71818;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.button {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #222;
  border-style: none;
  padding: 14px 22px;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.1;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  background-color: #444;
  background-image: none;
}

.button.subscribe {
  background-color: var(--second-color);
  color: var(--main-color);
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  inset: 6px 8px auto auto;
}

.button.subscribe:hover {
  background-color: var(--third-color);
}

.button.full {
  width: 100%;
}

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

.button.white:hover {
  opacity: .7;
}

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

.button.white.block {
  text-align: center;
  display: block;
}

.subscribe-field {
  background-color: var(--body-text-color);
  color: var(--second-color);
  background-image: url('../img/user_1user.avif');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #c1c1be3d;
  border-radius: 7px;
  align-self: center;
  height: 64px;
  margin-bottom: 0;
  padding-left: 50px;
}

.subscribe-field::placeholder {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 500;
}

.subscribe-field.for-search {
  background-color: var(--main-color);
  color: var(--white);
  background-image: url('../img/Search-Color.svg');
  margin-bottom: 30px;
}

.subscribe-field.for-search::placeholder {
  color: var(--white);
}

.subscribe-field.plain {
  background-color: var(--white);
  color: var(--main-color);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 300px;
  padding-left: 20px;
}

.margin-30px {
  margin-top: 30px;
}

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

.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;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.utility-page-content.second {
  justify-content: center;
  align-items: center;
  width: 800px;
}

.search-link {
  color: var(--white);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.search-result-item {
  color: var(--white);
  background-color: #070707;
  border: 1px solid #ffffff26;
  border-radius: 0;
  flex-flow: column;
  padding: 40px 50px 40px 45px;
  display: flex;
}

.search-container {
  max-width: 740px;
}

.search-result-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.search-link-text {
  padding-top: 3px;
  padding-bottom: 3px;
}

.search {
  position: relative;
}

._404-title {
  margin-top: 30px;
  font-size: 10vw;
  font-weight: 600;
  line-height: 1;
}

.password-title {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  padding: 30px 3%;
  display: flex;
}

.nav-menu {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  display: flex;
}

.nav-menu.first {
  order: -1;
  display: flex;
}

.main-logo {
  width: 55px;
}

.nav-link {
  color: #ffffffb3;
  background-color: #ffffff1a;
  padding: 10px 13px;
  font-size: 15px;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--white);
  background-color: #fff3;
}

.nav-link.hide-desktop {
  display: none;
}

.hero {
  z-index: 3;
  background-color: var(--main-color);
  justify-content: center;
  align-items: center;
  min-height: 89vh;
  padding-bottom: 60px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.hero.for-inner {
  min-height: 500px;
}

.hero.for-inner.work-page {
  min-height: 400px;
}

.container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.container.with-padding {
  padding-left: 3%;
  padding-right: 3%;
}

.container.for-checkout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

._3d-logo-text {
  background-color: var(--white);
  color: var(--main-color);
  letter-spacing: .05em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  padding: 34px 30px;
  font-size: 6.5vw;
  font-weight: 700;
  line-height: .9;
  display: flex;
  position: relative;
  transform: translate3d(0, 0, 1px);
}

._3d-logo-text.left-part {
  transform-origin: 100%;
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 100%;
  transform: rotateX(0)rotateY(-90deg)rotateZ(0);
}

._3d-logo-text.behing-part {
  transform-origin: 0%;
  transform-style: preserve-3d;
  font-size: 12vw;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(90deg)rotateZ(0);
}

._3d-logo-text.right-part {
  transform-origin: 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(-90deg)rotateZ(0);
}

.main-text {
  letter-spacing: -1px;
}

.add-logo {
  background-image: url('../img/OVERALL_LOGO.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24vw;
  height: 24vh;
  margin-bottom: 15px;
  margin-left: 5px;
  display: inline-block;
}

.add-logo.about-people {
  background-image: url('../img/about_1about.avif');
  background-size: cover;
  border-radius: 100%;
  width: 12vw;
  height: 12vw;
  margin-left: 0;
}

.absolute-bottom {
  padding-left: 3%;
  padding-right: 3%;
  position: absolute;
  inset: auto 0% 35px;
}

.text-rotator-main {
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.text-rotator {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.line-icon {
  opacity: .48;
  background-color: #fff;
  flex: none;
  width: 26px;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.hide {
  display: none;
}

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

.hero-subhead {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
}

.hero-subhead.center {
  text-align: center;
}

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

.section {
  z-index: 3;
  background-color: var(--main-color);
  padding: 150px 3%;
  position: relative;
}

.section.for-about {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #000000e6;
  padding-bottom: 300px;
  padding-left: 0%;
  padding-right: 0%;
}

.section.add-top {
  padding-top: 300px;
  padding-bottom: 150px;
}

.section.add-top.filter {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000e6;
}

.section.for-inner {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #000000e6;
}

.section.for-inner._50px-top {
  padding-top: 50px;
}

.section._100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.for-checkout {
  min-height: auto;
}

.category-ticket {
  letter-spacing: -2px;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  padding-top: 130px;
  padding-bottom: 130px;
  font-size: 15vw;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
}

.category-ticket.for-footer {
  color: var(--main-color);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.ticket-flex, .ticket-flex.dark {
  color: var(--white);
}

.ticket-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.ticker-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-circle {
  border: 3px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 11vw;
  height: 11vw;
  display: flex;
  position: relative;
  left: auto;
}

.play-image {
  z-index: 2;
  position: relative;
}

.circle-overlay {
  background-color: var(--white);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0);
}

.subhead-big-center {
  opacity: 1;
  text-align: center;
  align-self: flex-start;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.margin-60px.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-60px.flex.gap-30px {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.margin-60px.flex.make-20px {
  margin-top: 20px;
}

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

.button-first-line {
  color: var(--white);
  text-transform: uppercase;
  font-size: .95rem;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.button-line-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.line-horizontal {
  background-color: #fff;
  width: 100%;
  height: 1.5px;
  margin-top: 4px;
}

.tm-symbol {
  vertical-align: super;
  margin-left: 3px;
  font-size: 2.4rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 9px;
}

.work-section {
  background-color: var(--main-color);
  justify-content: center;
  align-items: flex-start;
  height: 450vh;
  display: flex;
  position: relative;
}

.work-top {
  z-index: 2;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.work-grid {
  z-index: 10;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  display: grid;
  position: relative;
}

.black-card {
  height: 45vh;
  overflow: hidden;
}

.overflow-section {
  z-index: 3;
  background-color: var(--main-color);
  position: relative;
}

.work-scale {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.absolute-text {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 15vw;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  inset: 30vh 0% auto;
}

.absolute-text.relative {
  position: relative;
  top: 0;
}

.absolute-text.relative.small {
  font-size: 12vw;
}

.absolute-text.relative.for-blog-page {
  font-size: 9vw;
  line-height: 1.1;
}

.year-tag {
  vertical-align: super;
  margin-left: 10px;
  font-size: 3vw;
  display: inline-block;
}

.work-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.work-link.add-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrap {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-wrap.for-work-page {
  aspect-ratio: 1;
}

.paralax-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  bottom: 0;
}

.paralax-image.first {
  z-index: 1;
  object-fit: cover;
}

.paralax-image.third {
  height: 105%;
}

.collection-item, .collection-list, .collection-list-wrapper {
  height: 100%;
}

.project-title {
  z-index: 12;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  background-color: #0006;
  border-radius: 7px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  inset: 1% auto auto 1%;
}

.project-title.auto {
  top: auto;
  left: auto;
}

.margin-150px {
  margin-top: 150px;
}

.logo-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  filter: invert();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team-content {
  z-index: 10;
  flex: 1;
  position: relative;
  overflow: hidden;
}

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

.image-interaction {
  justify-content: center;
  align-items: flex-end;
  margin-top: 40%;
  margin-right: 40%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-interaction.left-sticky {
  margin-top: 0;
  margin-right: 0%;
  inset: 0% auto auto 0%;
}

.team-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 165px;
  padding: 26px 40px;
  display: flex;
}

.team-flex.for-services {
  min-height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}

.team-job-name {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.top-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.top-grid._2-column {
  grid-template-columns: 1fr 1fr;
}

.team-wrapper-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  border-bottom: 1px solid #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.team-wrapper-main.add-top-line {
  border-top: 1px solid #ffffff26;
}

.team-list {
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.team-list.empty {
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

.image-25vw {
  width: 20vw;
  height: 23vw;
  position: relative;
  overflow: hidden;
}

.image-25vw.second {
  width: 26vw;
  height: 24vw;
}

.team-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

.team-name.for-service {
  cursor: default;
  font-size: 64px;
  line-height: 1.3;
}

.margin-100px {
  margin-top: 100px;
}

.section-photo {
  z-index: 10;
  background-color: var(--main-color);
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.video-wrap {
  z-index: 1;
  object-fit: cover;
  border-radius: 7px;
  flex: none;
  width: 10vw;
  height: 10vw;
  position: relative;
  overflow: hidden;
}

.video-wrap.full-width {
  border-radius: 0;
  width: 95vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 30px;
  overflow: visible;
}

.social-icon-main {
  color: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
  overflow: hidden;
  transform: rotate(-45deg);
}

.social-icon-main.for-social {
  position: relative;
  top: 0;
  right: 0;
  transform: none;
}

.social-wrapper-footer {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  filter: invert();
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.social-icon.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.social-icon.is-absolute.invert {
  opacity: 1;
}

.social-icon.invert {
  opacity: .53;
}

.social-icon.invert.twitter {
  display: none;
}

.image-paralax {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 10vw;
  height: 10vw;
  position: relative;
  overflow: hidden;
}

.image-paralax.for-team {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}

.team-main-name {
  margin-bottom: 8px;
}

.team-wrapper {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

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

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

.small-number {
  opacity: .3;
  vertical-align: super;
  font-size: 19px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 3px;
}

.footer {
  z-index: 2;
  background-color: var(--main-color);
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
}

.footer-logo {
  background-image: url('../img/3LB_noletter-reverse.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14vw;
  height: 12vw;
  margin-left: 20px;
  margin-right: 10px;
}

.contact-us-tooltip {
  z-index: 15;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #0009;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 9px 14px;
  font-size: 21px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto;
}

.emoji {
  font-size: 30px;
}

.flex-footer {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.footer-flex {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  display: flex;
}

.logo-footer {
  max-width: none;
  position: relative;
}

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

.figma-text {
  opacity: .63;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.copyright-flex-bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.buton-icon-svg {
  justify-content: center;
  align-items: center;
  width: 13px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.buton-icon-svg.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.figma-file-absolute {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  opacity: .54;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.figma-file-absolute.for-copyright {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  position: relative;
  bottom: 0;
  left: 0;
}

.figma-file-absolute.for-copyright:hover {
  opacity: .69;
}

.button-icon-main {
  z-index: 5;
  color: #000;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
  transform: none;
}

.button-icon-main.relative {
  color: var(--white);
  border: 1px solid #fff3;
  width: 24px;
  height: 24px;
  position: relative;
  top: 0;
  right: 0;
}

.line-move {
  opacity: 1;
  position: relative;
  top: -2px;
}

.work-grid-page {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.second-title {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 69px;
  font-weight: 600;
  line-height: 1.1;
}

.second-title.with-vw {
  text-align: center;
  font-size: 100px;
  font-weight: 500;
}

.plus {
  opacity: .48;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 3px;
  font-size: 50px;
  font-weight: 400;
  display: inline-block;
}

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

.blog-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.blog-wrapper-second {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.data-image {
  justify-content: space-between;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: flex;
}

.data-image.invert {
  opacity: .58;
  filter: invert();
}

.data-image.invert._100 {
  opacity: 1;
  filter: invert();
}

.data-text {
  opacity: .55;
  margin-bottom: 0;
  font-size: 14px;
}

.data-text._100-opacity {
  opacity: 1;
}

.data-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.data-flex.invert {
  filter: invert();
}

.data-inside {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.blog-overlay {
  z-index: 3;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.blog-title-wrapper {
  z-index: 4;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 88%;
  margin-bottom: 30px;
  padding-right: 7%;
  display: flex;
  position: absolute;
}

.field-label {
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
}

.margin-25px {
  margin-top: 25px;
}

.form-block {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.button-contact {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.success-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #00b83c;
  font-weight: 500;
}

.input-100 {
  width: 100%;
}

.text-field {
  color: var(--white);
  background-color: #080808;
  border: 1px solid #ffffff1f;
  height: 56px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
  box-shadow: 14px 14px 50px -20px #0000001a;
}

.text-field:hover, .text-field:focus, .text-field.-wfp-focus {
  border-color: #ffffff3b;
}

.text-field::placeholder {
  color: #ffffffb3;
  font-size: 15px;
  font-weight: 400;
}

.text-field.area {
  height: auto;
  padding-top: 20px;
  padding-bottom: 70px;
}

.text-field.less-height {
  border-color: #fff3;
  height: 40px;
}

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

.margin-15px {
  margin-top: 15px;
}

.style-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.5;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.caption.margined._2 {
  color: var(--white);
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
}

.title-5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.color-block {
  background-color: var(--white);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.color-block.second {
  background-color: #000;
}

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.light-block-second.rounded-bottom {
  padding-bottom: 30px;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.white-block {
  width: 100%;
  padding: 20px 20px 40px 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.title-1 {
  z-index: 1;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.licensing-content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.margin-50px {
  margin-top: 50px;
}

.licensing-title {
  font-size: 34px;
}

.licensing-link {
  color: var(--white);
  text-decoration: underline;
}

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

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

.main-blog-post li {
  opacity: .7;
  font-size: 16px;
  line-height: 23px;
}

.main-blog-post h4, .main-blog-post h3 {
  max-width: 630px;
  margin: 0 auto 15px;
  font-weight: 600;
}

.main-blog-post ul {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.main-blog-post img {
  margin-top: 20px;
  margin-bottom: 5px;
}

.main-blog-post p {
  max-width: 630px;
  margin: 20px auto;
}

.main-blog-post figcaption {
  opacity: .48;
  margin-bottom: 20px;
  font-size: 15px;
}

.main-blog-post a {
  color: #121212;
  text-decoration: underline;
}

.main-blog-post h6, .main-blog-post h1 {
  max-width: 630px;
  margin: 0 auto 15px;
}

.main-blog-post ol {
  max-width: 630px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.main-blog-post blockquote {
  max-width: 630px;
  margin: 20px auto 25px;
  font-size: 26px;
  line-height: 1.3;
}

.main-blog-post h5, .main-blog-post h2 {
  max-width: 630px;
  margin: 0 auto 15px;
  font-weight: 600;
}

.pricing-divider {
  background-color: var(--white);
  opacity: .2;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.subhead-pricing {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.subhead-pricing.with-margin {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
}

.subhead-pricing.gray {
  opacity: .5;
  font-weight: 600;
}

.subhead-pricing.gray.for-pricing {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 500;
}

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

.pricing-column._15px {
  grid-column-gap: 36px;
  grid-row-gap: 15px;
}

.pricing-column.top {
  grid-row-gap: 15px;
}

.pricing-column._25px {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.button-first-line-2 {
  color: #f1f3f8;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.check-item {
  grid-column-gap: 5px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-text {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.pricing-text.big {
  opacity: 1;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.check-image {
  opacity: .6;
  filter: invert();
  width: 20px;
}

.small-text {
  opacity: .6;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-plan-justify {
  background-color: #121212;
  padding: 40px 35px 35px;
  position: relative;
}

.cart-quantity {
  color: #ffffffb3;
  background-color: #fff0;
  border-left: 1px solid #ffffff3b;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 10px;
  padding-right: 0;
  font-size: 15px;
  font-weight: 500;
}

.last-item {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  order: 1;
  display: flex;
}

.cart-container {
  background-color: var(--main-color);
  border: 1px solid #ffffff26;
  max-width: 600px;
}

.block-header {
  background-color: #121212;
  border-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.block-content {
  background-color: #121212;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-top: 3px;
}

.main-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2;
}

.checkbox-label {
  opacity: .47;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

.quantity-opacity {
  opacity: .5;
}

.subtotal, .pricing-subtotal {
  font-size: 16px;
}

.pricing-subtotal.total {
  font-size: 18px;
  font-weight: 600;
}

.checkout-text {
  opacity: .7;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.2;
}

.close-button {
  background-color: #ffffff26;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.icon {
  filter: invert();
  width: 10px;
}

.cart-wrapper {
  background-color: #00000080;
}

.cart-header {
  border-bottom-color: #ffffff26;
}

.cart-footer {
  border-top-color: #ffffff26;
}

.cart-quantity-2 {
  background-color: var(--main-color);
  border-color: #ffffff26;
  border-radius: 0;
}

.remove-button {
  opacity: .59;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: .8rem;
  line-height: 1.5;
}

.empty-state {
  flex-flow: column;
}

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

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

.templates-badge-wrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 20px 11px 18px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 12px 28px #00000024;
}

.loader-badge {
  background-image: url('../img/loader.svg');
  background-position: 0 0;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -19px -15px auto auto;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.blue-color {
  color: #4353ff;
}

.cart {
  transform: scale(1);
}

.text-block {
  font-size: 9vw;
}

.text-block-2, .text-block-3, .text-block-4 {
  font-size: 15vw;
}

@media screen and (min-width: 1280px) {
  ._3d-logo-text {
    font-size: 6.5vw;
  }

  .add-logo {
    width: 13vw;
    height: 13vh;
  }

  .pricing-text {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 991px) {
  .subhead {
    font-size: 19px;
  }

  .utility-page-content {
    width: 600px;
  }

  ._404-title {
    font-size: 62px;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .nav-menu {
    background-color: #010101;
  }

  .nav-menu.first {
    z-index: 3;
    order: 0;
  }

  .nav-menu.hide-mobile {
    opacity: 0;
    display: none;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link.hide-desktop {
    display: block;
  }

  .hero {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 230px;
  }

  .hero.for-inner {
    min-height: auto;
    padding-bottom: 150px;
  }

  .hero.for-inner.work-page {
    min-height: auto;
    padding-bottom: 120px;
  }

  .container.for-checkout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .main-text {
    line-height: 1;
  }

  .add-logo {
    width: 15vw;
    height: 11vh;
  }

  .add-logo.about-people {
    height: 15vw;
  }

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

  .section.for-about {
    padding-top: 0;
    padding-bottom: 150px;
  }

  .section.add-top {
    padding-top: 150px;
  }

  .section.for-checkout {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .category-ticket {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ticket-flex {
    letter-spacing: -1px;
    font-size: 240px;
    font-weight: 600;
  }

  .lightbox-circle {
    width: 180px;
    height: 180px;
  }

  .subhead-big-center {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 2.8rem;
  }

  .margin-60px.flex.gap-30px {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .work-section {
    height: auto;
  }

  .work-top {
    position: relative;
  }

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

  .black-card {
    height: 650px;
  }

  .absolute-text {
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    top: 0;
  }

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

  .project-title {
    top: auto;
    left: auto;
  }

  .logo-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 1%;
    padding-right: 1%;
  }

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

  .image-interaction {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    position: relative;
  }

  .image-interaction.left-sticky {
    margin-top: 0;
  }

  .team-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15px;
  }

  .top-grid {
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .team-wrapper-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .team-list {
    padding-right: 6px;
  }

  .team-name.for-service {
    font-size: 46px;
  }

  .video-wrap, .image-paralax {
    width: 16vw;
    height: 16vw;
  }

  .team-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .small-number {
    font-size: 22px;
  }

  .footer-logo {
    width: 200px;
    height: 200px;
  }

  .logo-link {
    order: -1;
  }

  .menu-button {
    order: 1;
    padding: 12px;
  }

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

  .lottie-white {
    filter: invert();
    width: 30px;
  }

  .second-title {
    font-size: 50px;
    line-height: 1.2;
  }

  .blog-title {
    text-align: left;
    font-size: 17px;
  }

  .blog-title-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .form-block {
    max-width: 100%;
  }

  .input-flex {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .style-title {
    line-height: 1.2;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .title-1 {
    font-size: 6em;
  }

  .pricing-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .subhead-pricing {
    font-size: 19px;
  }

  .pricing-column._15px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .pricing-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .last-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .first-part {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-field.plain {
    max-width: 400px;
  }

  .utility-page-content, .utility-page-content.second {
    width: 500px;
  }

  .search-result-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._404-title {
    font-size: 48px;
  }

  .password-title {
    font-size: 60px;
  }

  .hero {
    padding-bottom: 200px;
  }

  .hero.for-inner {
    padding-top: 65px;
    padding-bottom: 90px;
  }

  .hero.for-inner.work-page {
    padding-bottom: 90px;
  }

  ._3d-logo-text {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 9vw;
  }

  .add-logo {
    height: 7vh;
  }

  .absolute-bottom {
    bottom: 25px;
  }

  .line-icon {
    margin-right: 0;
  }

  .main-grid {
    align-items: end;
  }

  .section.for-about {
    padding-bottom: 120px;
  }

  .section.for-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ticket-flex {
    font-size: 180px;
  }

  .lightbox-circle {
    width: 160px;
    height: 160px;
  }

  .black-card {
    height: 550px;
  }

  .logo-grid {
    grid-column-gap: 50px;
    grid-row-gap: 15px;
    width: 90%;
  }

  .top-grid {
    grid-row-gap: 25px;
  }

  .image-25vw {
    width: 27vw;
    height: 100%;
  }

  .team-name {
    font-size: 23px;
  }

  .team-name.for-service {
    font-size: 37px;
  }

  .section-photo {
    min-height: 500px;
  }

  .video-wrap {
    width: 30vw;
    height: 30vw;
  }

  .video-wrap.full-width {
    height: 500px;
  }

  .image-paralax {
    width: 30vw;
    height: 30vw;
  }

  .footer {
    padding-bottom: 30px;
  }

  .footer-logo {
    width: 180px;
    height: 180px;
  }

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

  .figma-text {
    font-size: 14px;
  }

  .work-grid-page {
    grid-template-columns: 1fr;
  }

  .second-title {
    font-size: 42px;
  }

  .second-title.with-vw {
    font-size: 80px;
  }

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

  .input-flex {
    grid-row-gap: 10px;
  }

  .style-title {
    font-size: 40px;
    line-height: 1.1;
  }

  .title-5 {
    font-size: 36px;
  }

  .title-1 {
    font-size: 5em;
    line-height: .9;
  }

  .pricing-column {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .pricing-column._15px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 25px;
  }

  .subscribe-field {
    background-position: 5%;
    background-size: 26px;
  }

  .utility-page-content, .utility-page-content.second {
    width: 95%;
  }

  .search-link {
    font-size: 24px;
  }

  .search-result-item {
    padding: 25px 20px 20px;
  }

  ._404-title {
    font-size: 41px;
  }

  .password-title {
    font-size: 40px;
  }

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

  .main-logo {
    width: 45px;
  }

  .hero {
    padding-top: 80px;
  }

  .hero.for-inner {
    padding-bottom: 110px;
  }

  .hero.for-inner.blog-page {
    padding-bottom: 30px;
  }

  .hero.for-inner.work-page {
    padding-bottom: 120px;
  }

  ._3d-logo-text {
    padding: 20px;
    font-size: 12vw;
  }

  .add-logo {
    width: 22vw;
  }

  .add-logo.about-people {
    width: 20vw;
    height: 20vw;
  }

  .text-rotator-main {
    max-width: 90%;
  }

  .line-icon {
    margin-left: 10px;
  }

  .main-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .hero-subhead, .hero-subhead.right {
    text-align: center;
  }

  .hero-subhead.hide-text {
    display: none;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section._100px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .category-ticket.for-footer {
    padding-bottom: 20px;
  }

  .ticket-flex {
    font-size: 120px;
  }

  .lightbox-circle {
    border-width: 2px;
    width: 100px;
    height: 100px;
  }

  .play-image {
    width: 20px;
  }

  .subhead-big-center {
    padding-left: 4%;
    padding-right: 4%;
    font-size: 34px;
  }

  .tm-symbol {
    font-size: 1.9rem;
  }

  .black-card {
    height: 320px;
  }

  .year-tag {
    font-size: 16px;
  }

  .logo-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-content {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .team-flex {
    justify-content: space-between;
    align-items: center;
    min-height: auto;
    padding: 15px 0 10px;
  }

  .team-wrapper-main {
    flex-flow: column-reverse;
  }

  .team-wrapper-main.add-top-line {
    border-top-style: none;
  }

  .team-list {
    padding: 10px;
  }

  .team-list.empty {
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .image-25vw {
    width: 40vw;
    height: 40vw;
  }

  .image-25vw.second {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }

  .team-name {
    font-size: 22px;
  }

  .team-name.for-service {
    font-size: 27px;
  }

  .video-wrap, .image-paralax {
    aspect-ratio: 1;
    width: 36vw;
    height: 36vw;
  }

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

  .small-number {
    font-size: 16px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-logo {
    width: 120px;
    height: 120px;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-us-tooltip {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 18px;
  }

  .flex-footer {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .footer-flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .logo-footer {
    width: 80px;
  }

  .copyright-flex {
    text-align: center;
  }

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

  .second-title {
    font-size: 33px;
  }

  .second-title.with-vw {
    font-size: 68px;
  }

  .plus {
    margin-top: 1px;
    margin-left: 6px;
    font-size: 40px;
  }

  .blog-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .data-flex {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .input-flex {
    grid-template-columns: 1fr;
  }

  .style-title {
    font-size: 30px;
  }

  .title-5 {
    font-size: 32px;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .color-row {
    flex-direction: column;
  }

  .title-1 {
    font-size: 39px;
    line-height: 1.1;
  }

  .licensing-title {
    font-size: 29px;
  }

  .licensing-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .pricing-plan-justify {
    padding: 24px 18px;
  }
}

#w-node-ccb28f13-4df9-f468-b163-3e2b730ffc2c-9f7a60d0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-cc1b6d13-c40f-5f5f-45f5-72d9dbe81cae-9f7a60d0 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-bf2cb929-a8ac-8821-5e59-85cb0b8fa245-9f7a60d0 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-dcbdcdbf-bba2-1c82-2e55-d4e42416b50c-9f7a60d6 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dcbdcdbf-bba2-1c82-2e55-d4e42416b50e-9f7a60d6 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-dcbdcdbf-bba2-1c82-2e55-d4e42416b512-9f7a60d6 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_5f584bad-3878-1094-0f55-fd28bc7535cf-9f7a60d7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5f584bad-3878-1094-0f55-fd28bc7535d1-9f7a60d7 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_7f4e8b5c-ea17-76cd-90e9-05d024f40671-9f7a60d8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7f4e8b5c-ea17-76cd-90e9-05d024f40673-9f7a60d8 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_7f4e8b5c-ea17-76cd-90e9-05d024f40677-9f7a60d8 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_14c9a9c1-9a5a-8ec8-394b-ab02b2d0f58c-9f7a60d9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_14c9a9c1-9a5a-8ec8-394b-ab02b2d0f58e-9f7a60d9 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_14c9a9c1-9a5a-8ec8-394b-ab02b2d0f592-9f7a60d9 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-de987a44-5ea1-078e-512e-5e8bcb998458-9f7a60db {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-de987a44-5ea1-078e-512e-5e8bcb99845a-9f7a60db {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-de987a44-5ea1-078e-512e-5e8bcb99845e-9f7a60db {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_4fbdd566-de92-c633-6e0b-0e4083174f21-9f7a60dc {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4fbdd566-de92-c633-6e0b-0e4083174f23-9f7a60dc {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_4fbdd566-de92-c633-6e0b-0e4083174f27-9f7a60dc {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_1016247a-32c6-dc6a-3049-92cb76c1c1a6-9f7a60dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1016247a-32c6-dc6a-3049-92cb76c1c1a8-9f7a60dd {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_1016247a-32c6-dc6a-3049-92cb76c1c1ac-9f7a60dd {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-f6068f2b-665e-2252-91f3-e0056c453c41-9f7a60e1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f6068f2b-665e-2252-91f3-e0056c453c43-9f7a60e1 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-f6068f2b-665e-2252-91f3-e0056c453c47-9f7a60e1 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_36eef1ab-84f7-a6bf-de3c-4be184eed101-9f7a60e2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_36eef1ab-84f7-a6bf-de3c-4be184eed103-9f7a60e2 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_36eef1ab-84f7-a6bf-de3c-4be184eed107-9f7a60e2 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-ca4b83ba-dc8b-fcfb-0fd1-36255f1d82c4-9f7a60e2 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_2481dac7-6848-ff1a-bb19-469353a4034f-9f7a60e3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2481dac7-6848-ff1a-bb19-469353a40351-9f7a60e3 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_2481dac7-6848-ff1a-bb19-469353a40355-9f7a60e3 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f03-9f7a60e3, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f04-9f7a60e3, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f05-9f7a60e3, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f08-9f7a60e3, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f0a-9f7a60e3, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f11-9f7a60e3, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f16-9f7a60e3, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f1a-9f7a60e3, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f1e-9f7a60e3, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f22-9f7a60e3, #w-node-_0e52555e-b19e-fed9-83a6-0d40c5758f26-9f7a60e3, #w-node-a6e985bd-cbb0-f5c9-baf6-3b40b1a59844-9f7a60e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26b93051-9f7c-8977-dd1e-98ef860c405b-9f7a60e4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_26b93051-9f7c-8977-dd1e-98ef860c405d-9f7a60e4 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_26b93051-9f7c-8977-dd1e-98ef860c4061-9f7a60e4 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_627538f3-be41-3bdc-e844-468500d2b1b4-9f7a60e6 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_627538f3-be41-3bdc-e844-468500d2b1b6-9f7a60e6 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_627538f3-be41-3bdc-e844-468500d2b1ba-9f7a60e6 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_627538f3-be41-3bdc-e844-468500d2b1c5-9f7a60e6, #w-node-_627538f3-be41-3bdc-e844-468500d2b1c6-9f7a60e6, #w-node-_627538f3-be41-3bdc-e844-468500d2b1c7-9f7a60e6, #w-node-_627538f3-be41-3bdc-e844-468500d2b1c9-9f7a60e6, #w-node-_627538f3-be41-3bdc-e844-468500d2b1ca-9f7a60e6, #w-node-_627538f3-be41-3bdc-e844-468500d2b1cc-9f7a60e6, #w-node-_627538f3-be41-3bdc-e844-468500d2b1d1-9f7a60e6, #w-node-_627538f3-be41-3bdc-e844-468500d2b1d4-9f7a60e6, #w-node-_627538f3-be41-3bdc-e844-468500d2b1d7-9f7a60e6, #w-node-_627538f3-be41-3bdc-e844-468500d2b1da-9f7a60e6, #w-node-_627538f3-be41-3bdc-e844-468500d2b1dd-9f7a60e6, #w-node-_627538f3-be41-3bdc-e844-468500d2b1e0-9f7a60e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4a5a35e-2a91-4043-3822-d4c1e3f601f9-9f7a60e7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d4a5a35e-2a91-4043-3822-d4c1e3f601fb-9f7a60e7 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-d4a5a35e-2a91-4043-3822-d4c1e3f601ff-9f7a60e7 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_23be0450-c0d3-cc6a-bb89-03de4eef9908-9f7a60e7, #w-node-_23be0450-c0d3-cc6a-bb89-03de4eef9909-9f7a60e7, #w-node-_23be0450-c0d3-cc6a-bb89-03de4eef990a-9f7a60e7, #w-node-_23be0450-c0d3-cc6a-bb89-03de4eef990c-9f7a60e7, #w-node-_23be0450-c0d3-cc6a-bb89-03de4eef990d-9f7a60e7, #w-node-_23be0450-c0d3-cc6a-bb89-03de4eef990f-9f7a60e7, #w-node-_23be0450-c0d3-cc6a-bb89-03de4eef9914-9f7a60e7, #w-node-_23be0450-c0d3-cc6a-bb89-03de4eef9917-9f7a60e7, #w-node-_23be0450-c0d3-cc6a-bb89-03de4eef991a-9f7a60e7, #w-node-_23be0450-c0d3-cc6a-bb89-03de4eef991d-9f7a60e7, #w-node-_23be0450-c0d3-cc6a-bb89-03de4eef9920-9f7a60e7, #w-node-_23be0450-c0d3-cc6a-bb89-03de4eef9923-9f7a60e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cc1b6d13-c40f-5f5f-45f5-72d9dbe81cae-9f7a60d0 {
    grid-column: 3 / 5;
  }

  #w-node-bf2cb929-a8ac-8821-5e59-85cb0b8fa245-9f7a60d0 {
    grid-column: 5 / 7;
  }

  #w-node-dcbdcdbf-bba2-1c82-2e55-d4e42416b50e-9f7a60d6 {
    grid-column: 3 / 5;
  }

  #w-node-dcbdcdbf-bba2-1c82-2e55-d4e42416b512-9f7a60d6, #w-node-_5f584bad-3878-1094-0f55-fd28bc7535d1-9f7a60d7 {
    grid-column: 5 / 7;
  }

  #w-node-_7f4e8b5c-ea17-76cd-90e9-05d024f40673-9f7a60d8 {
    grid-column: 3 / 5;
  }

  #w-node-_7f4e8b5c-ea17-76cd-90e9-05d024f40677-9f7a60d8 {
    grid-column: 5 / 7;
  }

  #w-node-_14c9a9c1-9a5a-8ec8-394b-ab02b2d0f58e-9f7a60d9 {
    grid-column: 3 / 5;
  }

  #w-node-_14c9a9c1-9a5a-8ec8-394b-ab02b2d0f592-9f7a60d9 {
    grid-column: 5 / 7;
  }

  #w-node-de987a44-5ea1-078e-512e-5e8bcb99845a-9f7a60db {
    grid-column: 3 / 5;
  }

  #w-node-de987a44-5ea1-078e-512e-5e8bcb99845e-9f7a60db {
    grid-column: 5 / 7;
  }

  #w-node-_4fbdd566-de92-c633-6e0b-0e4083174f23-9f7a60dc {
    grid-column: 3 / 5;
  }

  #w-node-_4fbdd566-de92-c633-6e0b-0e4083174f27-9f7a60dc {
    grid-column: 5 / 7;
  }

  #w-node-_1016247a-32c6-dc6a-3049-92cb76c1c1a8-9f7a60dd {
    grid-column: 3 / 5;
  }

  #w-node-_1016247a-32c6-dc6a-3049-92cb76c1c1ac-9f7a60dd {
    grid-column: 5 / 7;
  }

  #w-node-f6068f2b-665e-2252-91f3-e0056c453c43-9f7a60e1 {
    grid-column: 3 / 5;
  }

  #w-node-f6068f2b-665e-2252-91f3-e0056c453c47-9f7a60e1 {
    grid-column: 5 / 7;
  }

  #w-node-_36eef1ab-84f7-a6bf-de3c-4be184eed103-9f7a60e2 {
    grid-column: 3 / 5;
  }

  #w-node-_36eef1ab-84f7-a6bf-de3c-4be184eed107-9f7a60e2 {
    grid-column: 5 / 7;
  }

  #w-node-_2481dac7-6848-ff1a-bb19-469353a40351-9f7a60e3 {
    grid-column: 3 / 5;
  }

  #w-node-_2481dac7-6848-ff1a-bb19-469353a40355-9f7a60e3 {
    grid-column: 5 / 7;
  }

  #w-node-_26b93051-9f7c-8977-dd1e-98ef860c405d-9f7a60e4 {
    grid-column: 3 / 5;
  }

  #w-node-_26b93051-9f7c-8977-dd1e-98ef860c4061-9f7a60e4 {
    grid-column: 5 / 7;
  }

  #w-node-_627538f3-be41-3bdc-e844-468500d2b1b6-9f7a60e6 {
    grid-column: 3 / 5;
  }

  #w-node-_627538f3-be41-3bdc-e844-468500d2b1ba-9f7a60e6 {
    grid-column: 5 / 7;
  }

  #w-node-d4a5a35e-2a91-4043-3822-d4c1e3f601fb-9f7a60e7 {
    grid-column: 3 / 5;
  }

  #w-node-d4a5a35e-2a91-4043-3822-d4c1e3f601ff-9f7a60e7 {
    grid-column: 5 / 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dcbdcdbf-bba2-1c82-2e55-d4e42416b50c-9f7a60d6 {
    grid-column-end: 3;
  }

  #w-node-dcbdcdbf-bba2-1c82-2e55-d4e42416b512-9f7a60d6 {
    grid-area: 1 / 4 / 2 / 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ccb28f13-4df9-f468-b163-3e2b730ffc2c-9f7a60d0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-cc1b6d13-c40f-5f5f-45f5-72d9dbe81cae-9f7a60d0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bf2cb929-a8ac-8821-5e59-85cb0b8fa245-9f7a60d0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-dcbdcdbf-bba2-1c82-2e55-d4e42416b50c-9f7a60d6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-dcbdcdbf-bba2-1c82-2e55-d4e42416b50e-9f7a60d6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-dcbdcdbf-bba2-1c82-2e55-d4e42416b512-9f7a60d6 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5f584bad-3878-1094-0f55-fd28bc7535cf-9f7a60d7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5f584bad-3878-1094-0f55-fd28bc7535d1-9f7a60d7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7f4e8b5c-ea17-76cd-90e9-05d024f40671-9f7a60d8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7f4e8b5c-ea17-76cd-90e9-05d024f40673-9f7a60d8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7f4e8b5c-ea17-76cd-90e9-05d024f40677-9f7a60d8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_14c9a9c1-9a5a-8ec8-394b-ab02b2d0f58c-9f7a60d9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_14c9a9c1-9a5a-8ec8-394b-ab02b2d0f58e-9f7a60d9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_14c9a9c1-9a5a-8ec8-394b-ab02b2d0f592-9f7a60d9 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-de987a44-5ea1-078e-512e-5e8bcb998458-9f7a60db {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-de987a44-5ea1-078e-512e-5e8bcb99845a-9f7a60db {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-de987a44-5ea1-078e-512e-5e8bcb99845e-9f7a60db {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4fbdd566-de92-c633-6e0b-0e4083174f21-9f7a60dc {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4fbdd566-de92-c633-6e0b-0e4083174f23-9f7a60dc {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4fbdd566-de92-c633-6e0b-0e4083174f27-9f7a60dc {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1016247a-32c6-dc6a-3049-92cb76c1c1a6-9f7a60dd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1016247a-32c6-dc6a-3049-92cb76c1c1a8-9f7a60dd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1016247a-32c6-dc6a-3049-92cb76c1c1ac-9f7a60dd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f6068f2b-665e-2252-91f3-e0056c453c41-9f7a60e1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f6068f2b-665e-2252-91f3-e0056c453c43-9f7a60e1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f6068f2b-665e-2252-91f3-e0056c453c47-9f7a60e1 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_36eef1ab-84f7-a6bf-de3c-4be184eed101-9f7a60e2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_36eef1ab-84f7-a6bf-de3c-4be184eed103-9f7a60e2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_36eef1ab-84f7-a6bf-de3c-4be184eed107-9f7a60e2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2481dac7-6848-ff1a-bb19-469353a4034f-9f7a60e3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2481dac7-6848-ff1a-bb19-469353a40351-9f7a60e3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2481dac7-6848-ff1a-bb19-469353a40355-9f7a60e3 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_26b93051-9f7c-8977-dd1e-98ef860c405b-9f7a60e4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_26b93051-9f7c-8977-dd1e-98ef860c405d-9f7a60e4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_26b93051-9f7c-8977-dd1e-98ef860c4061-9f7a60e4 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_627538f3-be41-3bdc-e844-468500d2b1b4-9f7a60e6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_627538f3-be41-3bdc-e844-468500d2b1b6-9f7a60e6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_627538f3-be41-3bdc-e844-468500d2b1ba-9f7a60e6 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d4a5a35e-2a91-4043-3822-d4c1e3f601f9-9f7a60e7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d4a5a35e-2a91-4043-3822-d4c1e3f601fb-9f7a60e7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d4a5a35e-2a91-4043-3822-d4c1e3f601ff-9f7a60e7 {
    grid-area: 3 / 1 / 4 / 3;
  }
}


