:root {
  --main-color: #040404;
  --white: white;
  --third-color: #141414;
  --body-text-color: #d9dae2;
  --second-color: #4361ee;
  --divider-color: #d8dfe0;
}

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

.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-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-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-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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.4;
}

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

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

ol {
  opacity: .5;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: 600;
}

li {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 18px;
}

img {
  max-width: 100%;
  font-size: 14px;
  display: inline-block;
}

blockquote {
  border-left: 2px solid var(--main-color);
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

figcaption {
  opacity: .55;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

.page-content {
  position: relative;
}

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

.subhead.second {
  opacity: .6;
  font-size: 17px;
  font-weight: 600;
}

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

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

.button {
  background-color: var(--third-color);
  color: var(--white);
  cursor: pointer;
  border-style: none;
  padding: 17px 30px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  transition: all .3s;
  display: inline-block;
}

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

.button.subscribe {
  background-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.dark {
  background-color: var(--main-color);
}

.button.dark:hover {
  opacity: .74;
}

.subscribe-field {
  background-color: var(--body-text-color);
  color: var(--second-color);
  background-image: url('../images/user_1user.avif');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #c1c1be80;
  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(--third-color);
  color: var(--body-text-color);
  background-image: url('../images/Search-Color.svg');
  background-size: 22px;
  border-style: none;
  height: 62px;
  margin-bottom: 30px;
  padding-left: 48px;
}

.subscribe-field.for-search::placeholder {
  color: var(--body-text-color);
  font-size: 16px;
}

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

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

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

.margin-10 {
  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);
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.search-result-item {
  background-color: var(--third-color);
  color: var(--white);
  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: 9vw;
  font-weight: 600;
  line-height: 1;
}

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

.hero {
  z-index: 3;
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/hero-3_1hero-3.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 84vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.for-inner {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.hero.for-inner.change {
  background-position: 50% 100%;
}

.hero.for-inner-second {
  background-image: none;
  min-height: 450px;
  padding-bottom: 10px;
  padding-left: 2%;
  padding-right: 2%;
}

.hero.first {
  background-image: linear-gradient(#0000, #0000), url('../images/hero_1hero.avif');
}

.hero.second {
  background-image: url('../images/hero-2_1hero-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.container.with-vh {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--third-color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 100px 5% 80px;
  display: flex;
  overflow: hidden;
}

.main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 10vw;
  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;
}

.main-grid._5vw {
  grid-row-gap: 6vw;
}

.hero-subhead {
  opacity: 1;
  color: var(--white);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.hero-subhead.dark {
  color: var(--main-color);
}

.hero-subhead.dark.second {
  color: var(--white);
  margin-top: 15px;
  font-size: 27px;
}

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

.section.for-checkout {
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.for-rounded {
  padding: 10px;
}

.section.overflow, .section.make-overflow {
  overflow: hidden;
}

.section.gray {
  background-color: var(--third-color);
}

.category-ticket {
  z-index: 5;
  background-color: var(--main-color);
  letter-spacing: -1px;
  white-space: nowrap;
  word-break: normal;
  padding-top: 120px;
  padding-bottom: 66px;
  font-size: 16vw;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

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

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

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

.margin-60.flex.make-20 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

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

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

.footer {
  z-index: 2;
  background-color: var(--main-color);
  padding: 60px 3% 20px;
  position: relative;
}

.field-label {
  opacity: .7;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 600;
}

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

.margin-25px.flex {
  display: flex;
}

.text-field {
  background-color: var(--third-color);
  color: var(--white);
  border-width: 1px;
  border-color: #ffffff21;
  border-radius: 0;
  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.less-height {
  color: var(--white);
  height: 46px;
  font-size: 16px;
}

.margin-15 {
  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(--body-text-color);
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
}

.title-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  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;
}

.color-block.third {
  background-color: var(--third-color);
}

.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: 15px 0;
  display: flex;
}

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

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

.margin-50 {
  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;
}

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

.pricing-text.blue {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 18px;
}

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

.block-header {
  background-color: var(--third-color);
  border-style: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.block-content {
  background-color: var(--third-color);
  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: 20px;
  line-height: 1.9;
}

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

.quantity-opacity {
  opacity: .5;
}

.subtotal {
  font-size: 16px;
  font-weight: 600;
}

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

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

.absolute-element {
  z-index: 999;
  position: relative;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.top-content {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

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

.lightbox-circle {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #141414;
  border-width: 3px;
  justify-content: center;
  align-items: center;
  width: 13vw;
  height: 13vw;
  display: flex;
  position: relative;
  left: auto;
}

.lightbox-circle.img-1 {
  background-image: url('../images/photo-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.circle-overlay {
  background-color: var(--white);
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.paralax-image.relative {
  position: relative;
}

.small-text {
  opacity: .8;
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
}

.small-text.white {
  z-index: 5;
  opacity: 1;
  color: var(--white);
  position: relative;
}

.small-text.white._21px {
  color: var(--white);
  font-size: 21px;
  line-height: 1.2;
}

.main-title-page {
  color: var(--body-text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.1;
}

.main-title-page.white {
  color: var(--white);
  font-weight: 600;
}

.symbol {
  opacity: .5;
  vertical-align: super;
  margin-left: 3px;
  font-size: 30px;
  display: inline-block;
}

.gray-text-color {
  opacity: .5;
}

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

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

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

.image-wrap.for-team {
  aspect-ratio: 2 / 3;
}

.image-wrap.for-testimonials {
  aspect-ratio: auto;
  min-height: 600px;
}

.section-logo {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.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 {
  margin-bottom: 20px;
  font-size: 110px;
  font-weight: 500;
  line-height: .8;
}

.plus {
  vertical-align: top;
  margin-top: -4px;
  margin-left: 9px;
  font-size: 70px;
  font-weight: 400;
  display: inline-block;
}

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

.social-icon-main.for-social {
  filter: invert();
  padding-left: 0;
  position: relative;
  top: 0;
  right: 0;
  transform: none;
}

.team-wrapper-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 7px 7px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.team-list {
  max-width: 100%;
}

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

.service-wrapper {
  z-index: 3;
  float: left;
  color: var(--white);
  width: 100%;
  height: 100%;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

.service-content {
  z-index: 3;
  mix-blend-mode: normal;
  max-width: 73%;
  position: absolute;
  inset: 50px auto auto 50px;
}

.subhead-big {
  opacity: 1;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 600;
}

.arrow-right {
  z-index: 20;
  background-color: var(--main-color);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: auto 15px 15px auto;
}

.sub-text {
  opacity: .8;
  font-size: 16px;
  font-weight: 500;
}

.section-rounded {
  background-color: var(--third-color);
  padding: 150px 3%;
  position: relative;
}

.section-rounded.gray {
  background-color: var(--third-color);
}

.section-rounded._0-bottom {
  padding-top: 100px;
  padding-left: 1%;
  padding-right: 1%;
}

.map {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary {
  z-index: 10;
  background-color: var(--main-color);
  color: var(--white);
  text-align: center;
  border: 1px solid #ffffff1f;
  justify-content: center;
  align-items: center;
  padding: 14px 25px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper {
  z-index: 10;
  color: var(--white);
  flex-direction: column;
  height: 23px;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  color: #f1f3f8;
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

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

.button-text.dark.semi {
  font-weight: 600;
}

.button-overlay {
  background-color: var(--third-color);
  border-radius: 100%;
  width: 130%;
  height: 175%;
  display: none;
  position: absolute;
  inset: auto;
}

.subhead-testimonials {
  opacity: 1;
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-testimonials.small {
  font-size: 17px;
}

.arrow-slider-left {
  background-color: var(--third-color);
  color: #fff;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -180px 55px auto auto;
}

.arrow-slider-left:hover {
  background-color: var(--second-color);
  transform: scale3d(.94, .94, 1.01);
}

.slider-mask {
  max-width: 440px;
  height: 100%;
  overflow: visible;
}

.slide-item {
  margin-right: 15px;
}

.brand-image {
  filter: invert();
  object-fit: contain;
  width: 100px;
  height: 50px;
  margin-bottom: 35px;
}

.brand-image.second {
  width: 80px;
  height: 45px;
}

.card-testimonial {
  aspect-ratio: auto;
  background-color: var(--third-color);
  box-shadow: none;
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 600px;
  padding: 50px 35px 40px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.dots-slider-hidden {
  display: none;
}

.main-color {
  opacity: .6;
}

.slide-wrapper {
  background-color: #0000;
  height: auto;
}

.arrow-slider-right {
  background-color: var(--third-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2px;
  font-size: 23px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -180px;
}

.arrow-slider-right:hover {
  background-color: var(--second-color);
  transform: scale(.94);
}

.data-text {
  opacity: .7;
  margin-bottom: 0;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.hero-overlay {
  z-index: 2;
  background-image: linear-gradient(#00000040, #00000040);
  position: absolute;
  inset: 0%;
}

.rich-text-blog p {
  font-size: 20px;
}

.rich-text-blog ol {
  opacity: .7;
  font-weight: 500;
}

.social-wrapper-footer {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 17px;
  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;
}

.project-title {
  margin-bottom: 8px;
}

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

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

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

.faq-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.faq-title {
  color: var(--white);
  letter-spacing: normal;
  text-transform: none;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.space-divider {
  width: 100%;
  min-height: 17px;
}

.input {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #ffffff21;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 20px 16px 24px;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  box-shadow: 0 1px #00000026;
}

.input::placeholder {
  color: var(--body-text-color);
  font-size: 17px;
  font-weight: 500;
}

.form-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-area {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #ffffff26;
  margin-bottom: 0;
  padding: 18px 20px 55px 18px;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  box-shadow: 0 1px #00000026;
}

.text-area:focus {
  color: #211f54;
}

.text-area::placeholder {
  color: var(--body-text-color);
  font-size: 17px;
  font-weight: 500;
}

.success-message {
  background-color: var(--third-color);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

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

.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-plan-justify {
  background-color: var(--third-color);
  border: 1px solid #ffffff1f;
  padding: 40px 45px 45px;
  position: relative;
  box-shadow: 0 1px #00000026;
}

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

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

.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.top {
  grid-row-gap: 15px;
}

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

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

.pricing-divider {
  background-color: var(--main-color);
  opacity: .09;
  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: 16px;
  font-weight: 600;
}

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

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

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

.select-field {
  color: #63666d;
  background-color: #0000;
  border: 1px #000;
  padding-left: 5px;
  padding-right: 6px;
  font-size: 16px;
  position: relative;
  top: 4px;
}

.cart-flex {
  grid-column-gap: 0px;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.cart-quantity-3 {
  color: #3f4242;
  background-color: #0000;
  border-style: solid;
  border-color: #b8b6b4;
  border-radius: 0;
  width: 50px;
  font-weight: 500;
}

.cart-quantity-3.white-line {
  color: #3f424280;
  background-color: #0000;
  border-style: solid;
  border-color: #b8b6b4;
  border-radius: 15px;
  width: 70px;
  height: 50px;
  font-size: 16px;
}

.month-button {
  color: #fff;
  background-color: #fff0;
  border-color: #ffffff1f;
  border-radius: 30px;
  font-size: 15px;
  box-shadow: 0 1px #0003;
}

.option {
  opacity: .63;
  font-size: 15px;
}

.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 15px 15px auto;
  box-shadow: 0 12px 28px #00000024;
}

.loader-badge {
  background-image: none;
  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;
}

.tv-dots {
  z-index: 9999;
  opacity: .05;
  pointer-events: none;
  background-image: url('../images/dots.gif');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.last-item {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  order: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.hide-desktop {
  display: none;
}

.hero-subhead-second {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

.hero-subhead-second.white {
  opacity: 1;
  font-size: 1.3rem;
  font-weight: 600;
}

.subtotal-2 {
  font-size: 16px;
}

.last-part {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.button-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  background-color: #f0f0f000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button-link.dark {
  color: #000;
}

.cart-quantity-2 {
  background-color: #fafafa00;
  border-color: #dddddd1f;
  border-radius: 0;
}

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

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

.social-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

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

.close-button {
  filter: invert();
  background-color: #00000026;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.nav-arrow-move {
  justify-content: center;
  align-items: center;
  width: 12px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.nav-arrow-move.for-social {
  filter: invert();
  width: 16px;
}

.nav-arrow-move.for-social.duble {
  width: 22px;
}

.cart-wrapper {
  background-color: #000000b3;
}

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

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

.nav-menu.first {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.right-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.pricing-text-2 {
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.icon-2 {
  width: 10px;
}

.navbar {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #ddd0;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  padding: 40px 3% 20px;
  display: grid;
}

.navigation-text {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.navigation-text.semi {
  font-weight: 600;
}

.navigation-text.cart-quantity {
  opacity: .7;
  margin-left: 0;
  padding-left: 0;
}

.cart-flex-main {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

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

.make-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.logo-grid-list {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo-grid-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding: 1.5rem 1rem;
  display: flex;
}

.logo-grid-mask {
  max-height: 3.4rem;
  overflow: hidden;
}

.logo-grid-track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-client {
  filter: invert();
  height: 3.4rem;
  max-height: 3.4rem;
}

.line-divider {
  opacity: .2;
  background-color: #fff;
  width: 100%;
  height: .5px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.blog-grid-second {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

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

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

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

.data-image-2.invert {
  opacity: .7;
}

.data-flex-main {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  border-top: 1px solid #ffffff26;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.blog-wrapper {
  color: var(--white);
  width: 100%;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.data-inside-main {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

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

.blog-wrap.auto {
  height: auto;
}

.button-icon-main {
  z-index: 5;
  background-color: var(--main-color);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 20px 0% auto auto;
  overflow: hidden;
  transform: none;
}

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

.figma-text {
  opacity: 1;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 20px;
}

.footer-grid-second {
  z-index: 4;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  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;
}

.white-link {
  opacity: .77;
  color: #fff;
}

.subscribe-field-footer {
  color: #fff;
  background-color: #242424;
  background-image: url('../images/icons8-paper-plane-256-2_1icons8-paper-plane-256 (2).avif');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 34px;
  border: 1px #000;
  align-self: center;
  height: 80px;
  margin-bottom: 0;
  padding-left: 58px;
  font-size: 17px;
}

.subscribe-field-footer::placeholder {
  color: #ffffff80;
  font-size: 17px;
  font-weight: 500;
}

.checkbox-main {
  opacity: .5;
  border: 1px solid #ffffffa1;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-main.w--redirected-checked {
  opacity: 1;
  background-color: #d9dae2;
  background-image: url('../images/check_1check.avif');
  background-position: 50%;
  background-size: 10px;
  border-color: #d9dae2;
}

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

.flex-space-between {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.button-subscribe {
  color: #d9dae2;
  cursor: pointer;
  background-color: #000;
  padding: 19px 22px;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.button-subscribe:hover {
  background-color: #080425;
}

.button-subscribe.subscribe {
  background-color: var(--third-color);
  color: #fff;
  text-transform: uppercase;
  padding: 24px 29px;
  position: absolute;
  inset: 6px 6px auto auto;
}

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

.navigation-flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.subscribe-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.figma-file-absolute {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #d9dae2;
  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;
}

.line-page-divider {
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 50px;
  position: relative;
}

.line-page-divider.dark {
  opacity: .15;
  margin-top: 40px;
}

.button-button-icon {
  z-index: 5;
  color: #000;
  background-color: #f1f3f8;
  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-button-icon.relative {
  color: #f1f3f8;
  background-color: #232323;
  width: 32px;
  height: 32px;
  position: relative;
  top: 0;
  right: 0;
}

.line-bottom {
  opacity: .44;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 6px;
}

.copyright-bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.footer-title {
  opacity: .6;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.checkbox-label-footer {
  opacity: 1;
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}

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

.flex-cta {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.inner-display {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9.5vw;
  line-height: 1.2;
}

@media screen and (min-width: 1280px) {
  .pricing-text, .pricing-text-2 {
    margin-bottom: 3px;
  }
}

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

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

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

  .hero {
    min-height: 700px;
  }

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

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

  .hero.first {
    min-height: 700px;
  }

  .hero.second {
    background-image: linear-gradient(to bottom, null, null), url('../images/hero-2_1hero-2.avif');
  }

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

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

  .hero-subhead {
    font-size: 29px;
  }

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

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

  .section.overflow {
    padding-bottom: 150px;
  }

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

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

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

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

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

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

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

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

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

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

  .absolute-element {
    padding-left: 1%;
    padding-right: 1%;
  }

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

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

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

  .image-wrap.for-testimonials {
    min-height: 450px;
  }

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

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

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

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

  .service-content {
    max-width: 90%;
    top: 30px;
    left: 20px;
  }

  .subhead-big {
    font-size: 24px;
  }

  .arrow-slider-left {
    top: auto;
    bottom: -90px;
    right: auto;
  }

  .slider-mask {
    position: static;
  }

  .brand-image {
    margin-bottom: 40px;
  }

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

  .card-testimonial {
    min-height: 450px;
    padding-top: 37px;
  }

  .arrow-slider-right {
    top: auto;
    bottom: -90px;
    left: auto;
  }

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

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

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

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

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

  .collection-list {
    grid-template-columns: 1fr;
  }

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

  .hide-desktop {
    display: block;
  }

  .hero-subhead-second {
    font-size: .8rem;
  }

  .button-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .button-link.hide-nav-desktop {
    display: flex;
  }

  .social-flex.hide {
    display: none;
  }

  .nav-menu {
    grid-row-gap: 15px;
    background-color: #171717;
    padding: 20px;
  }

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

  .navbar {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .make-grid.hide-mobile {
    display: none;
  }

  .blog-grid-second {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .blog-wrap {
    height: 60vh;
  }

  .footer-grid-second {
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 2fr;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .copyright-bottom {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@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 {
    min-height: 500px;
  }

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

  .hero.first, .hero.second {
    min-height: 600px;
  }

  .container.with-vh {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .main-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .hero-subhead {
    font-size: 25px;
  }

  .footer {
    padding-bottom: 30px;
  }

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

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

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

  .absolute-element {
    padding-left: 1%;
  }

  .ticket-flex-main {
    font-size: 20vw;
  }

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

  .main-title-page {
    font-size: 48px;
  }

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

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

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

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

  .service-content {
    max-width: 76%;
    top: 50px;
    left: 50px;
  }

  .section-rounded {
    padding-top: 120px;
  }

  .section-rounded._0-bottom {
    padding-bottom: 100px;
  }

  .arrow-slider-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -80px;
  }

  .brand-image {
    margin-bottom: 32px;
  }

  .card-testimonial {
    padding: 31px 32px 20px;
  }

  .arrow-slider-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -80px;
  }

  .faq-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

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

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

  .cart-quantity-3.white-line {
    height: 45px;
  }

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

  .last-part {
    order: 1;
  }

  .logo-first {
    order: -1;
  }

  .navbar {
    align-items: center;
    display: flex;
  }

  .hide-text {
    display: none;
  }

  .logo-grid-list {
    grid-template-columns: 1fr 1fr;
  }

  .logo-grid-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-client {
    max-height: 3rem;
  }

  .blog-wrap {
    height: 55vh;
  }

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

  .footer-grid-second {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr .25fr;
  }

  .inner-display {
    font-size: 12vw;
  }
}

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

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

  .hero.for-inner-second {
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .hero.first {
    min-height: 400px;
  }

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

  .main-grid._5vw {
    grid-row-gap: 12vw;
  }

  .hero-subhead {
    font-size: 22px;
  }

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

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

  .footer {
    padding-top: 50px;
  }

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

  .ticket-flex-main {
    font-size: 30vw;
  }

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

  .play-image {
    width: 20px;
  }

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

  .main-title-page {
    font-size: 29px;
  }

  .image-wrap {
    aspect-ratio: 1;
  }

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

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

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

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

  .team-list {
    padding: 10px;
  }

  .service-content {
    max-width: 80%;
    top: 30px;
    left: 30px;
  }

  .arrow-right {
    bottom: 15px;
  }

  .section-rounded {
    padding-top: 60px;
  }

  .subhead-testimonials {
    max-width: 100%;
    font-size: 21px;
  }

  .arrow-slider-left {
    bottom: -72px;
    left: 26%;
  }

  .brand-image {
    margin-bottom: 32px;
  }

  .card-testimonial {
    padding: 55px 24px 25px;
  }

  .arrow-slider-right {
    bottom: -72px;
    right: 26%;
  }

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

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-area {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

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

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

  .cart-quantity-3.white-line {
    width: 50px;
    height: 42px;
  }

  .month-button {
    margin-right: 0;
  }

  .button-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .last-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: none;
  }

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

  .logo-first {
    flex: none;
  }

  .navbar {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-text {
    font-size: .875rem;
  }

  .blog-grid-second {
    grid-template-columns: 1fr;
  }

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

  .blog-wrapper {
    font-size: 24px;
  }

  .blog-wrap {
    height: auto;
    min-height: 450px;
  }

  .blog-wrap.auto {
    min-height: auto;
  }

  .footer-grid-second {
    grid-template-columns: 2fr;
  }

  .subscribe-field-footer {
    background-position: 5%;
    background-size: 26px;
    height: 70px;
    padding-left: 50px;
  }

  .checkbox-main {
    flex: none;
  }

  .button-subscribe.subscribe {
    padding: 19px 17px;
  }

  .subscribe-form {
    width: 100%;
  }

  .line-page-divider {
    margin-top: 25px;
    margin-bottom: 25px;
  }

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

  .inner-display {
    text-align: center;
    font-size: 42px;
  }
}

#w-node-_0e296bb6-cbf4-c512-c657-7b0a7efa0729-3a9aa072 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d26bde8-543a-0b8f-9cbf-0f8dced2dd8c-3a9aa072 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_7edcbcc8-43ba-14b6-a2fe-534e22d2b0b5-3a9aa072 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_003c06e4-3daa-237a-c6ec-7edfad669432-3a9aa072 {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-_0fd50ad7-35d6-e97c-e85b-ebe98861070d-3a9aa072 {
  grid-area: 2 / 8 / 3 / 12;
  place-self: start center;
}

#w-node-_5bb5f581-a6a1-bac6-072f-df83bb1513a4-3a9aa072, #w-node-_5bb5f581-a6a1-bac6-072f-df83bb1513aa-3a9aa072 {
  place-self: stretch center;
}

#w-node-_5bb5f581-a6a1-bac6-072f-df83bb1513b0-3a9aa072 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_5bb5f581-a6a1-bac6-072f-df83bb1513b6-3a9aa072, #w-node-_5bb5f581-a6a1-bac6-072f-df83bb1513bc-3a9aa072, #w-node-_5bb5f581-a6a1-bac6-072f-df83bb1513c2-3a9aa072, #w-node-_5bb5f581-a6a1-bac6-072f-df83bb1513c8-3a9aa072, #w-node-_5bb5f581-a6a1-bac6-072f-df83bb1513ce-3a9aa072 {
  place-self: stretch center;
}

#w-node-_4377ccde-ac3f-35f2-0435-98562e8b3584-3a9aa072 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4377ccde-ac3f-35f2-0435-98562e8b3586-3a9aa072 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-bc84c8b5-b141-204c-aeb8-2923df1660c3-3a9aa072 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bc84c8b5-b141-204c-aeb8-2923df1660c5-3a9aa072 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_63770349-b775-092c-8614-f5330d7b086e-3a9aa072 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_63770349-b775-092c-8614-f5330d7b0870-3a9aa072 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-c38fdb19-db87-1930-30a9-be88253fff46-11a276ee {
  grid-area: 1 / 9 / 2 / 13;
}

#subscribe.w-node-c38fdb19-db87-1930-30a9-be88253fff4a-11a276ee {
  align-self: stretch;
}

#w-node-c38fdb19-db87-1930-30a9-be88253fff59-11a276ee {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c38fdb19-db87-1930-30a9-be88253fff72-11a276ee {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c38fdb19-db87-1930-30a9-be88253fff82-11a276ee {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_879c1610-cd5b-0e30-518b-746c151f5202-151f5201 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_879c1610-cd5b-0e30-518b-746c151f5205-151f5201 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_879c1610-cd5b-0e30-518b-746c151f5208-151f5201 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_879c1610-cd5b-0e30-518b-746c151f5267-151f5201 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a0958d89-a9dc-5eb1-cf9c-33eb4b3a6b55-3a9aa073 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a0958d89-a9dc-5eb1-cf9c-33eb4b3a6b57-3a9aa073 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-ee10d8dd-9cb4-8d8a-9417-9b90b9b84d88-3a9aa073, #w-node-fb1a16d9-27c1-b3bd-19e9-cffc1408b871-3a9aa073 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-_0ad21526-0e3b-0d7f-7742-4ffd020f9c34-3a9aa07c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0ad21526-0e3b-0d7f-7742-4ffd020f9c36-3a9aa07c {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_0126c865-6f66-5181-e8af-ed7c5f4c849a-3a9aa07c {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_8b9a0a42-8685-537a-ca59-bfb5320c02ba-3a9aa07c {
  grid-area: 2 / 7 / 3 / 12;
}

#w-node-_0ad21526-0e3b-0d7f-7742-4ffd020f9c3c-3a9aa07c {
  grid-area: 3 / 2 / 4 / 6;
}

#w-node-_0ad21526-0e3b-0d7f-7742-4ffd020f9c3f-3a9aa07c {
  grid-area: 3 / 7 / 4 / 8;
}

#w-node-_0ad21526-0e3b-0d7f-7742-4ffd020f9c41-3a9aa07c {
  grid-area: 3 / 8 / 4 / 12;
  place-self: start center;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1d-3a9aa07c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ee44a33c-d2c8-7ae4-798c-a9d73ed58f1f-3a9aa07c {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc058-3a9aa07d, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc059-3a9aa07d, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc05a-3a9aa07d, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc05d-3a9aa07d, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc05f-3a9aa07d, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc062-3a9aa07d, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc067-3a9aa07d, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc06b-3a9aa07d, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc06f-3a9aa07d, #w-node-_832913e8-e375-3e01-3fc9-9ca32e9dc073-3a9aa07d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a335-3a9aa07e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a337-3a9aa07e {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_61aa41c1-814b-2141-237e-0f2b640e4092-3a9aa07e {
  grid-area: 2 / 4 / 3 / 11;
}

#w-node-_61aa41c1-814b-2141-237e-0f2b640e40ad-3a9aa07e, #w-node-_61aa41c1-814b-2141-237e-0f2b640e40b3-3a9aa07e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a363-3a9aa07e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e5fe275-4eb7-4405-3da3-1f794394a365-3a9aa07e {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-c0f16437-fb40-1924-ae9f-8b7ad4ff5366-3a9aa080, #w-node-c0f16437-fb40-1924-ae9f-8b7ad4ff5367-3a9aa080, #w-node-c0f16437-fb40-1924-ae9f-8b7ad4ff5368-3a9aa080, #w-node-c0f16437-fb40-1924-ae9f-8b7ad4ff536a-3a9aa080, #w-node-c0f16437-fb40-1924-ae9f-8b7ad4ff536b-3a9aa080, #w-node-c0f16437-fb40-1924-ae9f-8b7ad4ff536d-3a9aa080, #w-node-c0f16437-fb40-1924-ae9f-8b7ad4ff5372-3a9aa080, #w-node-c0f16437-fb40-1924-ae9f-8b7ad4ff5375-3a9aa080, #w-node-c0f16437-fb40-1924-ae9f-8b7ad4ff5378-3a9aa080, #w-node-c0f16437-fb40-1924-ae9f-8b7ad4ff537b-3a9aa080 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb759876-a0d9-6416-5784-2cff9cdeefb1-3a9aa081 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-eb759876-a0d9-6416-5784-2cff9cdeefb3-3a9aa081 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-eaf729f7-1feb-c20e-38f5-60c7c5d0d774-3a9aa081 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-_79716906-2008-730b-3897-8f820d7bf95a-3a9aa081, #w-node-_1083e622-950d-b131-53d8-ac060ffb6414-3a9aa081 {
  grid-area: 3 / 5 / 4 / 12;
}

#w-node-ae938bb0-ae72-f02c-71a7-dfa5cc2f0105-3a9aa085 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ae938bb0-ae72-f02c-71a7-dfa5cc2f0107-3a9aa085 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-eacbe5b6-f613-1922-7932-1b1031ff2991-3a9aa085, #w-node-_4f6e6f4a-ad16-d2c7-2122-1c9f6d0d9c9b-3a9aa085 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-_76fc8e83-50c6-b2eb-e42e-818b4ae2a74d-3a9aa085, #w-node-_76fc8e83-50c6-b2eb-e42e-818b4ae2a753-3a9aa085 {
  place-self: stretch center;
}

#w-node-_76fc8e83-50c6-b2eb-e42e-818b4ae2a759-3a9aa085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_76fc8e83-50c6-b2eb-e42e-818b4ae2a75f-3a9aa085, #w-node-_76fc8e83-50c6-b2eb-e42e-818b4ae2a765-3a9aa085, #w-node-_76fc8e83-50c6-b2eb-e42e-818b4ae2a76b-3a9aa085, #w-node-_76fc8e83-50c6-b2eb-e42e-818b4ae2a771-3a9aa085, #w-node-_76fc8e83-50c6-b2eb-e42e-818b4ae2a777-3a9aa085 {
  place-self: stretch center;
}

#w-node-_6bbaf5a1-a3e8-3360-c0b5-1c9f6f06d1ae-3a9aa085 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6bbaf5a1-a3e8-3360-c0b5-1c9f6f06d1b0-3a9aa085 {
  grid-area: 1 / 5 / 2 / 12;
}

@media screen and (max-width: 479px) {
  #w-node-_61aa41c1-814b-2141-237e-0f2b640e40ad-3a9aa07e {
    grid-column: span 1 / span 1;
  }

  #w-node-_61aa41c1-814b-2141-237e-0f2b640e40b3-3a9aa07e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


