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

:root {
  --paragraph: #858585;
  --base-dark: #151515;
  --primary: #ff4e4e;
  --primary-light: #faf6f6;
  --white: white;
  --gray: #e9e9e9;
  --black: black;
  --light-gray: #f9f9fa;
  --dark-gray-50: #afafaf80;
  --dark-gray: #afafaf;
  --white-50: #ffffff80;
}

.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-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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

body {
  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;
}

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.home-faq {
  background-color: var(--base-dark);
  padding-top: 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.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;
  inset: auto 0% 10% auto;
}

.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;
  inset: 33% 0% auto auto;
}

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

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

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

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

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

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

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

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

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

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

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

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

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  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);
  background-color: var(--primary);
  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);
}

.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: #0000;
}

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

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

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

.primary-button.outline-hover:hover {
  border-color: var(--primary);
  background-color: #0000;
}

.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: #0000;
}

.primary-button.button-outline {
  border-color: var(--primary);
  color: var(--black);
  background-color: #0000;
}

.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 {
  background-color: var(--base-dark);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  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: Anton, sans-serif;
  font-size: 20px;
  transition-property: opacity;
}

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

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

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

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

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

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 10px 0 50px #0000001a;
}

.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: Anton, sans-serif;
  font-size: 20px;
  line-height: 1em;
  transition: opacity .2s;
}

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

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

