@font-face {
  font-family: "Fa brands 400 (old)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #1b2c3b;
  --paragraph-gray: #818181;
  --secondary: #c58e6c;
  --light: #fefbf8;
  --white: white;
  --white-50: #ffffff80;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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(--primary);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

h1 {
  color: var(--primary);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--primary);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--primary);
  margin-top: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

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

a {
  color: var(--primary);
  border-bottom: 1px solid #0000;
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s, border-color .3s;
}

a:hover {
  border-bottom-color: var(--secondary);
  color: var(--secondary);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--secondary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

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

blockquote {
  border-left: 2px solid var(--secondary);
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Lora, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.section.banner {
  background-color: var(--primary);
  flex-direction: row;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

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

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.blog-grid-banner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.banner-our-team {
  background-image: linear-gradient(174deg, #1b2c3bdb 12%, #1b2c3b69), url('../images/Staff-Banner-1_1Staff Banner (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.banner-our-horses, .section.pricing-banner, .section.contacts-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.banner-faq {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.banner-testimonials {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.about-us-banner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.events-banner {
  background-color: var(--primary);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Events-Banner-1_1Events Banner (1).webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.home-2-banner {
  background-image: url('../images/Banner-Home-1-2_1Banner Home 1 (2).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.event {
  overflow: hidden;
}

.section.home-banner {
  background-image: linear-gradient(#1b2c3b, #fff0 20%);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.section.banner-home-3-banner {
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.home-4-banner {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 160px;
  display: flex;
}

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

.section.img-background {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Img-Background-1_1Img Background (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.event-detyails-banner {
  padding-top: 70px;
}

.section.services-banner {
  background-image: linear-gradient(#1b2c3b96, #1b2c3b96), url('../images/Banner-1-1_1Banner 1 (1).webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 160px;
}

.section.line-bottom {
  border-bottom: 1px solid #81818199;
}

.section.get-in-touch-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Get-In-Touch-Background-1_1Get In Touch Background (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.store-banner {
  background-color: var(--primary);
  padding-top: 160px;
  padding-bottom: 0;
}

.section.dark-shop {
  background-color: var(--primary);
  padding-bottom: 20px;
}

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

.base-container.banner {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

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

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

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

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

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-style-guide {
  background-color: var(--light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 5px #222c2d26;
}

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

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  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: 58px;
}

.h2-tablet, .h1-mobile {
  font-size: 42px;
}

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

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

.h4-tablet {
  font-size: 24px;
}

.h5-tablet {
  font-size: 20px;
}

.h6-tablet {
  font-size: 18px;
}

.h4-mobile {
  font-size: 24px;
}

.h5-mobile {
  font-size: 20px;
}

.h6-mobile {
  font-size: 18px;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #f9f9fa;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 25px;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1.1em;
  transition: all .3s;
  display: inline-block;
}

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

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

.primary-button.desctop-header.w--current {
  font-family: Montserrat, sans-serif;
}

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

.primary-button.white-navbar-button {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary);
  position: static;
}

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

.primary-button.color-2 {
  border-color: var(--secondary);
  background-color: var(--secondary);
  text-align: center;
  margin-top: 40px;
}

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

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

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

.primary-button.full-w, .primary-button.max-w---100 {
  width: 100%;
}

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

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

.navbar {
  border-bottom: 1px none var(--white);
  background-color: var(--white);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.navbar.white-navbar {
  outline-offset: 0px;
  color: var(--white);
  background-color: #1b2c3b00;
  border: 1px #000;
  border-right-color: #0000;
  outline: 0 #1b2c3b00;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  position: absolute;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  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 {
  border-bottom-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px;
  font-family: Montserrat, sans-serif;
}

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

.nav-link.w--current {
  color: #222c2d;
}

.nav-link.white-nav-link {
  color: var(--white);
}

.nav-link.white-nav-link:hover {
  color: var(--secondary);
}

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

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

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

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

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

.nav-dropdown-list.megamenu.w--open {
  width: 480px;
  padding: 15px;
  display: flex;
  left: -65px;
}

.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 {
  text-transform: capitalize;
  border-bottom-width: 0;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

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

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

.nav-item-title {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--secondary);
}

.nav-item-title.white-item {
  color: var(--white);
}

.nav-item-title.white-item:hover {
  color: var(--secondary);
}

.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 {
  border-bottom-style: none;
  padding-bottom: 0;
}

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

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

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

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

.license-link {
  color: #222c2d;
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

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

.banner-title {
  color: var(--white);
  text-align: center;
}

.banner-title.text-dark {
  color: #222c2d;
}

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

.licensing-icon-link-wrapper {
  border-bottom-width: 0;
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
}

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

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

.licensing-font-title {
  color: #5e5e5e80;
  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(--primary);
  border-radius: 25px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1em;
}

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

.password-input::placeholder {
  color: var(--primary);
}

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

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

._404-content-wrapper {
  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 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--primary);
  border-radius: 25px;
  min-width: 300px;
  height: 48px;
  margin-bottom: 0;
  padding: 14px 22px;
}

.coming-soon-input:focus {
  border: 1px solid var(--secondary);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input::placeholder {
  color: var(--primary);
  font-size: 16px;
  line-height: 1em;
}

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

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

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

.nav-menu-wrapper {
  border-radius: 0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid var(--paragraph-gray);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
  display: flex;
}

.footer-rights {
  color: #ffffffb3;
  font-family: Lato, sans-serif;
}

.footer-copyright {
  color: #ffffffb3;
  width: 100%;
  display: inline;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

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

.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-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 18px;
}

.banner-title-wrapper {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
  position: relative;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

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

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

.accordion-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--light);
  width: 100%;
  padding: 20px 30px;
  position: static;
}

.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-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

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

.light-background {
  background-color: #f9f9fa;
}

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

.coming-soon-image {
  object-fit: cover;
  max-width: 440px;
  height: 460px;
}

.link-with-icon {
  border-bottom-width: 0;
  transition: color .3s;
  display: flex;
}

.link-with-icon:hover {
  color: var(--secondary);
}

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

.hidden {
  display: none;
}

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.white-text.light {
  font-weight: 300;
}

.search-shop-con {
  grid-column-gap: 15px;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

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

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

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

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

.search-input {
  border: 1px solid var(--primary);
  border-radius: 25px;
  height: 48px;
  margin-bottom: 0;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1em;
}

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

.search-input::placeholder {
  color: var(--primary);
}

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

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

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

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

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

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

.slide-3 {
  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;
}

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

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

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

.nav-dropdown-column.last-column {
  width: 34%;
}

.secondary-button {
  border: 1px solid var(--primary);
  color: var(--primary);
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 25px;
  padding: 14px 30px;
  line-height: 1.1em;
  transition: all .3s;
}

.secondary-button:hover {
  background-color: var(--primary);
  color: var(--white);
}

.secondary-button.cart:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--primary);
}

.secondary-button.cart-white {
  border-color: var(--white);
  color: var(--white);
}

.secondary-button.cart-white:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

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

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

.text-dark {
  color: #222c2d;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  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;
}

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

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

.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(--secondary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

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

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

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

.rich-text-style img {
  margin-top: 25px;
  margin-bottom: 10px;
}

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

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

.brand-tablet {
  border-bottom-width: 0;
  display: none;
}

.brand {
  border-bottom-width: 0;
  margin-right: 20px;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header {
  margin-top: 55px;
}

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

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

.style-guide-tab-link {
  border: 1px solid var(--primary);
  color: var(--primary);
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link:hover {
  border-color: var(--secondary);
}

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

.style-guide-tabs-menu {
  grid-column-gap: 10px;
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: #fff;
  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 {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.primary-button-w {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 25px;
  align-items: center;
  padding: 14px 30px;
  line-height: 1.1em;
  transition: all .2s;
  display: block;
}

.primary-button-w:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: #000;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

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

.footer-wrapper-2 {
  grid-column-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.1fr 1.3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.footer-brand-wrapper-2 {
  border-bottom: 1px solid var(--paragraph-gray);
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: flex;
}

.social-icon-club {
  color: #fff;
  border-bottom-width: 0;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
}

.social-icon-club:hover {
  color: #eca14d;
  border-bottom-color: #eca14d;
}

.social-icon-club.last-child {
  margin-right: 0;
}

.footer-contact-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-contact-wrapper.tablet {
  align-items: center;
}

.footer-logo-2 {
  z-index: 10;
  height: 50px;
}

.footer-brand-description-2 {
  color: var(--white);
  text-align: center;
  font-weight: 300;
}

.contact {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.email {
  color: var(--white);
  font-weight: 300;
}

.footer-brand-2 {
  z-index: 10;
  color: #fff;
  border-bottom-width: 0;
  margin-bottom: 10px;
}

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

.footer-link-3 {
  color: var(--white-50);
  margin-bottom: 8px;
  padding-top: 10px;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 300;
  transition: all .3s;
}

.footer-link-3:hover {
  color: #eca14d;
  border-bottom-color: #eca14d;
}

.img-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.footer-links-wrapper-2 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: row;
  justify-content: center;
  padding-right: 0;
  display: flex;
}

.contacts-icon-2 {
  color: #eca14d;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.gallery-footer-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contacts-detail-2 {
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 4px;
  display: flex;
}

.contacts-detail-2.footer {
  flex-direction: row;
  padding-top: 8px;
  padding-bottom: 10px;
}

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

.footer-img-instagram {
  object-fit: cover;
  width: 100%;
  height: 120px;
}

.cart-quantity {
  color: var(--primary);
  background-color: #0000;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.cart-quantity.white {
  color: var(--white);
}

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

.div-block-4 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  width: 45%;
  display: flex;
}

.div-block-7 {
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.image-2 {
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 450px;
}

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

.div-block-8 {
  width: 45%;
  height: 650px;
}

.home-1-banner-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
}

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

.banner-paragraph {
  color: #ffffffb3;
}

.scroll-down-link {
  border: 1px solid var(--white);
  color: var(--white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary);
  border-radius: 25px;
  padding: 14px 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
  position: absolute;
  inset: auto 15px 15px auto;
}

.scroll-down-link:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}

.content-banner-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.paragraph-banner-w {
  color: #ffffffb3;
  width: 97%;
  margin-top: 0;
}

.info-club-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  align-items: end;
  width: 100%;
}

.left-content {
  flex-direction: column;
  display: flex;
}

.right-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.text-block-3 {
  color: var(--secondary);
  font-size: 60px;
  line-height: 1em;
}

.div-block-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

._w-normal {
  font-weight: 400;
}

._w-normal.light {
  color: var(--light);
}

.horse-video {
  z-index: 10;
  width: 100%;
  height: 450px;
}

._50-background {
  background-color: var(--primary);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.big-title-wrap {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.big-title-wrap.mb-0 {
  margin-bottom: 0;
}

.service-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.div-block-18 {
  background-color: var(--light);
  width: 90%;
  margin-top: -34px;
  padding: 10px 15px;
}

.div-block-18.info-team {
  background-color: var(--primary);
}

.right-content-title {
  flex-direction: column;
  width: 45%;
  margin-top: 10px;
  display: flex;
}

.right-content-title.button {
  align-items: flex-end;
}

.left-content-title {
  flex-direction: column;
  width: 45%;
  display: flex;
}

.blog-home-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.img-blog-link {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.blog-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.info-blog-big {
  margin-top: 10px;
}

.link-wrap-blog {
  margin-top: 20px;
}

.collection-item-blog {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.img-small-link {
  width: 35%;
  height: 220px;
  overflow: hidden;
}

.img-small-link.h-200 {
  height: 200px;
}

.info-small-blog {
  flex-direction: column;
  width: 65%;
  display: flex;
}

.collection-list-blog {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.name-link-blog {
  border-bottom-width: 0;
}

.blog-name {
  transition: color .3s;
}

.blog-name:hover {
  color: var(--secondary);
}

.button-mobile-wrap {
  display: none;
}

.div-block-27 {
  margin-top: 40px;
  display: flex;
}

.slider-project-3 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.collection-item-project-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.left-arrow-11 {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 25px;
  width: 65px;
  height: 30px;
  font-size: 20px;
  transition: border-color .3s, color .3s;
  inset: auto 85px -5px auto;
}

.left-arrow-11:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}

.right-arrow-11 {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 25px;
  width: 65px;
  height: 30px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
  inset: auto 0% -5px auto;
}

.right-arrow-11:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}

.hidden-2 {
  max-width: 600px;
  display: none;
  position: relative;
}

.link-project-3 {
  width: 47%;
  height: 370px;
  overflow: hidden;
}

.content-project-3 {
  width: 45%;
}

.content-with-line {
  border-bottom: 1px solid #fff3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 40px;
  display: flex;
}

.project-name-link {
  border: 0 solid #000;
  transition: color .3s;
}

.project-name-link:hover {
  color: var(--secondary);
}

.info-project-3 {
  grid-column-gap: 80px;
  align-items: flex-start;
  display: flex;
}

.light-text-2 {
  color: var(--paragraph-gray);
}

.white-text-3 {
  font-weight: 400;
}

.link-block-6 {
  border: 0 solid #000;
}

.review {
  width: 100%;
}

.review-text {
  color: var(--white);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3em;
}

.info-testimonial {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid var(--paragraph-gray);
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.photo-testimonial {
  box-sizing: border-box;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 75px;
  height: 75px;
  overflow: clip;
}

.slider-testimonials {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-nav-testimonials {
  font-size: 14px;
  line-height: 1em;
  inset: auto 0% 0% auto;
}

.banner-home-1 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.color-ovarlay-banner {
  z-index: 1;
  background-image: linear-gradient(#00000073, #00000073);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-home-1-wrap {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  display: flex;
  position: relative;
}

.paragraph-banner {
  color: #fffc;
  max-width: 620px;
}

.paragraph-banner.dark {
  color: var(--paragraph-gray);
}

.heading-home-1-banner {
  color: var(--white);
  font-size: 70px;
  font-weight: 700;
}

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

.social-icon-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
  position: absolute;
  inset: auto auto 40px;
}

.img-banner-home-3 {
  z-index: 2;
  object-fit: cover;
  width: 45%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-home-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  width: 100%;
}

.button-wrap-home-3 {
  margin-top: 60px;
}

.content-banner-home-3 {
  flex-direction: column;
  display: flex;
}

.paragraph-home-3 {
  width: 90%;
}

.background-video-home-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-video {
  background-image: linear-gradient(#00000059, #00000059);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-4-banner-wrap {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  display: flex;
  position: relative;
}

.home-4-banner-h {
  color: var(--white);
  text-transform: capitalize;
  font-size: 72px;
  font-weight: 500;
}

.paragraph-home-4 {
  color: var(--light);
  width: 75%;
}

.about-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .9fr .9fr;
  align-items: end;
  width: 100%;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.horse-img {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.info-about-wrap {
  flex-direction: column;
  display: flex;
}

.project-sticky-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
}

.project-sticky {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: auto;
  max-height: none;
  padding: 40px;
  display: flex;
  position: sticky;
  bottom: 10vh;
  box-shadow: 0 2px 5px #0003;
}

.project-sticky.step-one {
  z-index: 4;
  background-color: var(--white);
}

.project-sticky.step-two {
  z-index: 3;
}

.project-sticky.step-thre {
  z-index: 2;
}

.content-left-project {
  flex-direction: column;
  width: 45%;
  display: flex;
}

.content-left-project.horses-content {
  margin-top: 60px;
}

.project-img-sticky {
  object-fit: cover;
  width: 45%;
  height: 400px;
}

.project-img-sticky.horses-img {
  width: 100%;
}

.heading-4 {
  font-weight: 400;
}

.list {
  color: var(--paragraph-gray);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.title-central {
  margin-bottom: 50px;
}

.button-central-wrap {
  margin-top: 60px;
  display: flex;
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
}

.cell-testimonails {
  background-color: var(--light);
  padding: 20px;
}

.div-block-37 {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-10 {
  width: 60px;
  height: 60px;
}

.collection-list-blog-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.banner-wrap.banner-news {
  grid-column-gap: 60px;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
}

.margin-bottom-medium {
  margin-bottom: 30px;
}

.column-wrapper {
  width: 40%;
}

.column-wrapper.blog {
  width: 100%;
  margin-top: 105px;
}

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

.right-banner-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mt-0 {
  margin-top: 0;
}

.mt-40 {
  margin-bottom: 40px;
}

.blog-details-h1 {
  font-size: 50px;
  font-weight: 500;
}

.div-block-40 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.years-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.years-wrapper.margin-top-40 {
  margin-top: 60px;
}

.div-block-42 {
  background-color: #81818199;
  width: 100%;
  height: 1px;
}

.collection-list-wrapper-events {
  width: 100%;
  margin-top: 60px;
}

.collection-list-wrapper-events.mt-0 {
  margin-top: 0;
}

.collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.event-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-event-link {
  border-bottom-width: 0;
  width: 25%;
  height: 230px;
  overflow: hidden;
}

.event-img {
  object-fit: cover;
  object-position: 40% 50%;
  width: 100%;
  height: 100%;
}

.info-event {
  width: 70%;
}

.date-event {
  color: var(--secondary);
  margin-bottom: 5px;
}

.location-event {
  margin-bottom: 20px;
}

.text-block-8 {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
}

.name-link-event {
  border-bottom-width: 0;
}

.event-name {
  transition: color .3s;
}

.event-name:hover {
  color: var(--secondary);
}

.link-event-wrap {
  margin-top: 20px;
}

.event-content-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.rich-text-wrap {
  width: 56%;
}

.info-event-details {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.event-details-wrap {
  border-left: 1px solid #38797533;
  width: 40%;
  padding-bottom: 10px;
  padding-left: 40px;
  position: sticky;
  top: 10px;
}

.button-apply-wrap {
  margin-top: 40px;
  display: flex;
}

.event-details-img {
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 500px;
  margin-top: 60px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-20.align---central {
  text-align: center;
}

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

._w-90 {
  text-align: right;
  width: 50%;
}

.horse-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.photo-horse-wrap {
  width: 45%;
}

.name-horse {
  margin-top: 0;
  margin-bottom: 30px;
}

.text-span-2 {
  color: var(--secondary);
  font-weight: 500;
}

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

.info-contact-wrap {
  grid-row-gap: 15px;
  background-color: var(--primary);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

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

.white-link:hover {
  color: var(--secondary);
}

.contacts-textarea-2 {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1.1em;
}

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

.contacts-textarea-2::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
}

.error-message-2 {
  color: #fd59a7;
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.success-message-2 {
  color: var(--primary);
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 6px;
}

.form-block-contacts-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

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

.contacts-form-wrapper-2 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.contacts-input-2 {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 25px;
  margin-bottom: 30px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1.1em;
  transition: all .2s;
}

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

.contacts-input-2::placeholder {
  color: var(--paragraph-gray);
}

.div-block-38 {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.div-block-43 {
  background-color: var(--primary);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-44 {
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}

.price {
  color: var(--secondary);
  font-weight: 300;
}

.pricing-plan-list-2 {
  background-color: var(--paragraph-gray);
  align-items: flex-start;
  width: 70%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-plan-price-wrapper-2 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.pricing-plan-price-2 {
  color: var(--primary);
  font-size: 56px;
  font-weight: 400;
}

.pricing-plans-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.pricing-plan-currency-icon-2 {
  color: var(--secondary);
  margin-right: 6px;
  padding-bottom: 7px;
  font-size: 22px;
}

.pricing-plan-item-2 {
  background-color: var(--light);
  text-align: center;
  padding: 30px 30px 40px;
}

._w-500 {
  font-weight: 500;
}

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

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

.product-name {
  color: var(--white);
  font-weight: 500;
  transition: color .3s;
}

.product-name:hover {
  color: var(--secondary);
}

.link-block-7 {
  border-bottom-width: 0;
}

.text-block-9 {
  color: var(--secondary);
  margin-top: 10px;
}

.product-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-product-link {
  border-bottom-width: 0;
  width: 100%;
  height: 450px;
}

.info-product {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.img-product-wrap {
  position: relative;
}

.add-to-cart-desctop {
  text-align: center;
  width: 145px;
  height: 48px;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.default-state {
  margin-bottom: 0;
}

.out-of-stock-state {
  color: var(--white);
  background-color: #0000;
}

.error-state {
  background-color: var(--secondary);
  border-radius: 25px;
}

.apple-pay, .pay-with-browser {
  border-radius: 25px;
}

.cart-quantity-2 {
  border-color: var(--paragraph-gray);
  background-color: #0000;
  border-radius: 10px;
}

.cart-quantity-2:focus {
  border-color: var(--secondary);
}

.mt-7 {
  margin-top: 7px;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.email-2 {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
}

.email-2:focus {
  border-color: var(--secondary);
}

.full-name {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
}

.full-name:focus {
  border-color: var(--secondary);
}

.street-address {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
}

.street-address:focus {
  border-color: var(--secondary);
}

.street-address-2 {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
}

.street-address-2:focus {
  border-color: var(--secondary);
}

.city {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 24px;
  height: 48px;
  padding: 14px 22px;
}

.city:focus {
  border-color: var(--secondary);
}

.state-province {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
}

.state-province:focus {
  border-color: var(--secondary);
}

.zip-postal-code {
  border-color: var(--primary);
  background-color: var(--white);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
}

.zip-postal-code:focus {
  border-color: var(--secondary);
}

.country {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
  font-size: 16px;
}

.country:focus {
  border-color: var(--secondary);
}

.card-number {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
}

.card-number:focus, .card-number.-wfp-focus {
  border-color: var(--secondary);
  color: var(--primary);
  font-size: 16px;
}

.expiration-date {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
  font-size: 16px;
}

.expiration-date:focus, .expiration-date.-wfp-focus {
  border-color: var(--secondary);
}

.expiration-date::placeholder {
  color: var(--primary);
  font-size: 16px;
}

.security-code {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 25px;
  height: 48px;
  padding: 14px 22px;
  font-size: 16px;
}

.security-code:focus, .security-code.-wfp-focus {
  border-color: var(--secondary);
}

.security-code::placeholder {
  color: var(--primary);
  font-size: 16px;
}

.checkbox-label {
  margin-bottom: 0;
}

.checkbox {
  margin-top: 0;
}

.div-block-45 {
  flex: 1;
  display: flex;
}

.block-header {
  border-color: var(--paragraph-gray);
}

.block-content {
  border-right-color: var(--paragraph-gray);
  border-bottom-color: var(--paragraph-gray);
  border-left-color: var(--paragraph-gray);
}

.shipping-method {
  border-bottom-color: var(--paragraph-gray);
}

.shipping-method-list {
  border-right-color: var(--paragraph-gray);
  border-left-color: var(--paragraph-gray);
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--white);
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.remove {
  border-bottom-width: 0;
}

.banner-details-producr-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.collection-item-category {
  display: flex;
}

.name-details {
  font-size: 58px;
}

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

.slider {
  height: auto;
}

.indo-details-product {
  flex-direction: column;
  display: flex;
}

.price-details {
  color: var(--secondary);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
}

.quantity {
  border-color: var(--primary);
  background-color: var(--white);
  height: 48px;
  margin-bottom: 0;
}

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

.default-state-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.right-arrow-product, .left-arrow-product {
  font-size: 26px;
}

.error-message-3 {
  border-radius: 25px;
}

._404-heading {
  color: var(--secondary);
  font-size: 120px;
  font-weight: 700;
}

.heading-search {
  font-size: 60px;
}

.brand-404, .close-button {
  border-bottom-width: 0;
}

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

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

.text-orange {
  color: #f69c20;
}

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

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  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-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

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

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

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

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  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;
  text-decoration: none;
}

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

.image-11 {
  vertical-align: baseline;
  flex: 0 auto;
  align-self: center;
}

.grey-paragraph {
  color: var(--paragraph-gray);
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  min-width: 100%;
}

.div-block-46 {
  text-align: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.slide-nav-testimonials-copy {
  background-color: #0000;
  font-size: 14px;
  line-height: 1em;
  inset: auto 0% 0% auto;
}

.review-text-light {
  color: var(--primary);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3em;
}

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

.blue-text.light {
  font-weight: 300;
}

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

  h2 {
    font-size: 52px;
  }

  blockquote {
    padding-left: 40px;
  }

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

  .section.banner, .section.changelog-banner, .section.banner-our-team, .section.banner-faq, .section.events-banner {
    padding-top: 180px;
  }

  .section.home-2-banner {
    background-position: 50% 100%;
    min-height: 100vh;
  }

  .section.banner-home-3-banner {
    min-height: 88vh;
  }

  .section.home-4-banner {
    padding-top: 180px;
  }

  .section.blog-details-banner {
    padding-top: 200px;
  }

  .section.event-detyails-banner {
    padding-top: 100px;
  }

  .section.services-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/Banner-1-1_1Banner 1 (1).webp');
    background-position: 0 0, 50% 30%;
    padding-top: 180px;
  }

  .section.store-banner {
    padding-top: 180px;
  }

  .section.dark-shop {
    padding-bottom: 60px;
  }

  .base-container.banner {
    width: 1200px;
  }

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

  .headings-typography-wrapper {
    width: 48%;
  }

  .nav-link, .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .coming-soon-wrapper {
    max-width: 640px;
  }

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

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

  .coming-soon-image {
    max-width: 460px;
    height: 480px;
  }

  .white-text.light {
    margin-bottom: 20px;
  }

  .search-shop-con {
    justify-content: flex-end;
    width: 24%;
  }

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

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

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

  .brand {
    width: 24%;
  }

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

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .footer-wrapper-2 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1.1fr 1fr;
  }

  .footer-brand-wrapper-2 {
    border-right: 1px solid var(--paragraph-gray);
    border-bottom-width: 0;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 30px;
  }

  .footer-contact-wrapper {
    margin-top: 10px;
    display: none;
  }

  .footer-contact-wrapper.tablet {
    display: block;
  }

  .footer-brand-description-2 {
    color: var(--paragraph-gray);
    width: 95%;
  }

  .contact, .email {
    color: var(--paragraph-gray);
  }

  .footer-brand-2 {
    margin-top: 10px;
  }

  .footer-link-3 {
    color: var(--paragraph-gray);
  }

  .footer-links-wrapper-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: row;
    margin-top: 5px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .gallery-footer-wrapper {
    border-left: 1px solid var(--paragraph-gray);
    margin-top: 5px;
    padding-left: 40px;
  }

  .div-block-2 {
    align-items: flex-start;
  }

  .footer-img-instagram {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

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

  .link-block {
    width: 100%;
    height: 130px;
  }

  .div-block-7 {
    margin-bottom: 80px;
  }

  .image-2 {
    height: 500px;
  }

  .div-block-8 {
    width: 44%;
    height: 750px;
  }

  .home-1-banner-wrap {
    margin-bottom: 0;
  }

  .scroll-down-link {
    right: 50px;
  }

  .paragraph-banner-w {
    width: 84%;
  }

  .info-club-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .right-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .horse-video {
    height: 500px;
  }

  .grid-3-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-18 {
    padding: 15px 20px;
  }

  .right-content-title {
    width: 48%;
    margin-top: 20px;
  }

  .left-content-title {
    width: 42%;
  }

  .link-project-3 {
    width: 45%;
  }

  .content-project-3 {
    width: 46%;
  }

  .banner-home-1-wrap {
    max-width: 740px;
  }

  .heading-home-1-banner {
    font-size: 72px;
  }

  .banner-home-wrap {
    grid-template-columns: .8fr .9fr;
  }

  .banner-home-wrap.blog-banner {
    grid-template-columns: .9fr .9fr;
  }

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

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cell-testimonails {
    padding: 20px 30px;
  }

  .div-block-37 {
    align-items: center;
  }

  .image-10 {
    border-radius: 100px;
  }

  .collection-list-blog-2 {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 80px;
    grid-template-columns: 1.05fr 1fr;
  }

  .blog-details-h1 {
    font-size: 52px;
  }

  .event-content-wrap {
    grid-column-gap: 60px;
  }

  .rich-text-wrap {
    width: 65%;
  }

  .event-details-wrap {
    padding-left: 60px;
  }

  .event-details-img {
    height: 550px;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contacts-form-wrapper-2 {
    width: 60%;
  }

  .pricing-plan-list-2 {
    width: 65%;
  }

  .pricing-plan-item-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-list-store {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
  }

  .product-img {
    display: block;
  }

  .img-product-link {
    height: 550px;
    display: block;
    overflow: hidden;
  }

  .add-to-cart-desctop {
    display: block;
  }

  .add-to-cart-tablet {
    display: none;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-top: 130px;
    padding-bottom: 110px;
  }

  .banner-details-producr-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    align-items: center;
  }

  .right-arrow-product {
    transition: color .3s;
  }

  .right-arrow-product:hover {
    color: var(--secondary);
  }

  .left-arrow-product {
    transition: color .3s;
  }

  .left-arrow-product:hover {
    color: var(--secondary);
  }

  ._404-heading {
    font-size: 140px;
  }

  .blue-text.light {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 72px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .coming-soon-heading {
    font-size: 64px;
  }

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

  .scroll-down-link {
    right: 130px;
  }

  .banner-wrap {
    grid-template-columns: 1.1fr 1fr;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 70px;
    grid-template-columns: 1fr 1.05fr;
  }

  .blog-details-h1 {
    font-size: 54px;
  }

  .event-details-img {
    object-position: 50% 20%;
  }

  .name-details {
    font-size: 60px;
  }
}

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

  h2 {
    font-size: 54px;
  }

  .section.events-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/Events-Banner-1_1Events Banner (1).webp');
    background-position: 0 0, 50% 30%;
  }

  .section.banner-home-3-banner {
    min-height: 90vh;
  }

  .section.home-4-banner {
    padding-top: 200px;
  }

  .section.event-detyails-banner {
    padding-top: 120px;
  }

  .coming-soon-heading {
    font-size: 68px;
  }

  .banner-title-wrapper.testimonails {
    max-width: 820px;
  }

  .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-1-banner-wrap {
    grid-template-columns: 1.4fr 1fr;
  }

  .scroll-down-link {
    right: 375px;
  }

  .paragraph-banner-w {
    width: 80%;
  }

  .banner-home-1-wrap {
    max-width: 820px;
  }

  .heading-home-1-banner {
    font-size: 80px;
  }

  .img-banner-home-3 {
    width: 47%;
  }

  .banner-home-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: .9fr .9fr;
  }

  .banner-home-wrap.blog-banner {
    grid-template-columns: 1fr .9fr;
  }

  .paragraph-home-3 {
    width: 87%;
  }

  .home-4-banner-wrap {
    max-width: 820px;
  }

  .home-4-banner-h {
    font-size: 88px;
  }

  .banner-wrap {
    grid-template-columns: 1.2fr 1fr;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 90px;
    grid-template-columns: 1.1fr 1fr;
    grid-auto-flow: column;
  }

  .blog-details-h1 {
    font-size: 56px;
  }

  .div-block-40 {
    max-width: 800px;
  }

  .name-details {
    font-size: 62px;
  }

  ._404-heading {
    font-size: 160px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 42px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section.banner, .section.changelog-banner {
    padding-top: 140px;
  }

  .section.blog-grid-banner {
    min-height: 300px;
  }

  .section.banner-our-team {
    padding-top: 140px;
  }

  .section.banner-our-horses {
    padding-bottom: 0;
  }

  .section.pricing-banner, .section.contacts-banner {
    min-height: 300px;
  }

  .section.banner-faq {
    padding-top: 140px;
  }

  .section.about-us-banner {
    flex-direction: column;
    padding-bottom: 0;
  }

  .section.events-banner {
    padding-top: 140px;
  }

  .section.home-2-banner {
    min-height: auto;
    padding-top: 160px;
  }

  .section.home-banner {
    min-height: auto;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.banner-home-3-banner {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.home-4-banner {
    min-height: auto;
    padding-top: 160px;
  }

  .section.blog-details-banner {
    padding-bottom: 0;
  }

  .section.services-banner, .section.store-banner {
    padding-top: 140px;
  }

  .base-container.banner {
    max-width: 100%;
  }

  .grid-system {
    width: 100%;
  }

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

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

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

  .primary-button.desctop-header {
    display: none;
  }

  .primary-button.tablet-navbar {
    margin-top: 20px;
    display: block;
  }

  .primary-button.white-navbar-button, .primary-button.white-navbar-button:hover {
    display: none;
  }

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

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

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

  .nav-container {
    max-width: 100%;
  }

  .nav-menu {
    background-color: var(--light);
    flex-direction: column;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.white-nav-link {
    color: var(--primary);
  }

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

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--light);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 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: auto;
    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;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    margin-bottom: 3px;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title.white-item {
    color: var(--primary);
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 58px;
  }

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

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

  .accordion-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .coming-soon-image {
    display: none;
  }

  .footer-social-icons-wrapper {
    margin-top: 10px;
  }

  .search-shop-con {
    flex: 1;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 20px;
  }

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

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

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

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

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .project-image {
    object-position: 30% 50%;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    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;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    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(--light);
    border: 1px #000;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    background-color: var(--light);
    border: 1px #000;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 24px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .image-burger.white-burger {
    filter: invert();
  }

  .brand-tablet {
    border-bottom-width: 0;
    display: block;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

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

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .style-guide-tabs-menu {
    grid-column-gap: 5px;
  }

  .spacing-title {
    font-size: 25px;
  }

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

  .primary-button-w:hover {
    opacity: 1;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .footer-wrapper-2 {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper-2 {
    width: 100%;
  }

  .footer-contact-wrapper {
    text-align: left;
  }

  .footer-links-wrapper-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: center;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .gallery-footer-wrapper {
    align-items: center;
  }

  .contacts-detail-2.footer {
    text-align: left;
  }

  .footer-img-instagram {
    height: 150px;
  }

  .header-logo {
    height: 45px;
  }

  .div-block-3 {
    align-items: center;
  }

  .link-block {
    border-bottom-width: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .div-block-5 {
    width: 50%;
  }

  .image-2 {
    height: 300px;
  }

  .div-block-8 {
    height: 500px;
  }

  .home-1-banner-wrap {
    grid-template-columns: 1.4fr .8fr;
    margin-bottom: 60px;
  }

  .home-banner-heading {
    font-size: 54px;
  }

  .banner-paragraph {
    width: 85%;
  }

  .paragraph-banner-w {
    width: 80%;
  }

  .info-club-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .div-block-13 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .grid-3-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .right-content-title {
    width: 50%;
  }

  .left-content-title.blog-title {
    width: 55%;
  }

  .blog-home-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .collection-item-blog {
    flex-direction: column;
    width: 50%;
  }

  .img-small-link {
    width: 100%;
    height: 250px;
  }

  .info-small-blog {
    width: 100%;
  }

  .collection-list-blog {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    justify-content: center;
  }

  .link-project-3 {
    height: 400px;
  }

  .info-project-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .review-text {
    font-size: 30px;
  }

  .banner-home-1-wrap {
    max-width: 580px;
  }

  .heading-home-1-banner {
    font-size: 56px;
  }

  .social-icon-wrap {
    bottom: 30px;
  }

  .img-banner-home-3 {
    object-position: 50% 30%;
    width: 100%;
    height: 400px;
    position: static;
  }

  .banner-home-wrap {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
    margin-bottom: 60px;
  }

  .tablet-hidden {
    display: none;
  }

  .button-wrap-home-3 {
    margin-top: 30px;
  }

  .content-banner-home-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .paragraph-home-3 {
    width: 90%;
  }

  .home-4-banner-wrap {
    max-width: 620px;
  }

  .home-4-banner-h {
    font-size: 58px;
  }

  .about-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .horse-img {
    object-position: 50% 20%;
    width: 80%;
    height: 450px;
  }

  .project-sticky {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .content-left-project {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 75%;
  }

  .content-left-project.horses-content {
    margin-top: 0;
  }

  .project-img-sticky {
    width: 100%;
    height: 400px;
  }

  .banner-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: 60px;
    display: flex;
  }

  .banner-wrap.banner-news {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
  }

  .column-wrapper {
    width: 100%;
  }

  .column-wrapper.blog {
    width: 85%;
    margin-top: 90px;
  }

  .right-banner-wrap {
    justify-content: center;
    align-items: center;
  }

  .right-banner-wrap.banner-left {
    align-items: flex-start;
  }

  .blog-details-h1 {
    font-size: 46px;
  }

  .div-block-40 {
    max-width: 680px;
  }

  .img-event-link {
    width: 30%;
    height: 240px;
  }

  .event-img {
    object-position: 30% 50%;
  }

  .info-event {
    width: 67%;
  }

  .event-content-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rich-text-wrap {
    width: 100%;
  }

  .info-event-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .event-details-wrap {
    border-top: 1px solid #38797533;
    border-left-width: 0;
    width: 60%;
    padding: 40px 20px 0;
    position: static;
  }

  .event-details-img {
    height: 400px;
  }

  .horse-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .photo-horse-wrap {
    text-align: center;
    width: 100%;
  }

  .name-horse {
    margin-bottom: 30px;
  }

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

  .contacts-form-wrapper-2 {
    width: 90%;
    min-height: 500px;
    padding: 30px;
  }

  .pricing-plan-list-2 {
    width: 65%;
  }

  .pricing-plans-wrapper-2 {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .pricing-plan-item-2 {
    width: 47%;
  }

  .collection-list-store {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .img-product-link {
    height: 420px;
  }

  .info-product {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .add-to-cart-desctop {
    position: static;
  }

  .default-state {
    margin-bottom: 0;
  }

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

  .div-block-45 {
    flex-direction: column;
  }

  .text-block-10 {
    margin-top: 10px;
    margin-left: 15px;
  }

  .name-details {
    font-size: 48px;
  }

  .heading-search {
    font-size: 52px;
  }

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

  .div-block-46 {
    padding-bottom: 0;
  }

  .review-text-light {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    margin-left: 30px;
    padding-left: 20px;
    font-size: 20px;
  }

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

  .section.home-2-banner {
    padding-top: 140px;
  }

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

  .section.banner-home-3-banner {
    padding-top: 60px;
  }

  .section.home-4-banner {
    padding-top: 140px;
  }

  .section.event-detyails-banner {
    padding-top: 50px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

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

  .primary-button.full-width-mobile, .primary-button.search-button {
    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%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

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

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 42px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 40px;
  }

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

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

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

  .search-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

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

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

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

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    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;
  }

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

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tabs-menu {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .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;
    flex: 1;
    width: 100%;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .footer-wrapper-2 {
    grid-column-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-brand-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .footer-contact-wrapper {
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-brand-description-2 {
    text-align: center;
  }

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

  .footer-links-wrapper-2 {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .gallery-footer-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-img-instagram {
    height: 160px;
  }

  .div-block-3 {
    align-items: center;
  }

  .div-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .div-block-5 {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .div-block-7 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .image-3 {
    object-position: 50% 20%;
  }

  .div-block-8 {
    width: 100%;
    height: 500px;
  }

  .info-club-wrapper {
    width: 100%;
  }

  .left-content {
    text-align: center;
    align-items: center;
  }

  .div-block-13 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .right-content-title.button {
    width: 35%;
  }

  .left-content-title.blog-title {
    width: 60%;
  }

  .collection-item-project-3 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .left-arrow-11 {
    right: 310px;
  }

  .right-arrow-11 {
    right: 180px;
  }

  .link-project-3 {
    width: 100%;
    height: 400px;
  }

  .content-project-3 {
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
    padding-left: 0;
  }

  .content-with-line, .info-project-3 {
    justify-content: center;
    align-items: center;
  }

  .review {
    text-align: center;
    margin-bottom: 75px;
  }

  .review-text {
    font-size: 28px;
  }

  .info-testimonial {
    justify-content: center;
    align-items: center;
  }

  .slide-nav-testimonials {
    height: 30px;
    inset: auto 0% 0%;
  }

  .paragraph-banner {
    max-width: 100%;
  }

  .heading-home-1-banner {
    font-size: 48px;
  }

  .social-icon-wrap {
    width: 280px;
  }

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

  .img-banner-home-3 {
    height: 350px;
  }

  .banner-home-wrap {
    margin-bottom: 40px;
  }

  .paragraph-home-3 {
    width: 100%;
  }

  .home-4-banner-wrap {
    max-width: 100%;
  }

  .home-4-banner-h {
    font-size: 50px;
  }

  .about-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-sticky {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 30px;
  }

  .project-sticky.step-one {
    padding-top: 20px;
    position: static;
  }

  .project-sticky.step-two, .project-sticky.step-thre {
    position: static;
  }

  .content-left-project {
    width: 100%;
  }

  .project-img-sticky {
    height: 320px;
  }

  .button-central-wrap {
    margin-top: 40px;
  }

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

  .banner-wrap {
    margin-bottom: 40px;
  }

  .banner-wrap.banner-news {
    flex-direction: column;
  }

  .column-wrapper.blog {
    width: 100%;
    margin-top: 40px;
  }

  .blog-details-h1 {
    font-size: 40px;
  }

  .div-block-40 {
    max-width: 100%;
  }

  .years-wrapper.margin-top-40, .collection-list-wrapper-events {
    margin-top: 40px;
  }

  .collection-list {
    grid-column-gap: 50px;
  }

  .event-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .img-event-link {
    width: 100%;
    height: 320px;
  }

  .event-img {
    object-position: 20% 50%;
  }

  .info-event {
    text-align: center;
    width: 100%;
  }

  .link-event-wrap {
    margin-top: 20px;
  }

  .event-content-wrap {
    margin-top: 40px;
  }

  .event-details-wrap {
    width: 100%;
  }

  .event-details-img {
    height: 300px;
    margin-top: 40px;
  }

  .horse-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contacts-form-wrapper-2 {
    width: 100%;
    min-height: 480px;
    padding: 20px;
  }

  .div-block-44 {
    margin-bottom: 40px;
  }

  .pricing-plan-list-2 {
    width: 40%;
  }

  .pricing-plans-wrapper-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .pricing-plan-item-2 {
    width: 80%;
  }

  .collection-list-store {
    grid-row-gap: 60px;
  }

  .img-product-link {
    height: 350px;
  }

  .info-product {
    text-align: center;
    flex-direction: column;
  }

  .add-to-cart-tablet {
    margin-top: 30px;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .banner-details-producr-wrap {
    grid-template-columns: 1fr;
  }

  .name-details {
    font-size: 42px;
  }

  .indo-details-product {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  ._404-heading {
    font-size: 100px;
  }

  .heading-search {
    font-size: 42px;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .slide-nav-testimonials-copy {
    height: 30px;
    inset: auto 0% 0%;
  }

  .review-text-light {
    font-size: 28px;
  }
}

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

  blockquote {
    margin-left: 20px;
  }

  .section.home-2-banner {
    justify-content: center;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

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

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

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

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

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

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

  .nav-link {
    width: 99%;
  }

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

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

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

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 38px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

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

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

  .accordion-wrapper, .accordion-wrap.last-child {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 0;
  }

  .search-shop-con {
    margin-right: 10px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

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

  .project-image {
    object-position: 50% 50%;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .tablet-menu {
    color: var(--light);
    padding-bottom: 25px;
  }

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

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

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

  .landing-section-title {
    width: 100%;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-brand-wrapper-2 {
    flex-direction: column;
  }

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

  .footer-links-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .div-block-2 {
    align-items: center;
  }

  .header-logo {
    height: 28px;
  }

  .div-block-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-5 {
    align-items: center;
  }

  .div-block-8 {
    height: 350px;
  }

  .home-1-banner-wrap {
    text-align: center;
    align-items: center;
    margin-bottom: 80px;
    display: flex;
  }

  .home-banner-heading {
    font-size: 42px;
  }

  .banner-paragraph {
    color: #ffffffe6;
    width: 100%;
  }

  .scroll-down-link {
    right: auto;
  }

  .paragraph-banner-w {
    color: #ffffffe6;
    width: 100%;
  }

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

  .right-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-3 {
    font-size: 56px;
  }

  .div-block-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

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

  .big-title-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .right-content-title {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .right-content-title.button {
    align-items: center;
    width: 100%;
    display: none;
  }

  .left-content-title {
    text-align: center;
    width: 100%;
  }

  .left-content-title.blog-title {
    width: 100%;
  }

  .img-blog-link {
    height: 250px;
  }

  .link-wrap-blog {
    margin-top: 10px;
  }

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

  .collection-list-blog {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .button-mobile-wrap {
    margin-top: 40px;
    display: block;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
  }

  .left-arrow-11 {
    inset: auto auto 0% 100px;
  }

  .right-arrow-11 {
    inset: auto 100px 0% auto;
  }

  .link-project-3 {
    height: 300px;
  }

  .content-with-line {
    margin-bottom: 30px;
  }

  .info-project-3 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .review-text {
    font-size: 26px;
  }

  .heading-home-1-banner {
    font-size: 42px;
  }

  .button-home-banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .social-icon-wrap {
    width: 260px;
  }

  .img-banner-home-3 {
    height: 300px;
  }

  .content-banner-home-3 {
    width: 100%;
  }

  .home-4-banner-h {
    font-size: 42px;
  }

  .paragraph-home-4 {
    width: 100%;
  }

  .horse-img {
    width: 100%;
    height: 350px;
  }

  .project-sticky {
    padding: 20px;
  }

  .project-img-sticky {
    height: 250px;
  }

  .banner-wrap {
    width: 100%;
  }

  .img-event-link {
    height: 300px;
  }

  .info-event-details {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
  }

  .event-details-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .event-details-img {
    height: 280px;
  }

  ._w-90 {
    width: 100%;
  }

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

  .contacts-form-wrapper-2 {
    min-height: 640px;
  }

  .div-block-38 {
    flex-direction: column;
  }

  .div-block-44 {
    text-align: center;
    align-items: center;
  }

  .pricing-plan-list-2 {
    width: 70%;
  }

  .pricing-plan-item-2 {
    width: 100%;
    padding: 30px 30px 20px;
  }

  .collection-list-store {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .img-product-link {
    height: 380px;
  }

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

  .banner-details-producr-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .review-text-light {
    font-size: 26px;
  }
}

#w-node-_918c9a03-3752-cfbe-b0d0-e8a61ea69c70-0784f84c, #w-node-ac025a76-b111-5f87-39ba-cfba452cb519-0784f84c, #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-0784f84c, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-0784f84c, #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-0784f84c, #w-node-_91c554f4-b6e6-349a-7a9d-b78292096866-0784f84c, #w-node-_446c8a41-5fed-d629-2a0b-e706682dd6aa-0784f84c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9325d626-9ff5-5406-2da4-ec69f299a870-f299a86d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9325d626-9ff5-5406-2da4-ec69f299a8aa-f299a86d, #w-node-_9325d626-9ff5-5406-2da4-ec69f299a8ac-f299a86d, #w-node-_9325d626-9ff5-5406-2da4-ec69f299a8ae-f299a86d, #w-node-_9325d626-9ff5-5406-2da4-ec69f299a8b0-f299a86d, #w-node-_59dc5f0a-e73a-b3bd-64c4-14c445991b38-0784f84f, #w-node-_59dc5f0a-e73a-b3bd-64c4-14c445991b40-0784f84f, #w-node-_21ffef92-c0b7-9ffe-4f31-3c064e69b37b-0784f84f, #w-node-ba1ed08b-0a61-d198-feec-cf1d4dc22297-0784f84f, #w-node-_4038af5f-562c-a415-40be-367d5a556e68-0784f84f, #w-node-_4038af5f-562c-a415-40be-367d5a556e6f-0784f84f, #w-node-_4038af5f-562c-a415-40be-367d5a556e76-0784f84f, #w-node-_6cfc803b-b4db-3ea8-be26-cb73a2395315-0784f84f, #w-node-_6cfc803b-b4db-3ea8-be26-cb73a2395323-0784f84f, #w-node-_007b19da-7291-4a24-7cef-c490e86b2ad2-0784f850, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a0-0784f853, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a5-0784f853, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3ac-0784f853, #w-node-e3abe012-dae0-2e9c-8fe2-c9b6c2a0b2c3-0784f854, #w-node-e3abe012-dae0-2e9c-8fe2-c9b6c2a0b2c8-0784f854, #w-node-f4e1447c-3c71-c684-f86d-31625ca293fc-0784f857, #w-node-_47dc04be-abd4-9f68-76a4-0d721e0ef267-0784f857, #w-node-_47dc04be-abd4-9f68-76a4-0d721e0ef26c-0784f857, #w-node-_4745968c-86de-7cf6-01f7-80d899febfcf-0784f857, #w-node-_4745968c-86de-7cf6-01f7-80d899febfd6-0784f857, #w-node-_4745968c-86de-7cf6-01f7-80d899febfdd-0784f857, #w-node-_0da43b04-0419-5cc2-a512-0e776d52799d-0784f857, #w-node-_0da43b04-0419-5cc2-a512-0e776d5279ab-0784f857, #w-node-_41a6567a-ac36-a1c4-d222-aebe7fc9a995-0784f858, #w-node-_2e532cb8-c43a-c7e4-dda6-65e00ff68680-0784f858, #w-node-d34ba8f4-6b02-0052-b0aa-041fc2b68780-0784f858, #w-node-cb6398e7-e872-a4a7-759a-dbea36186290-0784f858, #w-node-cb6398e7-e872-a4a7-759a-dbea36186295-0784f858, #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb609f3-0784f858, #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb609fa-0784f858, #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb60a01-0784f858, #w-node-e403d351-7c41-8a4c-d8c4-c832ce9a66bd-0784f858, #w-node-e403d351-7c41-8a4c-d8c4-c832ce9a66cb-0784f858, #w-node-_3ef69cb2-5503-c4c6-3731-fb05eb8de084-0784f859, #w-node-_3ef69cb2-5503-c4c6-3731-fb05eb8de089-0784f859, #w-node-cf48ea90-a54e-73eb-0595-be36428535ad-0784f859, #w-node-cf48ea90-a54e-73eb-0595-be36428535b4-0784f859, #w-node-cf48ea90-a54e-73eb-0595-be36428535bb-0784f859, #w-node-_3c737dc1-4dea-a922-6c5f-40d6faa5dfe3-0784f859, #w-node-_3c737dc1-4dea-a922-6c5f-40d6faa5dff1-0784f859, #w-node-_5bdae016-8629-601e-b0e6-e9f82abcfb25-0784f85a, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-0784f85a, #w-node-_23bebd33-8494-cbfb-cb42-f6efaf1e62f4-0784f85a, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-0784f85a, #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-0784f85a, #w-node-_65bb74fc-de0d-177a-69a2-104d7d2f12ca-0784f85a, #w-node-b6253e85-a9c6-1ab8-007f-a4483b44d7d4-0784f85a, #w-node-ebb8c401-e390-572d-fe48-6a4e8dc2c0a4-0784f85a, #w-node-_41eaf406-5861-c81c-83af-28e14c89c05b-0784f85a, #w-node-_849ded33-d0ad-e065-787c-0a1f82bad7af-0784f85a, #w-node-_5bd97f38-5056-c048-8f22-470a48714fbf-0784f85a, #w-node-_04a0dbef-6e55-c8a4-2c9e-0892fe6dcb74-0784f85a, #w-node-_6557f3c1-bb83-e1af-8ce7-9e64fb22e7e5-0784f85a, #w-node-_0ce6bf5b-92cd-ad9a-4ecd-ab87ad71683c-0784f85a, #w-node-c9ac7192-203d-dfeb-b29f-eb3b62832374-0784f85a, #w-node-_11c2ca96-06a9-8011-cb2c-046a13048573-0784f85a, #w-node-f6fb521c-c1a1-bd73-ba9e-ad7cec06a616-0784f85a, #w-node-_81d2ce32-64a6-d09f-c217-bb01f9dea4d8-0784f85a, #w-node-_83fd62a7-7fa3-a52a-4456-a1df95eb0e9d-0784f85a, #w-node-c85fd9e7-5c79-bf45-6b50-e0754d6da5f8-0784f85a, #w-node-aca906fe-7160-ac26-a8a1-23cc5a0ef8ca-0784f85a, #w-node-_2ab39cff-540d-d729-9b3b-e0520305cb04-0784f85a, #w-node-f4a6938a-3706-aee1-ec5b-0f5daa1a2391-0784f85a, #w-node-_0533b4f2-1dbf-7d6d-9294-ce582bcb244f-0784f85a, #w-node-_906d3376-0d7e-982f-3dbd-ad7944c377dc-0784f85a, #w-node-_03fba444-70c4-93e7-002f-f8e9aed27a4f-0784f85a, #w-node-_1978b9af-20d2-1a88-dc72-ea6a84a17a44-0784f85a, #w-node-_17cea94f-e812-ec99-826b-3c416723154e-0784f85a, #w-node-_45d62db9-d443-8c7c-a1d8-ac70cc51595d-0784f85a, #w-node-_486a77aa-7d38-373a-5c9d-9ccf003170da-0784f85a, #w-node-c0f222d5-3bec-5aa2-d0f1-8f1203160f23-0784f85a, #w-node-_2674daa0-ed43-8ecc-bf08-6d732d9baa0b-0784f85a, #w-node-_799a94c2-f470-aeb6-3f12-864efa3feff0-0784f85b, #w-node-_799a94c2-f470-aeb6-3f12-864efa3feff5-0784f85b, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e7d-0784f85c, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e84-0784f85c, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e8b-0784f85c, #w-node-_3bd92ac2-65bf-f45d-f145-acdc92753a4d-0784f85e, #w-node-_3bd92ac2-65bf-f45d-f145-acdc92753a52-0784f85e, #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2a9-0784f860, #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2b0-0784f860, #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2b7-0784f860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b3-0784f860 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b4-0784f860 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137bc-0784f860, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137c4-0784f860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137cc-0784f860 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-0784f862, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-0784f862, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-0784f862, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-0784f862, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-0784f862, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-0784f862, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-0784f862, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-0784f862, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-0784f862, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-0784f862 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-0784f864 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-0784f864 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-0784f864, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-0784f864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-0784f864 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_664f7fe3-dc2b-92b9-2d04-0d4d6ea78381-0784f867, #w-node-ae4a15f6-0625-c341-a3d5-0395be6ad333-0784f867, #w-node-_94a88d9f-ddf7-371e-c516-ff0979cf701e-0784f867, #w-node-_31909291-2e9a-1529-bc91-59ca7254ee7f-0784f867, #w-node-ec86db10-2b32-139a-07b9-b1d3315955f1-0784f867, #w-node-_918c9a03-3752-cfbe-b0d0-e8a61ea69c70-4b8dd9e5, #w-node-ac025a76-b111-5f87-39ba-cfba452cb519-4b8dd9e5, #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-4b8dd9e5, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-4b8dd9e5, #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-4b8dd9e5, #w-node-_91c554f4-b6e6-349a-7a9d-b78292096866-4b8dd9e5, #w-node-_446c8a41-5fed-d629-2a0b-e706682dd6aa-4b8dd9e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a870-f299a86d, #w-node-_9325d626-9ff5-5406-2da4-ec69f299a88f-f299a86d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-0784f84c, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-0784f84c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-0784f84c {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a870-f299a86d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a88f-f299a86d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a8a6-f299a86d {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_4038af5f-562c-a415-40be-367d5a556e68-0784f84f, #w-node-_4038af5f-562c-a415-40be-367d5a556e6f-0784f84f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4038af5f-562c-a415-40be-367d5a556e76-0784f84f {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a0-0784f853, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a5-0784f853 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3ac-0784f853 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_4745968c-86de-7cf6-01f7-80d899febfcf-0784f857, #w-node-_4745968c-86de-7cf6-01f7-80d899febfd6-0784f857 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4745968c-86de-7cf6-01f7-80d899febfdd-0784f857 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb609f3-0784f858, #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb609fa-0784f858 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb60a01-0784f858 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-cf48ea90-a54e-73eb-0595-be36428535ad-0784f859, #w-node-cf48ea90-a54e-73eb-0595-be36428535b4-0784f859 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf48ea90-a54e-73eb-0595-be36428535bb-0784f859 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e7d-0784f85c, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e84-0784f85c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e8b-0784f85c {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_84962f40-3c1f-f09c-be61-9d3732b1a3b2-0784f85e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2a9-0784f860, #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2b0-0784f860 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2b7-0784f860 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b3-0784f860 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b4-0784f860 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137bc-0784f860, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137c4-0784f860 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137cc-0784f860 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-0784f864 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-0784f864 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-0784f864, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-0784f864 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-0784f864, #w-node-_6511939a9254c07e10a32aa3000000000036-0784f868, #w-node-_6511939a9254c07e10a32aa300000000007a-0784f868, #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-4b8dd9e5, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-4b8dd9e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-4b8dd9e5 {
    grid-area: 2 / 2 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_84962f40-3c1f-f09c-be61-9d3732b1a3b2-0784f85e {
    grid-column: span 1 / span 1;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b3-0784f860 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b4-0784f860 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137bc-0784f860, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137c4-0784f860 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137cc-0784f860 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-0784f864 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-0784f864 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-0784f864, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-0784f864 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-0784f864 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-0784f84c, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-0784f84c, #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-0784f84c, #w-node-_4038af5f-562c-a415-40be-367d5a556e68-0784f84f, #w-node-_4038af5f-562c-a415-40be-367d5a556e6f-0784f84f, #w-node-_4038af5f-562c-a415-40be-367d5a556e76-0784f84f, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a0-0784f853, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a5-0784f853, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3ac-0784f853, #w-node-_4745968c-86de-7cf6-01f7-80d899febfcf-0784f857, #w-node-_4745968c-86de-7cf6-01f7-80d899febfd6-0784f857, #w-node-_4745968c-86de-7cf6-01f7-80d899febfdd-0784f857, #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb609f3-0784f858, #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb609fa-0784f858, #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb60a01-0784f858, #w-node-cf48ea90-a54e-73eb-0595-be36428535ad-0784f859, #w-node-cf48ea90-a54e-73eb-0595-be36428535b4-0784f859, #w-node-cf48ea90-a54e-73eb-0595-be36428535bb-0784f859 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-0784f85a, #w-node-_23bebd33-8494-cbfb-cb42-f6efaf1e62f4-0784f85a, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-0784f85a, #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-0784f85a, #w-node-_65bb74fc-de0d-177a-69a2-104d7d2f12ca-0784f85a, #w-node-b6253e85-a9c6-1ab8-007f-a4483b44d7d4-0784f85a, #w-node-ebb8c401-e390-572d-fe48-6a4e8dc2c0a4-0784f85a, #w-node-_41eaf406-5861-c81c-83af-28e14c89c05b-0784f85a, #w-node-_849ded33-d0ad-e065-787c-0a1f82bad7af-0784f85a, #w-node-_5bd97f38-5056-c048-8f22-470a48714fbf-0784f85a, #w-node-_04a0dbef-6e55-c8a4-2c9e-0892fe6dcb74-0784f85a, #w-node-_6557f3c1-bb83-e1af-8ce7-9e64fb22e7e5-0784f85a, #w-node-_0ce6bf5b-92cd-ad9a-4ecd-ab87ad71683c-0784f85a, #w-node-c9ac7192-203d-dfeb-b29f-eb3b62832374-0784f85a, #w-node-_11c2ca96-06a9-8011-cb2c-046a13048573-0784f85a, #w-node-f6fb521c-c1a1-bd73-ba9e-ad7cec06a616-0784f85a, #w-node-_81d2ce32-64a6-d09f-c217-bb01f9dea4d8-0784f85a, #w-node-_83fd62a7-7fa3-a52a-4456-a1df95eb0e9d-0784f85a, #w-node-c85fd9e7-5c79-bf45-6b50-e0754d6da5f8-0784f85a, #w-node-aca906fe-7160-ac26-a8a1-23cc5a0ef8ca-0784f85a, #w-node-_2ab39cff-540d-d729-9b3b-e0520305cb04-0784f85a, #w-node-f4a6938a-3706-aee1-ec5b-0f5daa1a2391-0784f85a, #w-node-_0533b4f2-1dbf-7d6d-9294-ce582bcb244f-0784f85a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e7d-0784f85c, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e84-0784f85c, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e8b-0784f85c, #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2a9-0784f860, #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2b0-0784f860, #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2b7-0784f860 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b3-0784f860 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b4-0784f860, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137bc-0784f860, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137c4-0784f860, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137cc-0784f860 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-0784f864 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-0784f864, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-0784f864, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-0784f864, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-0784f864, #w-node-_6511939a9254c07e10a32aa3000000000036-0784f868, #w-node-_6511939a9254c07e10a32aa300000000007a-0784f868, #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-4b8dd9e5, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-4b8dd9e5, #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-4b8dd9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400 (old)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}