:root {
  --paragraph: #858585;
  --base-dark: #151515;
  --primary: #ff4e4e;
  --primary-light: #faf6f6;
  --primary-2: #BF0D30;
  --dark-slate-blue: #0B226A;
  --white: white;
  --gray: #e9e9e9;
  --black: black;
  --light-gray: #f9f9fa;
  --dark-gray-50: rgba(175, 175, 175, .5);
  --dark-gray: #afafaf;
  --white-50: rgba(255, 255, 255, .5);
}

.div-block-3 {
  flex-direction: column;
  display: flex;
}


.footer-social-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white);
  text-transform: none;
  justify-content: space-between;
  font-family: Inter, sans-serif;
  text-decoration: underline;
  display: flex;
}

.footer-social-icon {
  width: 22px;
  margin-right: 4px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: all .3s;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 22px;
  margin-right: 7px;
}

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

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

.w-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-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  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;
  -ms-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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.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 {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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;
  -ms-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;
  -ms-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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

@media screen and (max-width: 767px) {
  .squadresection{
    padding-top: 30px!important;
    padding-bottom: 30px!important;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--paragraph);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--base-dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 74px;
  line-height: 1.2em;
}

h2 {
  color: var(--base-dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 62px;
  line-height: 1.2em;
}

h3 {
  color: var(--base-dark);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Anton, sans-serif;
  font-size: 40px;
  line-height: 1.2em;
}

h4 {
  color: var(--base-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
}

h5 {
  color: var(--base-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

h6 {
  color: var(--base-dark);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

p {
  color: var(--paragraph);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  letter-spacing: .8px;
  text-transform: uppercase;
  align-items: center;
  font-family: Anton, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

li {
  color: var(--base-dark);
  background-image: url('../images/list-bullet.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

label {
  margin-bottom: 10px;
  display: block;
}

em {
  font-style: italic;
}

blockquote {
  text-align: center;
  background-image: url('../images/Quote-icon.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Anton, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--primary-light);
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.without-top-spacing.red {
  background-color: var(--primary-2);
}

.section.home-faq {
  background-color: var(--dark-slate-blue);
  padding-top: 0;
  overflow: hidden;
}

.section.top-player-section {
  overflow: hidden;
}

.section.top-player-section.red {
  background-color: var(--primary-2);
}

.section.top-player-section.red.notoppadding {
  padding-top: 0;
}

.section.latest-tournament {
  background-color: var(--base-dark);
  overflow: hidden;
}

.section.primary-dark-bg {
  background-color: var(--base-dark);
}

.section.hide {
  display: none;
}

.section.notopborder {
  padding-top: 0;
}

.section.home-faq {
  background-color: var(--dark-slate-blue);
  padding-top: 0;
  overflow: hidden;
}

.base-container {
  max-width: 1200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.spazi {
  padding-top: 31px;
}

.grid-system-wrapper {
  width: 100%;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  width: 80%;
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  display: flex;
}

.grid-title {
  width: 19%;
  background-color: var(--primary);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  width: 24%;
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  margin-top: 0;
}

.grid-description {
  width: 19%;
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  width: 24%;
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

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

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

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--primary);
}

.gray-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--gray);
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--base-dark);
}

.black-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--black);
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--light-gray);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--primary-light);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.white-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--white);
}

.headings-typography-wrapper {
  width: 48%;
  flex-flow: wrap;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 52px;
}

.h2-tablet {
  font-size: 46px;
}

.h1-mobile {
  font-size: 40px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--primary-2);
  background-color: var(--primary-2);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 12px 20px;
  font-family: Anton, sans-serif;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  opacity: 1;
  color: var(--primary-2);
}

.primary-button.full-width {
  width: 100%;
  display: block;
}

.primary-button.dark {
  border-color: var(--black);
  background-color: var(--black);
}

.primary-button.dark:hover {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.primary-button.button-white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--base-dark);
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.primary-button.button-white:hover, .primary-button.button-outline-white {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.primary-button.button-outline-white:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--base-dark);
}

.primary-button.nav-button {
  background-color: var(--primary-2);
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.primary-button.nav-button:hover {
  background-color: var(--gray);
  color: var(--primary-2);
}

.primary-button.outline-hover:hover {
  border-color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
}

.primary-button.checkout {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.primary-button.outline-hover-full-width {
  width: 100%;
  display: block;
}

.primary-button.outline-hover-full-width:hover {
  border-color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
}

.primary-button.button-outline {
  border-color: var(--primary);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.primary-button.button-outline:hover {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--base-dark);
}

.primary-button.nav-button-tablet {
  display: none;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.navbar {
  width: 100%;
  background-color: var(--dark-slate-blue);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.nav-container {
  min-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--white);
  letter-spacing: 0;
  font-family: Gotham, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition-property: opacity;
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.w--current {
  color: var(--primary);
  display: block;
}

.nav-link.active {
  text-decoration: underline;
}

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

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  width: 200px;
  background-color: #fff;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 10px 0 50px rgba(0, 0, 0, .1);
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 380px;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  color: var(--white);
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  transition: opacity .2s;
}

.nav-item-title:hover {
  opacity: .7;
}

.pages-banner {
  min-height: 400px;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.pages-banner.about-us {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) 69%), linear-gradient(rgba(51, 51, 51, .6), rgba(51, 51, 51, .6)), url('../images/soccer-football-field-close-up-sports-net-football-goal.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
}

.pages-banner.schedule {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/banner-p-02_1-p-02.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.pages-banner.results {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/banner-p-03_1-p-03.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.pages-banner.team {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/banner-p-04_1-p-04.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.pages-banner.faq {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/banner-p-02_1-p-02.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.pages-banner.gallery {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/banner-p-01_1-p-01.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.pages-banner.tickets {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/DSC03922.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.pages-banner.awards {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/banner-p-02_1-p-02.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.pages-banner.partners {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/closeup-shot-painted-white-lines-green-soccer-field-germany.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.pages-banner.contact-us {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/banner-p-02_1-p-02.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.pages-banner.blog {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/DSC07902.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.pages-banner.shop {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/banner-p-03_1-p-03.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.pages-banner.changelog, .pages-banner.licensing {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/banner-p-02_1-p-02.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.licensing-title-wrapper {
  border-bottom: 1px rgba(94, 94, 94, .5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  width: 100%;
  border-top: 1px solid rgba(94, 94, 94, .5);
  padding-top: 40px;
}

.licensing-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px rgba(94, 94, 94, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  padding-bottom: 0;
}

.licensing-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.licensing-image.scale-to-fit {
  object-fit: scale-down;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--base-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--light-gray);
  text-align: center;
  font-family: Gotham, sans-serif;
}

.banner-title.hidedesk {
  display: none;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  width: 100%;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: var(--base-dark);
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  min-height: 44px;
  min-width: 280px;
  border: 1px solid var(--dark-gray-50);
  margin-bottom: 10px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--base-dark);
}

.password-input::-ms-input-placeholder {
  color: rgba(133, 133, 133, .3);
  font-family: Anton, sans-serif;
}

.password-input::placeholder {
  color: rgba(133, 133, 133, .3);
  font-family: Anton, sans-serif;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

._404-content-wrapper {
  max-width: 700px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coming-soon-wrapper {
  max-width: 690px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  flex-direction: column;
  display: flex;
}

.coming-soon-input {
  height: auto;
  min-width: 300px;
  border: 1px solid var(--gray);
  margin-bottom: 0;
  padding: 12px 20px;
}

.coming-soon-input:focus {
  border: 1px solid var(--base-dark);
}

.coming-soon-input::-ms-input-placeholder {
  color: rgba(133, 133, 133, .3);
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input::placeholder {
  color: rgba(133, 133, 133, .3);
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  width: 100vw;
  height: 100vh;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-post-title {
  font-family: Gotham, sans-serif;
  font-size: 31px;
  transition: color .3s;
}

.blog-post-title.news {
  font-size: 30px;
}

.nav-menu-wrapper {
  max-width: 1170px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 10px;
  padding: 12px 20px;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary);
}

.blog-template-wrapper {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  margin-bottom: 20px;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-pagination-icon {
  color: var(--primary);
  align-self: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  line-height: 1em;
}

.next-post-arrow {
  color: var(--dark-gray);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  width: auto;
  align-items: center;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.div-block-4 {
  align-self: center;
}

.footer {
  background-color: var(--dark-slate-blue);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
}

.footer-rights-wrapper {
  width: 100%;
  max-width: 1170px;
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-rights {
  color: var(--white);
  font-size: 14px;
  line-height: 1.6em;
}

.footer-copyright {
  width: 100%;
  color: var(--white);
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  display: inline;
}

.footer-copyright-link {
  color: var(--light-gray);
  letter-spacing: .2px;
  text-transform: none;
  margin-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: underline;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.body-with-background {
  background-color: var(--primary-light);
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.faq {
  max-width: 1000px;
}

.section-subtitle {
  color: var(--primary-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.section-subtitle.blue {
  color: var(--dark-slate-blue);
}

.team-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.team-card-image {
  width: 100%;
  height: 350px;
  min-width: 100%;
  color: var(--primary);
  object-fit: cover;
  object-position: 50% 30%;
}

.team-card-content-wrapper {
  width: 100%;
  text-align: center;
  letter-spacing: normal;
  padding-top: 10px;
}

.style-guide-buttons-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  color: var(--base-dark);
  font-size: 18px;
  line-height: 1.5em;
}

.banner-title-wrapper {
  max-width: 760px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-white {
  color: var(--white);
  font-family: Gotham, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.text-white.red {
  color: var(--primary-2);
}

.section-title {
  margin-top: 0;
  font-family: Gotham, sans-serif;
}

.section-title.primary-text {
  color: var(--primary-2);
}

.accordion-list {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-icon.third-style {
  color: var(--primary);
  color: #ff4e4e;
  font-size: 16px;
  line-height: 1em;
}

.accordion-title.third-style {
  color: var(--primary-2);
  font-family: Gotham, sans-serif;
}

.accordion-title.third-style-dark {
  width: 95%;
}

.accordion-title.third-style {
  color: #c62b21;
  font-family: Gotham, sans-serif;
}

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

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

.paragraph-no-margin {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

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

.contacts-textarea {
  min-height: 200px;
  border: 1px solid var(--white);
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea::-ms-input-placeholder {
  color: var(--dark-gray);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-textarea::placeholder {
  color: var(--dark-gray);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-3-form-wrapper {
  width: 100%;
  background-color: var(--primary-light);
  padding: 40px;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-3-input {
  height: auto;
  border: 1px solid var(--white);
  background-color: var(--white);
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-3-input:focus {
  border: 1px solid var(--primary);
}

.contacts-3-input::-ms-input-placeholder {
  color: var(--dark-gray);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-3-input::placeholder {
  color: var(--dark-gray);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-3-input.select-input {
  color: var(--dark-gray);
  margin-right: 0;
}

.contacts-3-form {
  text-align: center;
}

.footer-link {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  text-decoration: underline;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--primary-2);
}

.footer-link.small {
  text-transform: none;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-social-icons-wrapper {
  width: 20%;
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.white-text {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 37px;
}

.footer-brand {
  color: #fff;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  color: var(--primary-2);
  font-family: "Fa brands 400", sans-serif;
  font-size: 25px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--white);
}

.footer-links-wrapper {
  width: 50%;
  grid-column-gap: 50px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.search-shop-con {
  min-width: auto;
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  height: auto;
  margin-bottom: 0;
  padding: 12px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--base-dark);
}

.search-input::-ms-input-placeholder {
  color: rgba(133, 133, 133, .3);
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.search-input::placeholder {
  color: rgba(133, 133, 133, .3);
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.footer-logo-wrapper {
  width: 20%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.customers-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-gray-50);
  border-left: 1px solid var(--dark-gray-50);
  grid-template-columns: 1fr 1fr 1fr;
}

.award-wrapper {
  width: 100%;
  height: 360px;
  border-right: 1px solid var(--dark-gray-50);
  border-bottom: 1px solid var(--dark-gray-50);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.award-wrapper:hover {
  opacity: 1;
}

.award-title {
  color: var(--base-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Anton, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.list-item-circle {
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 7px;
  bottom: auto;
  left: 0;
  right: auto;
}

.accordion-wrap-one-column {
  width: 100%;
}

.customer-image {
  height: 100px;
  transition: opacity .2s;
}

.customer-image:hover {
  opacity: .7;
}

.dark-gray-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--dark-gray);
}

.headings-container {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.button-wrapper.home-banner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 50px;
  display: flex;
}

.button-wrapper.home-3-banner {
  width: 50%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-three {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.section-with-blue-background {
  background-color: var(--primary-2);
}

.about-3-form-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.about-3-form {
  align-items: stretch;
  margin-top: 15px;
  display: flex;
}

.form-text-field {
  width: 360px;
  height: auto;
  border: 1px solid var(--white);
  margin-bottom: 0;
  padding: 12px 20px;
  font-family: Anton, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.form-text-field:focus {
  border-style: solid;
  border-color: var(--black);
}

.form-text-field::-ms-input-placeholder {
  color: rgba(133, 133, 133, .3);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1em;
}

.form-text-field::placeholder {
  color: rgba(133, 133, 133, .3);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1em;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.template-empty-state {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-content-wrapper {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.project-pagination-wrapper {
  border-top: 1px solid var(--dark-gray-50);
  background-color: var(--base-dark);
  align-items: stretch;
  display: flex;
}

.project-pagination-icon-wrapper {
  width: 20%;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

.nav-dropdown-column {
  width: 50%;
}

.contacts-with-background {
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.contacts-with-background.contact-two {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.conracts-with-bg-button {
  width: 20%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.primary-color-background {
  background-color: var(--primary-2);
  overflow: hidden;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-with-bg-text {
  width: 80%;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  max-width: 780px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-primary-color {
  color: var(--primary);
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-two {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  top: 60%;
  bottom: auto;
  left: 24%;
  right: 0%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  top: 19%;
  bottom: 0%;
  left: auto;
  right: 4%;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  top: 47%;
  bottom: 0%;
  left: 50%;
  right: 30%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  top: 31%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.subtitle {
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  width: 33.33%;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ticket-item {
  grid-row-gap: 10px;
  background-color: var(--base-dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  width: 190px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-7-projects-collection, .home-7-projects-list {
  width: 100%;
}

.home-7-projects-item {
  height: 260px;
  position: relative;
  overflow: hidden;
}

.home-7-project-image {
  width: 100%;
  height: 100%;
  filter: brightness(70%);
  object-fit: cover;
  transition: transform .2s;
}

.home-7-project-image:hover {
  transform: scale(1.06);
}

.projects-category {
  letter-spacing: .2px;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.home-7-projects-item-name {
  color: var(--white);
  margin-left: 25px;
  font-size: 22px;
}

.home-7-projects-collection-list-small {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-7-projects-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.tickets-blog-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.blog-category {
  background-color: var(--primary-2);
  color: var(--white);
  padding: 12px 25px;
  font-family: Gotham, sans-serif;
  transition-property: background-color;
  display: inline-block;
}

.blog-category.primary {
  background-color: var(--primary);
}

.blog-category.primary:hover {
  background-color: var(--base-dark);
}

.home-7-blog-category-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-left: -30px;
  display: flex;
}

.home-7-blog-category-wrapper.small {
  margin-left: -20px;
  position: relative;
  top: -15px;
}

.home-7-blog-content {
  z-index: 50;
  background-color: var(--white);
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  width: 100%;
  max-width: 35vw;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px rgba(20, 23, 51, .15);
}

.project-button-link {
  width: 40%;
  color: var(--white);
  justify-content: center;
  display: flex;
}

.project-button-link:hover {
  color: var(--primary);
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
}

.home-9-team-item {
  width: 31%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  width: 100%;
  height: 370px;
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  width: 16px;
  height: 2px;
  background-color: var(--primary);
  margin-right: 15px;
  display: inline-block;
}

.search {
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.subtitle-two {
  color: #fc8e44;
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.project-title-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: auto;
}

.projects-category-wrap {
  background-color: var(--primary);
  color: var(--white);
  padding: 10px 25px;
  transition: color .3s, background-color .3s;
}

.projects-category-wrap:hover {
  background-color: var(--white);
  color: var(--primary);
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.rich-text-style h2 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.rich-text-style h3 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style em {
  color: var(--primary-2);
  font-family: Gotham, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
}

.home-banner-left-arrow {
  height: 40px;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.home-23-team-item {
  width: 33%;
}

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

.primary-text {
  color: var(--primary);
}

.brand-tablet {
  display: none;
}

.paragraph-gray-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--paragraph);
}

.home-banner-content {
  z-index: 999;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.banner-home-title-wrapper {
  width: 70%;
  flex-direction: column;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.home-title {
  z-index: 999;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 70px;
  font-weight: 700;
  position: relative;
}

.home-title.second {
  color: var(--black);
}

.home-banner-discription {
  width: 60%;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-home {
  position: relative;
  min-height: 86vh;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
  /* Add this to prevent overflow */
}

#bannerVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  /* Keeps the video behind your content */
}

.right-align-content-container {
  position: relative;
  z-index: 1;
  /* Ensures content is above the video */
}

.banner-bg-element {
  height: 90px;
  background-image: linear-gradient(177deg, rgba(0, 0, 0, 0) 55.5%, #fff 56%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-banner-bg-element-title {
  width: 230px;
  height: 230px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cart-quantity {
  height: 16px;
  min-width: 16px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  margin-left: -8px;
  padding: 2px 2px 2px 4px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  display: flex;
  position: relative;
}

.cart-button {
  color: #191919;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
}

.logo-wrapper-nav {
  width: auto;
}

.future-matches-wrapper {
  width: 100%;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.future-match-card {
  width: 100%;
  background-color: var(--primary-2);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.future-match-button-wrapper {
  width: 30%;
  grid-column-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.future-march-teams-wrapper {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.future-march-teams {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.future-march-team-logo {
  width: 85px;
  height: 85px;
  object-fit: scale-down;
}

.two-column-wrapper {
  z-index: 999;
  width: 100%;
  height: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.two-column-wrapper.our-story {
  min-height: 460px;
  grid-column-gap: 19px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.two-column-wrapper.latest-tournament {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.two-column-wrapper.about-us {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 57px;
}

.two-column-wrapper.home-two {
  align-items: center;
}

.two-column-wrapper.our-story {
  min-height: 460px;
  grid-column-gap: 70px;
}

.in-section-title-wrapper {
  margin-bottom: 30px;
}

.in-section-title-wrapper.about-team {
  padding-right: 100px;
}

.about-block-image-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.column-one {
  height: 100%;
}

.column-one.top-player-block {
  width: 45%;
}

.about-block-image {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.column-two {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.column-two.top-player-block, .column-two.player-block {
  width: 55%;
}

.about-block-image-bg {
  z-index: 0;
  width: 360px;
  height: 360px;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: -40px;
  right: auto;
}

.our-story-bottom-image {
  margin-top: auto;
}

.our-story-top-image {
  z-index: 5;
  width: 100%;
  height: 450px;
  max-width: 1170px;
  object-fit: cover;
  margin-top: 60px;
  position: relative;
}

.our-story-section-bg {
  z-index: 0;
  width: 100%;
  height: 220px;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.accordion-third-style-icon {
  color: var(--primary-2);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  line-height: 1em;
  position: absolute;
}

.our-story-bottom-image-wrapper {
  z-index: 0;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-story-image-bg {
  z-index: 1;
  width: 360px;
  height: 360px;
  opacity: .2;
  position: absolute;
  bottom: 44px;
  left: -39px;
  right: auto;
}

.our-story-image-bg.right {
  left: auto;
  right: -39px;
}

.our-story-top-image-wrapper {
  margin-bottom: 50px;
  position: relative;
}

.accordion-toggle-underline {
  width: 100%;
  white-space: normal;
  border-bottom: 1px solid rgba(133, 133, 133, .3);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  transition: border .3s;
  display: flex;
}

.accordion-toggle-underline:hover {
  border-bottom-color: rgba(133, 133, 133, .8);
}

.accordion-underline-list-content {
  color: var(--light-gray);
  margin-top: 20px;
  margin-bottom: 0;
}

.accordion-item-underline {
  width: 100%;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0 0 20px;
  position: static;
}

.content-container-bottom-margin-mobile {
  z-index: 999;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.content-wrapper-big-image-block {
  width: 48%;
  height: 100%;
}

.big-image-home {
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.title-h2-smaller {
  margin-top: 0;
  font-size: 42px;
}

.next-match-counter {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  margin-top: 50px;
  display: flex;
}

.counter-numbers {
  color: var(--white);
  text-shadow: 0 0 1.2px var(--primary), 0 0 1.2px var(--primary), 0 0 1.2px var(--primary), 0 0 1.2px var(--primary);
  margin-top: 10px;
  font-family: Anton, sans-serif;
  font-size: 74px;
  line-height: 1.2em;
}

.next-match-counter-items {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.top-player-block-image-bg {
  z-index: 0;
  width: 360px;
  height: 360px;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: -40px;
}

.top-player-block-image {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.top-player-block-image-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.footer-tilte {
  color: var(--white);
  text-align: left;
  align-self: flex-start;
}

.footer-bottom-wrapper {
  width: 100%;
  background-color: var(--dark-slate-blue);
  padding-top: 26px;
  padding-bottom: 26px;
}

.footer-top-wrapper {
  width: 100%;
  text-align: center;
  border-bottom: 1px rgba(21, 21, 21, .2);
  margin-bottom: 0;
  padding-bottom: 50px;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

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

.shop-collection-item {
  width: 100%;
}

.shop-list-item {
  width: 100%;
  height: 100%;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-list-image {
  width: 100%;
  height: 370px;
  object-fit: cover;
  transition: transform .3s;
  box-shadow: 7px 7px 50px rgba(0, 0, 0, .05);
}

.shop-list-image:hover {
  transform: scale(1.06);
}

.shop-link-block {
  width: 100%;
  overflow: hidden;
}

.shop-links-wrapper {
  position: relative;
}

.shop-item-price {
  color: var(--primary);
  letter-spacing: 2px;
  font-family: Anton, sans-serif;
  font-size: 20px;
}

.shop-item-link {
  color: var(--base-dark);
  font-size: 20px;
}

.shop-item-link:hover {
  color: var(--primary);
}

.on-sale-tag {
  z-index: 999;
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: .2px;
  padding: 10px 15px;
  font-size: 18px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .05);
}

.on-sale-tag:hover {
  background-color: var(--white);
  color: var(--primary);
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.shop-item-title-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-two-side-title-wrapper {
  z-index: 999;
  width: 100%;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.latest-tournament-image {
  z-index: 2;
  width: 100%;
  height: 300px;
  object-fit: cover;
  position: relative;
}

.latest-tournament-image-bg {
  z-index: 0;
  width: 180px;
  height: 180px;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: auto;
  right: -20px;
}

.latest-tournament-image-bg-two {
  z-index: 0;
  width: 180px;
  height: 180px;
  position: absolute;
  top: auto;
  bottom: -20px;
  left: -20px;
  right: auto;
}

.latest-tournament-overlay {
  z-index: 4;
  text-align: center;
  background-color: rgba(21, 21, 21, .5);
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition-property: background-color;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.latest-tournament-overlay:hover {
  background-color: rgba(255, 78, 78, .8);
}

.latest-tournament-teams {
  grid-column-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-subscribe-wrapper {
  width: 50%;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.footer-subscribe-title {
  width: 35%;
  color: var(--primary);
  text-align: left;
}

.form-footer {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.text-field {
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(21, 21, 21, .2);
  margin-bottom: 0;
  padding: 12px 20px 12px 0;
  font-size: 20px;
  line-height: 1em;
}

.text-field:focus {
  border-color: transparent transparent var(--primary);
}

.text-field::-ms-input-placeholder {
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.text-field::placeholder {
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.latest-tournament-image-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.big-image-about {
  width: 45%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.about-accordion-wrapper {
  margin-top: 50px;
}

.about-us-intro-image-bg {
  z-index: 0;
  width: 360px;
  height: 360px;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: auto;
  right: -30px;
}

.about-intro-image {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: cover;
  position: relative;
}

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

.collection-list-wrapper-team {
  z-index: 999;
  width: 100%;
  position: relative;
}

.collection-item-team {
  width: 100%;
}

.team-member-item-title {
  transition: color .2s;
}

.team-member-item-title:hover {
  color: var(--primary);
}

.team-main-wrapper {
  width: 100%;
  position: relative;
}

.team-image-bg-two {
  z-index: 0;
  width: 268px;
  height: 268px;
  position: absolute;
  top: -15px;
  bottom: auto;
  left: -15px;
  right: auto;
}

.team-image-bg {
  z-index: 0;
  width: 268px;
  height: 268px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: -15px;
}

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

.march-team-logo {
  width: 50px;
  height: 50px;
  object-fit: scale-down;
}

.match-score {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.match-place {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.match-date {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.match-name {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.matches-wrapper {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.match-info-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.match-item {
  grid-row-gap: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.match-item.first-item {
  border-top: 1px solid rgba(0, 0, 0, .2);
}

.team-two {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.team-one-copy {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.match-score-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.matches-archive-title-wrapper {
  z-index: 999;
  width: 100%;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.matches-archive-title-wrapper.first-item {
  margin-top: 50px;
}

.archive-season-wrapper {
  width: 100%;
}

.archive-seasons-main-wrapper {
  width: 100%;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.primary-light-background {
  background-color: var(--primary-light);
}

.player-block-image {
  z-index: 2;
  width: 100%;
  height: 450px;
  object-fit: cover;
  position: relative;
}

.player-number {
  z-index: 999;
  color: var(--primary);
  font-family: Anton, sans-serif;
  font-size: 120px;
  line-height: .9em;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: -40px;
  right: auto;
}

.collection-list-wrapper-team-member {
  width: 100%;
}

.collection-list-team-member {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-team-member {
  width: 100%;
}

.team-member-info {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.team-member-info-wrapper {
  flex-direction: row;
  margin-bottom: 30px;
  display: flex;
}

.team-member-info-column-with-line {
  border-left: 1px solid rgba(0, 0, 0, .2);
  flex-direction: column;
  margin-left: 30px;
  padding-left: 30px;
  display: flex;
}

.team-member-info-column {
  flex-direction: column;
  display: flex;
}

.gallery-image-link-block {
  width: 100%;
  height: 100%;
}

.gallery-info-wrapper {
  grid-column-gap: 50px;
  flex-wrap: wrap;
  display: flex;
}

.gallery-details-title-wrapper {
  z-index: 999;
  width: 100%;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.gallery-collection-list-wrapper {
  width: 100%;
}

.gallery-main-image-lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.gallery-main-image {
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.collection-list-3 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-preview {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
}

.gallery-lightbox-link {
  width: 100%;
  height: 100%;
}

.blog-post-title-copy {
  color: var(--white);
  transition: color .3s;
}

.blog-post-title-copy:hover {
  color: var(--primary);
}

.projects-category-link-copy {
  color: var(--primary);
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

.tickets-links-wrapper, .tickets-blog-list {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tickets-blog-item {
  width: 100%;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.tickets-collection-list-wrapper {
  width: 100%;
}

.award-image {
  height: 200px;
  object-fit: scale-down;
}

.regional-partners-wrapper {
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.main-partners-wrapper {
  width: 100%;
  grid-column-gap: 126px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.partner-cta {
  background-color: var(--primary-2);
}

.main-blog-list {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-blog-list.one-item {
  grid-template-columns: 1fr;
}

.main-blog-collection-list-wrapper {
  width: 100%;
}

.main-blog-collection-list-wrapper.one-item {
  margin-bottom: 30px;
}

.pagination-next {
  border-color: var(--primary);
  color: var(--base-dark);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  padding: 12px 20px;
  font-family: Anton, sans-serif;
  font-size: 16px;
  line-height: 1em;
  transition: background-color .2s, color .2s;
}

.pagination-next:hover {
  background-color: var(--primary);
  color: var(--white);
}

.pagination-previous {
  border-color: var(--primary);
  color: var(--base-dark);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  padding: 12px 20px;
  font-family: Anton, sans-serif;
  font-size: 16px;
  line-height: 1em;
  transition: background-color .2s, color .2s;
}

.pagination-previous:hover {
  background-color: var(--primary);
  color: var(--white);
}

.coming-soon-block-image-wrapper {
  max-width: 500px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.coming-soon-block-image {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.coming-soon-block-image-bg {
  z-index: 0;
  width: 360px;
  height: 360px;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: -40px;
}

._404-title {
  margin-bottom: 20px;
}

.cart-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.radio-button {
  filter: hue-rotate(40deg);
}

.checkout-form, .paypal-checkout-form, .order-confirmation {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.shop-tabs {
  width: 100%;
}

.sessions-tab-link {
  background-color: var(--primary-light);
  color: var(--base-dark);
  padding: 12px 18px;
  font-weight: 700;
}

.sessions-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
}

.shop-category-tabs-content {
  overflow: visible;
}

.shop-category-tabs {
  width: 100%;
}

.shop-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.shop-details-wrapper {
  width: 100%;
  grid-column-gap: 90px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-image-lightbox-link {
  width: 100%;
  height: 100%;
}

.shop-details-slider {
  height: 570px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.shop-item-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.shop-details-image-lightbox {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.shop-images-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-details-block {
  width: 100%;
  grid-row-gap: 25px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  margin-top: 80px;
  padding: 50px;
  display: flex;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .05);
}

.shop-details-subtitle {
  font-size: 16px;
  font-weight: 400;
}

.shop-item-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.shop-details-slide-nav {
  font-size: 10px;
  display: none;
}

.shop-details-left-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .3s;
  display: flex;
}

.shop-details-left-arrow:hover {
  background-color: var(--black);
}

.shop-details-right-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .3s;
  display: flex;
}

.shop-details-right-arrow:hover {
  background-color: var(--black);
}

.image-preview {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.image-preview.shop {
  border-radius: 5px;
}

.shop-image-item {
  width: 100%;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.shop-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.shop-details-title {
  margin-top: 0;
  font-size: 42px;
}

.shop-price-on-sale {
  color: #737886;
  text-decoration: line-through;
}

.shop-details-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.quantity {
  width: 100%;
  border-color: transparent transparent var(--dark-gray-50);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 15px;
}

.quantity:focus {
  border-color: transparent transparent var(--primary);
}

.cart-quantity-small {
  border-color: transparent transparent var(--dark-gray-50);
  background-color: rgba(0, 0, 0, 0);
}

.cart-quantity-small:focus {
  border-color: transparent transparent var(--primary);
}

.error-state {
  color: var(--base-dark);
  text-align: center;
  background-color: rgba(255, 78, 78, .3);
  padding-top: 12px;
  padding-bottom: 12px;
}

.cart-product-title {
  color: var(--base-dark);
  letter-spacing: .8px;
  font-family: Anton, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.order-items, .order-summary {
  margin-bottom: 0;
}

.success-message {
  color: var(--base-dark);
  text-align: center;
  background-color: #c3fca2;
  padding-top: 12px;
  padding-bottom: 12px;
}

.coming-soon-form-wrapper {
  flex-direction: row;
  display: flex;
}

.banner-home-two {
  flex-direction: row;
  align-items: center;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.banner-block-image {
  z-index: 2;
  width: 100%;
  height: 520px;
  object-fit: cover;
  position: relative;
  box-shadow: 32px 38px #000;
}

.banner-block-image-bg {
  z-index: 0;
  width: 360px;
  height: 360px;
  opacity: .2;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: -40px;
  right: auto;
}

.banner-block-image-wrapper {
  flex-direction: column;
  padding-bottom: 38px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.left-align-content-container {
  z-index: 999;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.right-align-content-container {
  z-index: 999;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.banner-home-3-title-wrapper {
  width: 50%;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.home-3-banner-discription {
  width: 50%;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 19px;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 1000;
  width: 141px;
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 12px;
}

.buy-this-template {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.hire-popup {
  z-index: 1000;
  width: 100%;
  max-width: 296px;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: 5px;
  right: auto;
}

.hire-popup.hide {
  display: none;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.heading, .heading-2, .heading-3 {
  font-family: Gotham, sans-serif;
}

.heading-4 {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.heading-5 {
  font-family: Gotham, sans-serif;
  font-size: 59px;
}

.heading-5.white {
  color: var(--white);
  font-size: 40px;
}

.quote {
  color: var(--white);
  font-family: Gotham, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
}

.heading-6 {
  color: var(--primary-2);
  font-family: Gotham, sans-serif;
}

.quick-stack {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-right: 5px none var(--white);
  margin-top: 40px;
}

.cell {
  border-right: 2px dotted var(--white);
}

.borderright {
  border-right: 2px dotted var(--light-gray);
  align-items: center;
}

.borderright.noborder {
  border-right-style: none;
}

.cell-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.infotitle {
  color: var(--white);
  font-family: Gotham, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

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

.heading-7, .heading-8 {
  font-family: Gotham, sans-serif;
}

.heading-8.white {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-8.white.spazi {
  margin-bottom: 33px;
}

.div-block {
  height: 500px;
}

.titolospazi {
  width: 100%;
  color: var(--white);
  font-family: Gotham, sans-serif;
  font-size: 18px;
}

.titolospazi:hover {
  text-decoration: underline;
}

.squadre {
  color: var(--black);
  font-size: 28px;
  font-weight: 600;
}

.image {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-2 {
  object-fit: cover;
  margin-top: 15px;
}

.image-3 {
  height: 100%;
  object-fit: cover;
  flex: 1;
}

.image-4 {
  object-fit: cover;
}

.paragraph-no-margin-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-no-margin-2.white {
  color: #fff;
}

.column-two-2 {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.base-container-2 {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.column-one-2 {
  width: 50%;
  height: 100%;
}

.text-white-2 {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 55px;
  font-weight: 700;
}

.text-white-2.red {
  color: #c62b21;
}

.accordion-underline-list-content-2 {
  color: #f9f9fa;
  margin-top: 20px;
  margin-bottom: 0;
}

.accordion-third-style-icon-2 {
  color: #c62b21;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  line-height: 1em;
  position: absolute;
}

.about-block-image-wrapper-2 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.home-cloumns {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  display: flex;
}

.home-column {
  width: 50%;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.shop-details {
    padding-top: 80px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .primary-button.dark {
    background-color: var(--dark-slate-blue);
    font-family: Gotham, sans-serif;
    font-weight: 700;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-sidebar-post-category {
    background-color: var(--primary-2);
    font-family: Gotham, sans-serif;
    font-weight: 700;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-rights-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .team-card-content-wrapper {
    text-align: left;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .section-with-blue-background {
    background-color: var(--primary-2);
  }

  .form-text-field {
    font-family: Gotham, sans-serif;
    font-weight: 300;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rich-text-style {
    color: var(--primary-2);
  }

  .rich-text-style h2 {
    font-family: Gotham, sans-serif;
    font-size: 46px;
  }

  .rich-text-style h4 {
    font-family: Gotham, sans-serif;
  }

  .center-title {
    padding-right: 140px;
  }

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

  .banner-home-title-wrapper {
    width: 59%;
  }

  .banner-home {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner-bg-element {
    height: 100px;
  }

  .two-column-wrapper {
    grid-column-gap: 100px;
  }

  .our-story-bottom-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .our-story-image-bg {
    left: -40px;
  }

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

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

  .shop-list-image {
    height: 270px;
  }

  .footer-subscribe-wrapper {
    grid-column-gap: 50px;
  }

  .footer-subscribe-title {
    width: 30%;
  }

  .about-us-intro-image-bg {
    width: 400px;
    height: 400px;
  }

  .team-image-bg-two {
    top: -30px;
    left: -30px;
  }

  .team-image-bg {
    right: -30px;
  }

  .blog-details-title {
    font-family: Gotham, sans-serif;
    font-size: 53px;
  }

  .coming-soon-block-image-wrapper {
    width: 40%;
  }

  .shop-details-block {
    margin-top: 120px;
  }

  .banner-home-two {
    padding-top: 100px;
  }

  .left-align-content-container, .right-align-content-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .home-banner-content {
    padding-bottom: 0;
  }

  .our-story-image-bg {
    left: -80px;
  }

  .image-preview {
    height: 540px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 110px;
  }

  h2 {
    font-size: 74px;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-dropdown-toggle {
    padding-left: 25px;
    padding-right: 25px;
  }

  .pages-banner {
    min-height: 460px;
  }

  .button-wrapper.home-3-banner {
    width: 60%;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .home-banner-content {
    margin-top: 0;
  }

  .banner-home-title-wrapper {
    width: 76%;
    padding-top: 100px;
  }

  .home-title {
    font-size: 100px;
  }

  .banner-home {
    min-height: 92vh;
  }

  .banner-bg-element {
    height: 160px;
    background-image: linear-gradient(177.5deg, rgba(0, 0, 0, 0) 55.5%, #fff 56%);
  }

  .home-banner-bg-element-title {
    width: 346px;
    height: 346px;
  }

  .about-block-image-bg {
    width: 400px;
    height: 400px;
  }

  .our-story-image-bg {
    width: 400px;
    height: 400px;
    bottom: 24px;
    left: -74px;
  }

  .counter-numbers {
    font-size: 110px;
  }

  .top-player-block-image-bg {
    width: 400px;
    height: 400px;
  }

  .player-number {
    font-size: 140px;
  }

  .blog-details-title {
    font-size: 88px;
  }

  .coming-soon-block-image-bg {
    width: 400px;
    height: 400px;
  }

  ._404-title {
    margin-bottom: 30px;
  }

  .banner-block-image {
    height: 680px;
  }

  .banner-block-image-bg {
    width: 400px;
    height: 400px;
  }

  .banner-home-3-title-wrapper, .home-3-banner-discription {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .div-block-4{
    order: 5;
  }
  .footer-tilte{
    text-align: center;
    align-self: center;
  }
  .div-block-2{
    width: 100%;
    align-items: center;
    align-self: center;
  }

  .div-block-3{
    width: 100%;
    align-items: center;
    align-self: center;
  }
  .mobile-reverse {
    flex-direction: column-reverse!important;
  }
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 46px;
  }

  h4 {
    font-size: 28px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button.nav-button {
    display: none;
  }

  .primary-button.nav-button-tablet {
    margin-top: 30px;
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    width: 320px;
    background-color: var(--white);
    flex-direction: column;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .menu-button {
    filter: brightness(200%) invert() grayscale();
    text-align: right;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    color: var(--base-dark);
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .nav-dropdown-list {
    width: 320px;
    border-style: none;
    flex-direction: column;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .close-menu-button {
    padding: 0 10px 0 0;
  }

  .close-menu-button.w--open {
    background-color: var(--white);
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    max-width: 60%;
    align-self: stretch;
  }

  .nav-item-title {
    color: var(--base-dark);
  }

  .pages-banner {
    min-height: 300px;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer-rights-wrapper {
    grid-column-gap: 30px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

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

  .style-guide-button-wrapper {
    width: 100%;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-3-input.last-child {
    margin-right: 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-links-wrapper {
    width: 100%;
    justify-content: center;
  }

  .search-shop-con {
    min-width: auto;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .form-text-field {
    width: 300px;
  }

  .nav-dropdown-column {
    width: 180px;
    justify-content: center;
  }

  .contacts-with-background {
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .conracts-with-bg-button {
    width: 25%;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-with-bg-text {
    width: 75%;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .testimonials-wrapper-two {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .tickets-blog-image {
    height: 280px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-two {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    top: 20%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .tablet-menu {
    height: 82px;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .brand-tablet {
    display: block;
  }

  .home-banner-content {
    padding-bottom: 40px;
  }

  .banner-home-title-wrapper {
    width: 70%;
    padding-top: 50px;
    padding-right: 40px;
  }

  .home-banner-discription {
    width: 90%;
  }

  .banner-home {
    min-height: auto;
  }

  .home-banner-bg-element-title {
    width: 180px;
    height: 180px;
  }

  .logo-wrapper-nav {
    width: auto;
  }

  .future-match-card {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .future-match-button-wrapper {
    width: 100%;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .future-march-teams-wrapper {
    width: 100%;
    justify-content: center;
  }

  .future-march-team-logo {
    width: 60px;
    height: 60px;
  }

  .two-column-wrapper {
    grid-column-gap: 60px;
    flex-direction: row;
  }

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

  .column-one, .column-two {
    width: 100%;
  }

  .about-block-image-bg {
    width: 240px;
    height: 240px;
    top: -30px;
    left: -30px;
  }

  .our-story-bottom-image {
    max-width: 45%;
  }

  .our-story-top-image {
    height: 320px;
  }

  .our-story-image-bg {
    width: 240px;
    height: 240px;
  }

  .counter-numbers {
    font-size: 52px;
  }

  .top-player-block-image-bg {
    width: 240px;
    height: 240px;
  }

  .top-player-block-image-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .latest-tournament-teams {
    flex-direction: column;
  }

  .footer-subscribe-wrapper {
    width: 100%;
    justify-content: center;
  }

  .footer-subscribe-title {
    width: 25%;
  }

  .latest-tournament-image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .about-us-intro-image-bg {
    width: 280px;
    height: 280px;
    left: -15px;
  }

  .march-team-logo {
    width: 40px;
    height: 40px;
  }

  .match-score {
    grid-column-gap: 20px;
  }

  .player-block-image {
    height: 360px;
  }

  .player-number {
    font-size: 100px;
    left: -30px;
  }

  .team-member-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-member-info-column-with-line, .team-member-info-column {
    grid-row-gap: 15px;
  }

  .tickets-blog-list {
    flex-direction: column;
  }

  .award-image {
    height: 180px;
  }

  .regional-partners-wrapper {
    grid-column-gap: 50px;
  }

  .main-blog-list {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .coming-soon-block-image-wrapper {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .coming-soon-block-image-bg {
    width: 240px;
    height: 240px;
    top: -30px;
    left: -30px;
  }

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

  .shop-details-wrapper {
    grid-column-gap: 30px;
  }

  .shop-details-slider {
    height: 400px;
  }

  .shop-details-block {
    padding: 30px;
  }

  .image-preview {
    height: 280px;
  }

  .banner-block-image {
    height: 440px;
    box-shadow: 19px 23px #000;
  }

  .banner-block-image-bg {
    width: 240px;
    height: 240px;
    top: -30px;
    left: -30px;
  }

  .banner-block-image-wrapper {
    justify-content: center;
    align-items: center;
    padding-bottom: 24px;
    padding-right: 20px;
  }

  .banner-home-3-title-wrapper {
    width: 50%;
  }

  .home-3-banner-discription {
    width: 90%;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .column-two-2, .column-one-2 {
    width: 100%;
  }

  .about-block-image-wrapper-2 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 22px;
  }

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

  .section.without-top-spacing {
    padding-top: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    width: 100%;
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
  }

  .grid-title.first-grid {
    width: 100%;
    border-left-style: none;
    border-right-style: none;
  }

  .grid-description {
    width: 100%;
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
  }

  .grid-description.first-description {
    width: 100%;
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h1-tablet {
    font-size: 40px;
  }

  .h2-tablet {
    font-size: 36px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width, .primary-button.checkout {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-menu {
    width: 80%;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-dropdown-list {
    padding-left: 20px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .footer-rights-wrapper {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .contacts-3-form-wrapper {
    padding: 20px;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    justify-content: center;
  }

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

  .footer-links-wrapper {
    grid-column-gap: 40px;
    flex-wrap: wrap;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    width: 100%;
    align-items: center;
  }

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

  .award-wrapper {
    height: auto;
    padding: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .about-3-form-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-3-form {
    flex-wrap: wrap;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .contacts-with-background {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contacts-with-background.contact-two {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .conracts-with-bg-button {
    width: auto;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-with-bg-text {
    width: 100%;
    text-align: center;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    width: 100%;
    grid-row-gap: 30px;
  }

  .testimonials-wrapper-two {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    width: 100%;
    grid-row-gap: 10px;
  }

  .content-wrapper {
    width: auto;
    flex-wrap: wrap;
  }

  .home-7-projects-item.small {
    width: 100%;
  }

  .home-7-projects-collection-list-small {
    flex-wrap: wrap;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-two {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .home-banner-content {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }

  .banner-home-title-wrapper {
    width: 77%;
  }

  .home-banner-discription {
    width: 100%;
  }

  .banner-home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-bg-element {
    height: 60px;
  }

  .home-banner-bg-element-title {
    width: 150px;
    height: 150px;
  }

  .future-march-teams-wrapper {
    grid-column-gap: 30px;
    flex-flow: column wrap;
  }

  .two-column-wrapper {
    flex-direction: column;
  }

  .two-column-wrapper.our-story {
    min-height: auto;
    min-height: auto;
  }

  .in-section-title-wrapper.about-team {
    padding-right: 0;
  }

  .column-one.top-player-block {
    width: 100%;
  }

  .about-block-image {
    padding-top: 20px;
    padding-left: 20px;
  }

  .column-two.top-player-block {
    width: 100%;
  }

  .column-two.player-block {
    width: 100%;
    text-align: center;
  }

  .about-block-image-bg {
    width: auto;
    height: 60%;
    top: 0;
    left: 0;
  }

  .our-story-bottom-image {
    width: 100%;
    max-width: none;
    object-fit: cover;
  }

  .our-story-bottom-image-wrapper {
    position: relative;
  }

  .our-story-image-bg {
    width: auto;
    height: 60%;
    left: -15px;
  }

  .content-container-bottom-margin-mobile {
    flex-direction: column;
    align-items: center;
    margin-bottom: 380px;
  }

  .content-wrapper-big-image-block {
    width: 100%;
  }

  .big-image-home {
    width: 100%;
    height: 380px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .title-h2-smaller {
    font-size: 34px;
  }

  .counter-numbers {
    font-size: 40px;
  }

  .top-player-block-image-bg {
    width: auto;
    height: 60%;
    bottom: 0;
    right: 0;
  }

  .top-player-block-image {
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .shop-list-item {
    text-align: center;
  }

  .shop-list-image {
    height: 270px;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .latest-tournament-image-bg {
    top: auto;
    bottom: -15px;
    right: -15px;
  }

  .latest-tournament-image-bg-two {
    top: -15px;
    bottom: auto;
    left: -15px;
  }

  .latest-tournament-teams {
    flex-direction: row;
  }

  .footer-subscribe-wrapper {
    flex-wrap: wrap;
  }

  .footer-subscribe-title {
    width: 100%;
    text-align: center;
  }

  .big-image-about {
    width: 100%;
    height: 380px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .about-us-intro-image-bg {
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
  }

  .about-intro-image {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .team-image-bg {
    top: auto;
    bottom: 145px;
  }

  .match-team-wrapper {
    grid-row-gap: 10px;
  }

  .match-date, .match-name {
    text-align: center;
    align-items: center;
  }

  .match-info-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .match-item {
    grid-row-gap: 30px;
  }

  .team-two, .team-one-copy {
    text-align: center;
  }

  .matches-archive-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .player-block-image {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .player-number {
    bottom: 0;
    left: 0;
  }

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

  .team-member-info {
    align-items: center;
  }

  .team-member-info-wrapper, .gallery-info-wrapper {
    justify-content: center;
  }

  .gallery-details-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .tickets-links-wrapper, .tickets-blog-list {
    grid-template-columns: 1fr;
  }

  .regional-partners-wrapper {
    width: 80%;
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .main-partners-wrapper {
    width: 80%;
    grid-template-columns: 1fr 1fr;
  }

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

  .coming-soon-block-image {
    padding-top: 20px;
    padding-left: 20px;
  }

  .coming-soon-block-image-bg {
    width: auto;
    height: 60%;
    top: 0;
    left: 0;
  }

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

  .shop-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .shop-details-block {
    margin-top: 60px;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .order-items {
    margin-bottom: 20px;
  }

  .banner-home-two {
    padding-top: 60px;
  }

  .banner-block-image-bg {
    width: auto;
    height: 60%;
    top: 0;
    left: 0;
  }

  .banner-block-image-wrapper {
    padding-top: 20px;
    padding-left: 20px;
  }

  .left-align-content-container, .right-align-content-container {
    flex-direction: column;
    align-items: center;
  }

  .banner-home-3-title-wrapper {
    width: 60%;
  }

  .home-3-banner-discription {
    width: 100%;
  }

  .hire-popup {
    max-width: 300px;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    width: 50%;
    flex-direction: column;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    width: 100%;
    text-align: center;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, .2);
  }

  .grid-description.first-description {
    border-bottom: 1px rgba(255, 255, 255, .2);
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.search-button, .primary-button.dark {
    width: 100%;
  }

  .primary-button.nav-button-tablet {
    margin-bottom: 24px;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 85%;
    left: auto;
    right: 0;
  }

  .nav-link {
    width: 99%;
    padding-top: 11px;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .banner-title.hidemobile {
    display: none;
  }

  .banner-title.hidedesk {
    display: block;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    width: 100%;
    flex: none;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

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

  .text-white {
    font-size: 17px;
  }

  .text-white.red {
    font-size: 32px;
  }

  .section-title {
    font-size: 24px;
  }

  .footer-links-wrapper {
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
  }

  .search-input {
    margin-bottom: 10px;
  }

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

  .customer-image {
    object-fit: contain;
    width: 250px;
  }

  .button-wrapper.home-banner {
    flex-flow: column wrap;
    justify-content: center;
  }

  .button-wrapper.home-3-banner {
    width: 100%;
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .about-3-form-wrapper {
    text-align: center;
  }

  .about-3-form {
    justify-content: center;
  }

  .form-text-field {
    width: 100%;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    width: 100%;
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--dark-gray-50);
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-gray-50);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .home-7-projects-collection-list-small {
    grid-template-columns: 1fr;
  }

  .project-button-link {
    width: 100%;
    height: 70px;
    justify-content: flex-end;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .search {
    flex-direction: column;
  }

  .home-23-team-item {
    width: 100%;
  }

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

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

  .home-banner-content {
    text-align: center;
  }

  .banner-home-title-wrapper {
    width: 100%;
    padding-top: 40px;
    padding-right: 0;
  }

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

  .future-match-button-wrapper, .two-column-wrapper {
    flex-direction: column;
  }

  .two-column-wrapper.our-story {
    grid-template-columns: 1.75fr;
  }

  .two-column-wrapper.reversemobile {
    flex-direction: column-reverse;
  }

  .accordion-toggle-underline, .accordion-underline-list-content {
    text-align: left;
  }

  .content-container-bottom-margin-mobile {
    text-align: center;
  }

  .next-match-counter {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-top-wrapper {
    padding-bottom: 0;
  }

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

  .section-two-side-title-wrapper {
    text-align: center;
  }

  .latest-tournament-teams {
    flex-direction: column;
  }

  .footer-subscribe-wrapper {
    width: 100%;
    align-items: center;
  }

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

  .match-score {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .team-two, .team-one-copy {
    align-items: center;
  }

  .matches-archive-title-wrapper {
    text-align: center;
  }

  .player-number {
    font-size: 90px;
  }

  .gallery-details-title-wrapper {
    text-align: center;
  }

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

  .regional-partners-wrapper {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .main-partners-wrapper {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sessions-tab-link {
    text-align: center;
  }

  .shop-details-left-arrow {
    margin-left: 10px;
  }

  .shop-details-right-arrow {
    margin-right: 10px;
  }

  .coming-soon-form-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-block-image {
    height: 320px;
  }

  .left-align-content-container, .right-align-content-container {
    text-align: center;
  }

  .banner-home-3-title-wrapper {
    width: 100%;
  }

  .home-3-banner-discription {
    margin-top: 22px;
  }

  .order-item {
    grid-row-gap: 7px;
    flex-direction: column;
  }

  .order-info {
    grid-row-gap: 3px;
    flex-flow: column wrap;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .shipping-method {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .block-header {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
  }

  .hire-popup {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .heading-5.white {
    font-size: 42px;
  }

  .heading-6 {
    font-size: 29px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .borderright {
    border-right-style: none;
  }

  .infotitle {
    font-size: 19px;
  }

  .squadre {
    font-size: 20px;
  }

  .text-white-2 {
    font-size: 17px;
  }

  .accordion-underline-list-content-2 {
    text-align: center;
  }

  .home-cloumns {
    flex-direction: column;
  }

  .home-column{
    width: 100%;
  }

  .image-6 {
    object-fit: contain;
  }
}

#w-node-_51b54e84-2966-0b29-8030-ae0359bd1973-634f2c73 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_38637efd-382a-1b55-35fb-573d44a2619c-ff3f9eaa {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: stretch;
}

#w-node-_51300c2e-83e6-32e9-54fe-8f07fea8a841-ff3f9eb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5b984663-470c-8ae8-a185-62a544ea4667-ff3f9eb1, #w-node-_7e11a556-8f96-0258-f74f-689feebb309e-ff3f9eb1, #w-node-_693ac295-cd6f-4163-fb05-03085a9a4496-ff3f9eb1, #w-node-_62f02d50-09e3-398e-7450-93fc8cf378ac-ff3f9eb1, #w-node-f4685100-18e5-f485-d85b-a68b9aada7ae-ff3f9eb1, #w-node-_01c5faad-2a41-b24c-f6eb-9f168c31dcab-ff3f9eb1, #w-node-_9cd6c61e-6704-40cd-15fe-6598545e59c1-ff3f9eb1, #w-node-_1c01eeca-5d9c-cce7-dbaf-54d429515dd3-ff3f9eb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_0d83b0d5-07ab-a25d-531c-54dc65dc0ba5-ff3f9eb2, #w-node-_38b56d7f-96fb-7c8c-1a17-59a78b1acabb-ff3f9ec0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53b2e3c5-244e-4874-9a0d-9c601d87765f-ff3f9f25, #w-node-b69c3819-0367-9d70-1714-acf0303d75b4-ff3f9f25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8527d94c-c3a8-d19b-9a8e-ae69111a0965-ff3f9f25, #w-node-_8527d94c-c3a8-d19b-9a8e-ae69111a0963-ff3f9f25, #w-node-_8527d94c-c3a8-d19b-9a8e-ae69111a0967-ff3f9f25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_5f4deaa6-60f6-6995-51ee-45ab3da67e8c-ff3f9f37, #w-node-_5f4deaa6-60f6-6995-51ee-45ab3da67e8f-ff3f9f37, #w-node-_5f4deaa6-60f6-6995-51ee-45ab3da67e92-ff3f9f37, #w-node-_5f4deaa6-60f6-6995-51ee-45ab3da67e96-ff3f9f37, #w-node-_5f4deaa6-60f6-6995-51ee-45ab3da67e99-ff3f9f37, #w-node-_5f4deaa6-60f6-6995-51ee-45ab3da67e9f-ff3f9f37, #w-node-_5f4deaa6-60f6-6995-51ee-45ab3da67ebc-ff3f9f37, #w-node-_5f4deaa6-60f6-6995-51ee-45ab3da67ebf-ff3f9f37, #w-node-_5f4deaa6-60f6-6995-51ee-45ab3da67ec2-ff3f9f37, #w-node-_5f4deaa6-60f6-6995-51ee-45ab3da67ec6-ff3f9f37, #w-node-_5f4deaa6-60f6-6995-51ee-45ab3da67ec9-ff3f9f37, #w-node-_5f4deaa6-60f6-6995-51ee-45ab3da67ecf-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc3653638-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc365363b-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc365363e-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc3653642-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc3653645-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc365364b-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc3653650-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc3653653-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc3653656-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc365365a-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc365365d-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc3653663-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc3653668-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc365366b-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc365366e-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc3653672-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc3653675-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc365367b-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc3653680-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc3653683-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc3653686-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc365368a-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc365368d-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc3653693-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc3653698-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc365369b-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc365369e-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc36536a2-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc36536a5-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc36536ab-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc36536b0-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc36536b3-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc36536b6-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc36536ba-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc36536bd-ff3f9f37, #w-node-bb5c3ff1-f639-8b6d-f874-aefbc36536c3-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2eec-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2eef-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2ef2-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2ef6-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2ef9-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2eff-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f04-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f07-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f0a-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f0e-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f11-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f17-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f1c-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f1f-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f22-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f26-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f29-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f2f-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f34-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f37-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f3a-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f3e-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f41-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f47-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f4c-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f4f-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f52-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f56-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f59-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f5f-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f64-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f67-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f6a-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f6e-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f71-ff3f9f37, #w-node-_7ef0eea0-1114-c270-1556-07d6951b2f77-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d380-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d383-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d386-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d38a-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d38d-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d393-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d398-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d39b-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d39e-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3a2-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3a5-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3ab-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3b0-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3b3-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3b6-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3ba-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3bd-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3c3-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3c8-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3cb-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3ce-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3d2-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3d5-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3db-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3e0-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3e3-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3e6-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3ea-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3ed-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3f3-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3f8-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3fb-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d3fe-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d402-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d405-ff3f9f37, #w-node-c2591e68-eb55-2b7f-7c0f-97de4792d40b-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb545-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb548-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb54b-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb54f-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb552-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb558-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb55d-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb560-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb563-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb567-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb56a-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb570-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb575-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb578-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb57b-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb57f-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb582-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb588-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb58d-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb590-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb593-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb597-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb59a-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb5a0-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb5a5-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb5a8-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb5ab-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb5af-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb5b2-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb5b8-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb5bd-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb5c0-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb5c3-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb5c7-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb5ca-ff3f9f37, #w-node-_2ef8657f-1274-5540-c41a-dea5eeefb5d0-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db930-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db933-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db936-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db93a-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db93d-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db943-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db948-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db94b-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db94e-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db952-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db955-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db95b-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db960-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db963-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db966-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db96a-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db96d-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db973-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db978-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db97b-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db97e-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db982-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db985-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db98b-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db990-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db993-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db996-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db99a-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db99d-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9a3-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9a8-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9ab-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9ae-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9b2-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9b5-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9bb-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9c5-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9c8-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9cb-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9cf-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9d2-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9d8-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9dd-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9e0-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9e3-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9e7-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9ea-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9f0-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9f5-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9f8-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9fb-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5db9ff-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba02-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba08-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba0d-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba10-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba13-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba17-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba1a-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba20-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba25-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba28-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba2b-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba2f-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba32-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba38-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba3d-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba40-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba43-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba47-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba4a-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba50-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba5a-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba5d-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba60-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba64-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba67-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba6d-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba72-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba75-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba78-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba7c-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba7f-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba85-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba8a-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba8d-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba90-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba94-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba97-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dba9d-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbaa2-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbaa5-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbaa8-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbaac-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbaaf-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbab5-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbaba-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbabd-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbac0-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbac4-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbac7-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbacd-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbad2-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbad5-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbad8-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbadc-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbadf-ff3f9f37, #w-node-_2b4e919f-50ab-54ce-50c7-6b1b5c5dbae5-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5389-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb538c-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb538f-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5393-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5396-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb539c-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53a1-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53a4-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53a7-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53ab-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53ae-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53b4-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53b9-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53bc-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53bf-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53c3-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53c6-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53cc-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53d1-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53d4-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53d7-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53db-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53de-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53e4-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53e9-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53ec-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53ef-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53f3-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53f6-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb53fc-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5401-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5404-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5407-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb540b-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb540e-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5414-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb541e-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5421-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5424-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5428-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb542b-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5431-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5436-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5439-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb543c-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5440-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5443-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5449-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb544e-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5451-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5454-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5458-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb545b-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5461-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5466-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5469-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb546c-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5470-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5473-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5479-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb547e-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5481-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5484-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5488-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb548b-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5491-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5496-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5499-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb549c-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54a0-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54a3-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54a9-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54b3-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54b6-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54b9-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54bd-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54c0-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54c6-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54cb-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54ce-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54d1-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54d5-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54d8-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54de-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54e3-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54e6-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54e9-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54ed-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54f0-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54f6-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54fb-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb54fe-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5501-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5505-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5508-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb550e-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5513-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5516-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5519-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb551d-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5520-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5526-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb552b-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb552e-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5531-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5535-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5538-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb553e-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5548-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb554b-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb554e-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5552-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5555-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb555b-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5560-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5563-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5566-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb556a-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb556d-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5573-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5578-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb557b-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb557e-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5582-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5585-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb558b-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5590-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5593-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb5596-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb559a-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb559d-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb55a3-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb55a8-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb55ab-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb55ae-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb55b2-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb55b5-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb55bb-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb55c0-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb55c3-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb55c6-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb55ca-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb55cd-ff3f9f37, #w-node-dde012bf-f3f9-75ce-b212-3bd86fdb55d3-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e38f1-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e38f4-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e38f7-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e38fb-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e38fe-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3904-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3909-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e390c-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e390f-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3913-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3916-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e391c-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3921-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3924-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3927-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e392b-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e392e-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3934-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3939-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e393c-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e393f-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3943-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3946-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e394c-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3951-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3954-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3957-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e395b-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e395e-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3964-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3969-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e396c-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e396f-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3973-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3976-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e397c-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3986-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3989-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e398c-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3990-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3993-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3999-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e399e-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39a1-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39a4-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39a8-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39ab-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39b1-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39b6-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39b9-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39bc-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39c0-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39c3-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39c9-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39ce-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39d1-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39d4-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39d8-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39db-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39e1-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39e6-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39e9-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39ec-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39f0-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39f3-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39f9-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e39fe-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a01-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a04-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a08-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a0b-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a11-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a1b-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a1e-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a21-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a25-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a28-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a2e-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a33-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a36-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a39-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a3d-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a40-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a46-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a4b-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a4e-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a51-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a55-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a58-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a5e-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a63-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a66-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a69-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a6d-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a70-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a76-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a7b-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a7e-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a81-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a85-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a88-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a8e-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a93-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a96-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a99-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3a9d-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3aa0-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3aa6-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3ab0-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3ab3-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3ab6-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3aba-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3abd-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3ac3-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3ac8-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3acb-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3ace-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3ad2-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3ad5-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3adb-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3ae0-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3ae3-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3ae6-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3aea-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3aed-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3af3-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3af8-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3afb-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3afe-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3b02-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3b05-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3b0b-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3b10-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3b13-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3b16-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3b1a-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3b1d-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3b23-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3b28-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3b2b-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3b2e-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3b32-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3b35-ff3f9f37, #w-node-_50e2adb6-ec5d-2abe-6cac-f69c7c8e3b3b-ff3f9f37, #w-node-_230e210f-4622-4a85-d525-9729004dbe56-ff3f9f38, #w-node-_7f4fa1e4-26ef-2e5b-cf47-5ac5826b16c1-ff3f9f38, #w-node-_12db5bd9-fa65-0682-ee45-54ab4e394a55-ff3f9f38, #w-node-a46eb8e1-5ae9-653e-4f09-985c474150a1-ff3f9f38, #w-node-a46eb8e1-5ae9-653e-4f09-985c474150a6-ff3f9f38, #w-node-a46eb8e1-5ae9-653e-4f09-985c474150ae-ff3f9f38, #w-node-cc450347-82c4-a78e-49c8-9c4a15243554-ff3f9f38, #w-node-cc450347-82c4-a78e-49c8-9c4a15243557-ff3f9f38, #w-node-cc450347-82c4-a78e-49c8-9c4a1524355a-ff3f9f38, #w-node-cc450347-82c4-a78e-49c8-9c4a1524355e-ff3f9f38, #w-node-cc450347-82c4-a78e-49c8-9c4a15243561-ff3f9f38, #w-node-cc450347-82c4-a78e-49c8-9c4a15243567-ff3f9f38, #w-node-_28d8a928-e1f4-d6ba-e411-ee0064efb04a-ff3f9f38, #w-node-_28d8a928-e1f4-d6ba-e411-ee0064efb04d-ff3f9f38, #w-node-_28d8a928-e1f4-d6ba-e411-ee0064efb050-ff3f9f38, #w-node-_28d8a928-e1f4-d6ba-e411-ee0064efb054-ff3f9f38, #w-node-_28d8a928-e1f4-d6ba-e411-ee0064efb057-ff3f9f38, #w-node-_28d8a928-e1f4-d6ba-e411-ee0064efb05d-ff3f9f38, #w-node-_6e74495f-1322-c996-b30c-a5a7152a511f-ff3f9f38, #w-node-_6e74495f-1322-c996-b30c-a5a7152a5122-ff3f9f38, #w-node-_6e74495f-1322-c996-b30c-a5a7152a5125-ff3f9f38, #w-node-_6e74495f-1322-c996-b30c-a5a7152a5129-ff3f9f38, #w-node-_6e74495f-1322-c996-b30c-a5a7152a512c-ff3f9f38, #w-node-_6e74495f-1322-c996-b30c-a5a7152a5132-ff3f9f38, #w-node-_64f4ca5d-8382-79e6-b25e-5cf898c42a38-ff3f9f38, #w-node-_64f4ca5d-8382-79e6-b25e-5cf898c42a3b-ff3f9f38, #w-node-_64f4ca5d-8382-79e6-b25e-5cf898c42a3e-ff3f9f38, #w-node-_64f4ca5d-8382-79e6-b25e-5cf898c42a42-ff3f9f38, #w-node-_64f4ca5d-8382-79e6-b25e-5cf898c42a45-ff3f9f38, #w-node-_64f4ca5d-8382-79e6-b25e-5cf898c42a4b-ff3f9f38, #w-node-_3d3b793e-c857-7b25-e83d-b6f5472adf4e-ff3f9f38, #w-node-_3d3b793e-c857-7b25-e83d-b6f5472adf51-ff3f9f38, #w-node-_3d3b793e-c857-7b25-e83d-b6f5472adf54-ff3f9f38, #w-node-_3d3b793e-c857-7b25-e83d-b6f5472adf58-ff3f9f38, #w-node-_3d3b793e-c857-7b25-e83d-b6f5472adf5b-ff3f9f38, #w-node-_3d3b793e-c857-7b25-e83d-b6f5472adf61-ff3f9f38, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-ff3f9f3e, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-ff3f9f3e, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-ff3f9f3e, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-ff3f9f3e, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-ff3f9f3e, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-ff3f9f3e, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-ff3f9f3e, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-ff3f9f3e, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-ff3f9f3e, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-ff3f9f3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_51b54e84-2966-0b29-8030-ae0359bd1973-634f2c73 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLight.otf') format('opentype'), url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}