.pages-banner.about-us {
  background-color: #0000;
  background-image: linear-gradient(to top, #0009, #0000), linear-gradient(#0009, #0009), url('../images/Rectangle-17_1Rectangle 17.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.pages-banner.schedule {
  background-color: #0000;
  background-image: linear-gradient(to top, #0009, #0000), linear-gradient(#0000004d, #0000004d), 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: #0000;
  background-image: linear-gradient(to top, #0009, #0000), linear-gradient(#0000004d, #0000004d), 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: #0000;
  background-image: linear-gradient(to top, #0009, #0000), linear-gradient(#0000004d, #0000004d), 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: #0000;
  background-image: linear-gradient(to top, #0009, #0000), linear-gradient(#0000004d, #0000004d), 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: #0000;
  background-image: linear-gradient(to top, #0009, #0000), linear-gradient(#0000004d, #0000004d), 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: #0000;
  background-image: linear-gradient(to top, #0009, #0000), linear-gradient(#0000004d, #0000004d), url('../images/banner-p-03_1-p-03.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.pages-banner.awards {
  background-color: #0000;
  background-image: linear-gradient(to top, #0009, #0000), linear-gradient(#0000004d, #0000004d), 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: #0000;
  background-image: linear-gradient(to top, #0009, #0000), linear-gradient(#0000004d, #0000004d), url('../images/banner-p-01_1-p-01.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

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

.pages-banner.blog, .pages-banner.shop {
  background-color: #0000;
  background-image: linear-gradient(to top, #0009, #0000), linear-gradient(#0000004d, #0000004d), 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: #0000;
  background-image: linear-gradient(to top, #0009, #0000), linear-gradient(#0000004d, #0000004d), 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 #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

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

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

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

.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 {
  align-items: center;
  width: 100%;
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  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 {
  border: 1px solid var(--dark-gray-50);
  min-width: 280px;
  min-height: 44px;
  margin-bottom: 10px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.2em;
}

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

.password-input::placeholder {
  color: #8585854d;
  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;
  inset: 40px 0% auto;
}

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

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

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

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

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

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

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

.privacy-policy {
  height: 300px;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: scroll;
}

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

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

.blog-post-title {
  transition: color .3s;
}

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

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  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 {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  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 {
  align-items: center;
  width: auto;
  display: flex;
}

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

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

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

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

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

.footer-copyright-link {
  color: var(--base-dark);
  letter-spacing: .2px;
  text-transform: none;
  margin-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: none;
  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;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  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 {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

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

.section-title {
  margin-top: 0;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  flex-direction: column;
  width: 100%;
  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);
  font-size: 16px;
  line-height: 1em;
}

.accordion-title.third-style {
  color: var(--white);
}

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

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

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

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

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

.contacts-3-form-wrapper {
  background-color: var(--primary-light);
  width: 100%;
  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 {
  border: 1px solid var(--white);
  background-color: var(--white);
  height: auto;
  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::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(--base-dark);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

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

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

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

.white-text, .footer-brand {
  color: #fff;
}

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

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

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

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

.search-shop-con {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  min-width: 20%;
  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::placeholder {
  color: #8585854d;
  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 {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.customers-grid {
  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;
  width: 100%;
}

.award-wrapper {
  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;
  width: 100%;
  height: 360px;
  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 {
  background-color: var(--primary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  inset: 7px auto auto 0;
}

.accordion-wrap-one-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

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

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

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

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  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 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  width: 50%;
  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 {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  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: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

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

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

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

.form-text-field {
  border: 1px solid var(--white);
  width: 360px;
  height: auto;
  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::placeholder {
  color: #8585854d;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1em;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  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 {
  text-align: center;
  width: 20%;
  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 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.primary-color-background {
  background-color: var(--primary);
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  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 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  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;
  inset: 0% 0% auto 12%;
}

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

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

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

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

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  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 {
  filter: brightness(70%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  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 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

.blog-category {
  background-color: var(--black);
  color: var(--white);
  padding: 12px 25px;
  transition-property: background-color;
  display: inline-block;
}

.blog-category:hover, .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;
  inset: auto 0% 0%;
}

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

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

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.project-button-link {
  color: var(--white);
  justify-content: center;
  width: 40%;
  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 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

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

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

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

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

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

.subtitle-two {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  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;
  inset: auto auto 20px 0%;
}

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

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

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

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

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

.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 {
  background-color: var(--paragraph);
  width: 75px;
  height: 75px;
}

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

.banner-home-title-wrapper {
  flex-direction: column;
  width: 70%;
  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;
  position: relative;
}

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

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

.banner-home {
  background-image: linear-gradient(to top, #00000080, #0000), linear-gradient(#00000080, #00000080), url('../images/jimmy-conover-SEQ2VI0KI6A-unsplash-2_1jimmy-conover-SEQ2VI0KI6A-unsplash 2.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  align-items: center;
  min-height: 86vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

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

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

.cart-quantity {
  background-color: var(--primary);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  height: 16px;
  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: #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.logo-wrapper-nav {
  width: 20%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-third-style-icon {
  color: var(--primary);
  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;
  inset: auto 0% 0%;
}

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

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

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

.accordion-toggle-underline:hover {
  border-bottom-color: #858585cc;
}

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

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

.content-container-bottom-margin-mobile {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  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 {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.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;
  inset: auto -40px -40px auto;
}

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

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

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

.footer-top-wrapper {
  text-align: center;
  border-bottom: 1px solid #15151533;
  width: 100%;
  margin-bottom: 50px;
  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 {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-list-image {
  object-fit: cover;
  width: 100%;
  height: 370px;
  transition: transform .3s;
  box-shadow: 7px 7px 50px #0000000d;
}

.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;
  inset: 20px auto auto 20px;
  box-shadow: 0 10px 50px #0000000d;
}

.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;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

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

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

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

.latest-tournament-overlay {
  z-index: 4;
  text-align: center;
  background-color: #15151580;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition-property: background-color;
  display: flex;
  position: absolute;
  inset: 0%;
}

.latest-tournament-overlay:hover {
  background-color: #ff4e4ecc;
}

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

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

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

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

.text-field {
  border: 1px solid #0000;
  border-bottom-color: #15151533;
  height: 100%;
  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::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 {
  object-fit: cover;
  width: 45%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.about-us-intro-image-bg {
  z-index: 0;
  width: 360px;
  height: 360px;
  position: absolute;
  inset: -10px auto auto -30px;
}

.about-intro-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 360px;
  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;
  inset: -15px auto auto -15px;
}

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

.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 {
  object-fit: scale-down;
  width: 50px;
  height: 50px;
}

.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 {
  flex-direction: column;
  width: 100%;
  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 #0003;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.match-item.first-item {
  border-top: 1px solid #0003;
}

.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;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  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 {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

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

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

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

.collection-list-team-member {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  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 #0003;
  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;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  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 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.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 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.tickets-blog-item {
  width: 100%;
  position: relative;
  box-shadow: 0 0 30px #0000001a;
}

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

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

.regional-partners-wrapper {
  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;
  width: 100%;
  display: flex;
}

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

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

.main-blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  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: #0000;
  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: #0000;
  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 {
  flex-direction: column;
  max-width: 500px;
  display: flex;
  position: relative;
}

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

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

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

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

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

.checkout-form, .paypal-checkout-form, .order-confirmation {
  background-color: #0000;
  min-height: auto;
  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 {
  grid-column-gap: 90px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.shop-details-slider {
  background-color: #0000;
  border-radius: 10px;
  height: 570px;
}

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

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

.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 {
  grid-row-gap: 25px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  padding: 50px;
  display: flex;
  box-shadow: 0 10px 50px #0000000d;
}

.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 {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  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 {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  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 {
  object-fit: cover;
  width: 100%;
  height: 440px;
}

.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 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

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

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

.cart-quantity-small {
  border-color: transparent transparent var(--dark-gray-50);
  background-color: #0000;
}

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

.error-state {
  color: var(--base-dark);
  text-align: center;
  background-color: #ff4e4e4d;
  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;
  object-fit: cover;
  width: 100%;
  height: 520px;
  position: relative;
  box-shadow: 32px 38px #000;
}

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

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

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

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

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

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

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  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;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-text-block {
  font-size: 14px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

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

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

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  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;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.nav-link-copy {
  color: var(--white);
  letter-spacing: 0;
  font-family: Anton, sans-serif;
  font-size: 20px;
  transition-property: opacity;
}

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

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

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  display: block;
}

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

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

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

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

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

  .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 {
    background-image: linear-gradient(177.5deg, #0000 55.5%, #fff 56%);
    height: 160px;
  }

  .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;
    left: -200px;
  }

  .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) {
  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 {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    filter: brightness(200%) invert() grayscale();
    text-align: right;
    padding: 0;
  }

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

  .nav-link {
    color: var(--base-dark);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    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;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: 320px;
    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;
    align-self: stretch;
    max-width: 60%;
  }

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

  .privacy-policy {
    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 {
    justify-content: center;
    width: 100%;
  }

  .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 {
    justify-content: center;
    width: 180px;
  }

  .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 {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-two {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    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 {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 82px;
    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 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .future-march-teams-wrapper {
    justify-content: center;
    width: 100%;
  }

  .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 {
    justify-content: center;
    width: 100%;
  }

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

  .promotion-labels-wrapper, .promotion-label-holder {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .nav-link-copy {
    color: var(--base-dark);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }
}

@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: 60px;
    padding-bottom: 60px;
  }

  .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 {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .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 {
    justify-content: center;
    width: 100%;
  }

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

  .footer-links-wrapper {
    grid-column-gap: 40px;
    flex-wrap: wrap;
  }

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

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .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 {
    text-align: center;
    width: 100%;
  }

  .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 {
    grid-row-gap: 30px;
    width: 100%;
  }

  .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 {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

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

  .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 {
    text-align: center;
    width: 100%;
  }

  .about-block-image-bg {
    width: auto;
    height: 60%;
    top: 0;
    left: 0;
  }

  .our-story-bottom-image {
    object-fit: cover;
    width: 100%;
    max-width: none;
  }

  .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;
    inset: auto 0% 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 {
    text-align: center;
    width: 100%;
  }

  .big-image-about {
    width: 100%;
    height: 380px;
    inset: auto 0% 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 {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 80%;
    display: grid;
  }

  .main-partners-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 80%;
  }

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

  .promotion-label-left {
    max-width: 300px;
  }

  .nav-link-copy {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    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%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 85%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

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

  .license-link {
    margin-right: 15px;
  }

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

  .privacy-policy {
    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 {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

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

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .search-input {
    margin-bottom: 10px;
  }

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

  .button-wrapper.home-banner {
    flex-flow: column wrap;
    justify-content: center;
  }

  .button-wrapper.home-3-banner {
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .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 {
    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);
    width: 100%;
    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 {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    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;
  }

  .future-match-button-wrapper {
    flex-direction: column;
  }

  .accordion-toggle-underline {
    text-align: left;
  }

  .accordion-underline-list-content, .content-container-bottom-margin-mobile {
    text-align: center;
  }

  .next-match-counter {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .section-two-side-title-wrapper {
    text-align: center;
  }

  .latest-tournament-teams {
    flex-direction: column;
  }

  .footer-subscribe-wrapper {
    align-items: center;
    width: 100%;
  }

  .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, .main-partners-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    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%;
  }

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

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .nav-link-copy {
    width: 99%;
  }
}

#w-node-_538a7bc3-0208-f3f4-f39b-df27f2fa38d0-24933f33, #w-node-e970823c-e859-8517-8c0b-8eec0b5286d5-24933f33, #w-node-_6737d61e-c6dd-df02-9045-0c17914edab9-24933f33, #w-node-_6376edc8-dc43-38bf-7074-3a35cb737e0b-24933f33, #w-node-_577687ef-9b2c-676b-6add-78e71a0dedd1-24933f33, #w-node-_95373f85-0c63-f054-17c0-579b1d45fb13-24933f33, #w-node-f3e16c47-460a-0627-385f-75180337872b-24933f33, #w-node-ec6acd28-c0ec-b987-a1ad-9a920baa7526-24933f33, #w-node-_0f39888a-565b-72b7-a766-2a69f6e8d218-24933f33, #w-node-_9708969a-f751-2808-b2cf-6a272e727676-24933f33, #w-node-_34b4c011-08e2-78c9-c0a9-ef72d4e22ea5-24933f33, #w-node-_95a2820a-ab61-50e5-1213-dde59369d21a-24933f33, #w-node-_831bcae1-6048-9fe9-bbab-d3f5d5b83dcd-24933f33, #w-node-_7be93b52-3362-54fb-d79a-f353106d7141-24933f33, #w-node-edb27dc5-a288-2a3c-06df-3c17adf0c86a-24933f33, #w-node-_75ea9bed-a767-2599-3990-97c9b1619b10-24933f33, #w-node-b49fd5f9-dfa5-9ed2-5a50-c1d273f91568-24933f33, #w-node-_8a3163ce-4b78-d059-fbd0-3ecc60de354c-24933f33, #w-node-_8cbc0a98-765b-bc3e-100e-1ff148c7a133-24933f33, #w-node-_6727222c-9346-ea6b-87ea-2eccfa369859-24933f33, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-24933f37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-24933f37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-24933f37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-24933f37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-24933f37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-24933f37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-24933f37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-24933f37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-24933f37, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-24933f37, #w-node-_38b56d7f-96fb-7c8c-1a17-59a78b1acabb-24933f3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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