/* @override 
	https://www.westbrookequestrian.com/css/equestrian.css
	https://www.westbrookequestrian.com/css/equestrian.css?* */

:root {
  --primary: black;
  --paragraph-gray: #818181;
  --secondary: #c4914f;
  --light: #fefbf8;
  --white: white;
  --grey: var(--light);
  --white-50: rgba(255, 255, 255, .5);
}

.inlineForm {
	max-width: 900px;
	margin: 0 auto;
}

.heroDesc {
	opacity: 1;
}

.heroDesc p {
	font-size: 17px;
	color: #FFF;

}
.heroDesc a {
	color: #FFF;
	text-decoration: underline;
}
.heroDesc a:hover {
	color: #CECECE;
	text-decoration: none;
}
.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-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--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 rgba(0, 0, 0, 0);
  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(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/img//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(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/img//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('/img//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 {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  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 {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

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

.section.img-background {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/img//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(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/img//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 rgba(129, 129, 129, .6);
}

.section.get-in-touch-section {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/img//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;
}

.section.grey {
  background-color: #818181;
}

.base-container {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  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 {
  width: 100%;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  width: 75px;
  height: 75px;
  background-color: var(--light);
  box-shadow: 0 0 5px rgba(34, 44, 45, .15);
}

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

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

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

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

.h1-tablet {
  font-size: 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.tablet-navbar {
  display: none;
}

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

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

.primary-button.color-2 {
  border-color: var(--paragraph-gray);
  background-color: var(--paragraph-gray);
}

.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: rgba(0, 0, 0, 0);
}

.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 {
  width: 100%;
  border-bottom: 1px solid var(--paragraph-gray);
  background-color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.navbar.white-navbar {
  background-color: rgba(0, 0, 0, .2);
  border-bottom-color: rgba(255, 255, 255, .3);
  position: absolute;
}

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

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

.nav-link {
  border-bottom-width: 0;
  padding: 20px 15px;
}

.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 {
  width: 200px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .18);
  padding: 15px 20px;
}

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

.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 {
  width: 100%;
  text-transform: capitalize;
  border-bottom-width: 0;
  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 rgba(94, 94, 94, .5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

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

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

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

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

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

.licensing-font-title {
  color: rgba(94, 94, 94, .5);
  text-transform: uppercase;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

.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;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

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

.coming-soon-input::-ms-input-placeholder {
  color: var(--primary);
  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 {
  width: 100vw;
  height: 100vh;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.nav-menu-wrapper {
  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 {
  width: 100%;
  grid-row-gap: 5px;
  border-top: 1px solid var(--paragraph-gray);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 60px;
  display: flex;
}

.footer-rights {
  color: rgba(255, 255, 255, .7);
  font-family: Lato, sans-serif;
}

.footer-copyright {
  width: 100%;
  color: rgba(255, 255, 255, .7);
  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 {
  max-width: 740px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.text-button-icon {
  margin-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;
  max-width: 760px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

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

.accordion-item {
  width: 100%;
  background-color: var(--light);
  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 {
  width: 50%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  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 {
  height: 460px;
  max-width: 440px;
  object-fit: cover;
}

.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 {
  height: 48px;
  border: 1px solid var(--primary);
  border-radius: 25px;
  margin-bottom: 0;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1em;
}

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

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

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

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

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

.headings-container {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  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 {
  width: 33.33%;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

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

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

.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: rgba(0, 0, 0, 0);
  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 {
  max-width: 780px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.courses-collection {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  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 {
  height: 40px;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

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

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

.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 {
  max-width: 80%;
  filter: grayscale();
}

.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 {
  width: 100%;
  border: 1px solid var(--primary);
  color: var(--primary);
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  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 {
  width: 19%;
  background-color: var(--primary);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  width: 24%;
  height: 100%;
  border-left-style: solid;
  border-left-color: #7c7c7c;
  margin-top: 0;
}

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

.banner-title-wrapper-2 {
  z-index: 1;
  max-width: 840px;
  flex-direction: column;
  align-items: center;
  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: rgba(0, 0, 0, 0);
  border-radius: 25px;
  align-items: center;
  padding: 14px 30px;
  line-height: 1.1em;
  transition: all .2s;
}

.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 {
  max-width: 1480px;
  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;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.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: rgba(0, 0, 0, 0);
  padding: 0;
}

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

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

.footer-brand-wrapper-2 {
  width: 300px;
  flex-direction: column;
  align-items: center;
 
  display: block;
  margin: 0 auto;
}

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

.footer-brand-description-2 {
  color: var(--paragraph-gray);
  text-align: left;
  font-weight: 300;
}

.contact {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

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

.footer-brand-2 {
 
  color: #fff;
  border-bottom-width: 0;
  
  margin: 0 auto;
}

 

.footer-link-3 {
  color: var(--paragraph-gray);
  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 {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  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 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

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

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

.btnwrap._2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

.banner-paragraph {
  color: rgba(255, 255, 255, .7);
}

.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;
  top: auto;
  bottom: 15px;
  left: auto;
  right: 15px;
}

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

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

.paragraph-banner-w {
  width: 97%;
  color: rgba(255, 255, 255, .7);
  margin-top: 0;
}

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

.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 {
  width: 100%;
  height: 50%;
  background-color: var(--primary);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.big-title-wrap {
  width: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  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 {
  width: 100%;
  height: 300px;
  object-fit: cover;
  
}

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

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

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

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

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

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

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

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

.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 {
  width: 65%;
  flex-direction: column;
  display: flex;
}

.collection-list-blog {
  height: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  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 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

.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 {
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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%;
  padding-left: 63px;
  padding-right: 63px;
}

.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 {
  width: 75px;
  height: 75px;
}

.slider-testimonials {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

.banner-home-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.color-ovarlay-banner {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .50));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.paragraph-banner {
  max-width: 620px;
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
}

.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;
  width: 300px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: auto;
  right: auto;
}

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

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

.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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-video {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

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

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

.project-sticky {
  width: auto;
  max-height: none;
  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;
  align-items: center;
  justify-items: center;
  padding: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 10vh;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.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 {
  width: 45%;
  flex-direction: column;
  display: flex;
}

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

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

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

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

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

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

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

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

.banner-wrap {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  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 {
  max-width: 760px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.div-block-42 {
  width: 100%;
  height: 1px;
  background-color: rgba(129, 129, 129, .6);
}

.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 {
  width: 25%;
  height: 230px;
  border-bottom-width: 0;
  overflow: hidden;
}

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

.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 {
  width: 100%;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  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 {
  width: 40%;
  border-left: 1px solid rgba(56, 121, 117, .2);
  padding-bottom: 10px;
  padding-left: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

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

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

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

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

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

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

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

.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 {
  max-height: 100%;
  max-width: 100%;
  min-height: 200px;
  min-width: 100%;
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 20px;
  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::-ms-input-placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
}

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

.error-message-2 {
  color: #fd59a7;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.success-message-2 {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 6px;
}

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

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

.contacts-form-wrapper-2 {
  width: 80%;
  min-height: 520px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  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::-ms-input-placeholder {
  color: var(--paragraph-gray);
}

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

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

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

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

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

.pricing-plan-list-2 {
  width: 70%;
  background-color: var(--paragraph-gray);
  align-items: flex-start;
  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 {
  width: 100%;
  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;
  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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

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

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

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

.out-of-stock-state {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.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: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

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

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

.checkout-form {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 80px;
  padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  min-height: auto;
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 60px;
}

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

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

.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 {
  height: 48px;
  border-color: var(--primary);
  background-color: var(--white);
  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;
}

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

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

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

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

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

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

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

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

.hire-buttons:hover {
  border-style: solid;
  border-color: var(--white);
  opacity: 1;
  color: #fff;
}

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

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

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

.buy-this-template:hover {
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  border-style: solid;
  border-color: #4353ff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

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

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

.all-templates:hover {
  border-style: solid;
  border-color: var(--white);
  opacity: 1;
  color: #4353ff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.rich-text-block, .list-item {
  color: var(--primary);
}

.list-2 {
  color: var(--primary);
  font-size: 18px;
}

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

.iconitem {
  width: 25%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  color: #000;
    font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

.iconhead,
.iconitem p {
  color: var(--primary);
  margin-top: 5px;

}
.iconitem strong {
	font-size: 19px;
	font-weight: bold;
}
.icondesc {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4em;
}

.iconimg {
  width: 100px;
  margin-bottom: 10px;
 
}
.iconWrapper {
	width:  100%;
	text-align: center;
}

.iconimg._2 {
  width: 130px;
}

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

.slidergallery {
  height: auto;
  margin-top: 5px;
  margin-bottom: 43px;
}

.imgslide {
  height: auto;
}

.amp {
  color: var(--paragraph-gray);
  font-family: PT Serif, serif;
}

.centerwanted {
  text-align: center;
}

.h2-header {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 32px;
}

@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 {
    min-height: 100vh;
    background-position: 50% 100%;
  }

  .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('/img//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 {
    height: 480px;
    max-width: 460px;
  }

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

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

  .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: 323px;
    grid-row-gap: 323px;
    grid-template-rows: auto;
    grid-template-columns: 1.15fr 1.1fr;
  }

  .footer-brand-wrapper-2 {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

  .footer-wrapper-2 {
    grid-template-columns: 1.15fr 1.35fr;
  }

  .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('/img//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;
  }

  .nav-link.white-nav-link {
    word-break: keep-all;
  }

  .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 {
    width: 320px;
    background-color: var(--light);
    flex-direction: column;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .menu-button {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .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 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding: 10px 20px 10px 0;
    display: flex;
  }

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

  .nav-dropdown-list {
    width: auto;
    background-color: var(--light);
    border-style: none;
    flex-direction: column;
    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: rgba(0, 0, 0, 0);
    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 {
    width: 180px;
    justify-content: center;
  }

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

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

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .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);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    top: 20%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .tablet-menu {
    border-bottom: 1px solid var(--paragraph-gray);
    background-color: var(--light);
    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-flow: column wrap;
    align-items: center;
    display: flex;
  }

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

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

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

  .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 {
    width: 90%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .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 {
    width: 50%;
    flex-direction: column;
  }

  .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 {
    width: 100%;
    height: 400px;
    object-position: 50% 30%;
    position: static;
  }

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

  .tablet-hidden {
    display: none;
  }

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

  .content-banner-home-3 {
    width: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    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 {
    width: 80%;
    height: 450px;
    object-position: 50% 20%;
  }

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

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

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

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

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

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

  .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 {
    width: 60%;
    border-top: 1px solid rgba(56, 121, 117, .2);
    border-left-width: 0;
    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 {
    width: 100%;
    text-align: center;
  }

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

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

@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 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

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

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

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

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

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

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

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

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

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

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

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

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

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .footer-wrapper-2 {
    grid-column-gap: 50px;
    flex-flow: column wrap;
    justify-content: space-between;
    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 {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .btnwrap {
    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 {
    width: 100%;
    text-align: center;
    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;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .info-testimonial {
    justify-content: center;
    align-items: center;
  }

  .slide-nav-testimonials {
    height: 30px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 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 {
    width: 100%;
    text-align: center;
  }

  .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;
    align-items: center;
    justify-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;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .iconitem {
    width: 50%;
  }

  .icon {
    font-size: 32px;
  }

  .h2-header {
    font-size: 24px;
  }
}

@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 {
    width: 50%;
    flex-direction: column;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, .2);
  }

  .grid-description.first-description {
    border-bottom: 1px rgba(255, 255, 255, .2);
    border-left-style: none;
    border-right-style: solid;
  }

  .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 {
    width: 100%;
    text-align: center;
    justify-content: center;
    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 {
    padding-bottom: 25px;
  }

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

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

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

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

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

  .footer-brand-wrapper-2 {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

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

  .header-logo {
    height: 55px;
  }

  .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 {
    width: 100%;
    color: rgba(255, 255, 255, .9);
  }

  .scroll-down-link {
    right: auto;
  }

  .paragraph-banner-w {
    width: 100%;
    color: rgba(255, 255, 255, .9);
  }

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

  .right-content-title.button {
    width: 100%;
    align-items: center;
    display: none;
  }

  .left-content-title {
    width: 100%;
    text-align: center;
  }

  .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 {
    top: auto;
    bottom: 0%;
    left: 100px;
    right: auto;
  }

  .right-arrow-11 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 100px;
  }

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

  .content-with-line {
    margin-bottom: 30px;
  }

  .info-project-3 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .review {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .button-home-banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .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 {
    width: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    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;
  }

  .iconitem {
    padding: 10px;
  }

  .iconhead {
    font-size: 16px;
  }

  .icondesc {
    font-size: 14px;
  }

  .iconimg {
    width: 75px;
  }

  .heading-center {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .slidenav {
    display: none;
  }

  .h2-header {
    font-size: 20px;
  }
}

#w-node-_918c9a03-3752-cfbe-b0d0-e8a61ea69c70-5fc05332, #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-5fc05332, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-5fc05332, #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-5fc05332, #w-node-af583b9f-4946-a317-9b8a-a19164198f1c-f299a86d, #w-node-_59dc5f0a-e73a-b3bd-64c4-14c445991b38-5fc05388, #w-node-_59dc5f0a-e73a-b3bd-64c4-14c445991b40-5fc05388, #w-node-_21ffef92-c0b7-9ffe-4f31-3c064e69b37b-5fc05388, #w-node-ba1ed08b-0a61-d198-feec-cf1d4dc22297-5fc05388, #w-node-_4038af5f-562c-a415-40be-367d5a556e68-5fc05388, #w-node-_4038af5f-562c-a415-40be-367d5a556e6f-5fc05388, #w-node-_4038af5f-562c-a415-40be-367d5a556e76-5fc05388, #w-node-_6cfc803b-b4db-3ea8-be26-cb73a2395315-5fc05388, #w-node-_6cfc803b-b4db-3ea8-be26-cb73a2395323-5fc05388, #w-node-_007b19da-7291-4a24-7cef-c490e86b2ad2-5fc05395, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a0-5fc0539c, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a5-5fc0539c, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3ac-5fc0539c, #w-node-e3abe012-dae0-2e9c-8fe2-c9b6c2a0b2c3-5fc053a0, #w-node-e3abe012-dae0-2e9c-8fe2-c9b6c2a0b2c8-5fc053a0, #w-node-_664f7fe3-dc2b-92b9-2d04-0d4d6ea78381-5fc053a3, #w-node-ae4a15f6-0625-c341-a3d5-0395be6ad333-5fc053a3, #w-node-_94a88d9f-ddf7-371e-c516-ff0979cf701e-5fc053a3, #w-node-_31909291-2e9a-1529-bc91-59ca7254ee7f-5fc053a3, #w-node-ec86db10-2b32-139a-07b9-b1d3315955f1-5fc053a3, #w-node-f4e1447c-3c71-c684-f86d-31625ca293fc-5fc053c0, #w-node-_47dc04be-abd4-9f68-76a4-0d721e0ef267-5fc053c0, #w-node-_47dc04be-abd4-9f68-76a4-0d721e0ef26c-5fc053c0, #w-node-_4745968c-86de-7cf6-01f7-80d899febfcf-5fc053c0, #w-node-_4745968c-86de-7cf6-01f7-80d899febfd6-5fc053c0, #w-node-_4745968c-86de-7cf6-01f7-80d899febfdd-5fc053c0, #w-node-_0da43b04-0419-5cc2-a512-0e776d52799d-5fc053c0, #w-node-_0da43b04-0419-5cc2-a512-0e776d5279ab-5fc053c0, #w-node-_41a6567a-ac36-a1c4-d222-aebe7fc9a995-5fc053c7, #w-node-_2e532cb8-c43a-c7e4-dda6-65e00ff68680-5fc053c7, #w-node-d34ba8f4-6b02-0052-b0aa-041fc2b68780-5fc053c7, #w-node-cb6398e7-e872-a4a7-759a-dbea36186290-5fc053c7, #w-node-cb6398e7-e872-a4a7-759a-dbea36186295-5fc053c7, #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb609f3-5fc053c7, #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb609fa-5fc053c7, #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb60a01-5fc053c7, #w-node-e403d351-7c41-8a4c-d8c4-c832ce9a66bd-5fc053c7, #w-node-e403d351-7c41-8a4c-d8c4-c832ce9a66cb-5fc053c7, #w-node-_3ef69cb2-5503-c4c6-3731-fb05eb8de084-5fc053c8, #w-node-_3ef69cb2-5503-c4c6-3731-fb05eb8de089-5fc053c8, #w-node-cf48ea90-a54e-73eb-0595-be36428535ad-5fc053c8, #w-node-cf48ea90-a54e-73eb-0595-be36428535b4-5fc053c8, #w-node-cf48ea90-a54e-73eb-0595-be36428535bb-5fc053c8, #w-node-_3c737dc1-4dea-a922-6c5f-40d6faa5dfe3-5fc053c8, #w-node-_3c737dc1-4dea-a922-6c5f-40d6faa5dff1-5fc053c8, #w-node-_5bdae016-8629-601e-b0e6-e9f82abcfb25-5fc053cf, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-5fc053cf, #w-node-_23bebd33-8494-cbfb-cb42-f6efaf1e62f4-5fc053cf, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-5fc053cf, #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-5fc053cf, #w-node-_65bb74fc-de0d-177a-69a2-104d7d2f12ca-5fc053cf, #w-node-b6253e85-a9c6-1ab8-007f-a4483b44d7d4-5fc053cf, #w-node-ebb8c401-e390-572d-fe48-6a4e8dc2c0a4-5fc053cf, #w-node-_41eaf406-5861-c81c-83af-28e14c89c05b-5fc053cf, #w-node-_849ded33-d0ad-e065-787c-0a1f82bad7af-5fc053cf, #w-node-_5bd97f38-5056-c048-8f22-470a48714fbf-5fc053cf, #w-node-_04a0dbef-6e55-c8a4-2c9e-0892fe6dcb74-5fc053cf, #w-node-_6557f3c1-bb83-e1af-8ce7-9e64fb22e7e5-5fc053cf, #w-node-_0ce6bf5b-92cd-ad9a-4ecd-ab87ad71683c-5fc053cf, #w-node-c9ac7192-203d-dfeb-b29f-eb3b62832374-5fc053cf, #w-node-_11c2ca96-06a9-8011-cb2c-046a13048573-5fc053cf, #w-node-f6fb521c-c1a1-bd73-ba9e-ad7cec06a616-5fc053cf, #w-node-_81d2ce32-64a6-d09f-c217-bb01f9dea4d8-5fc053cf, #w-node-_83fd62a7-7fa3-a52a-4456-a1df95eb0e9d-5fc053cf, #w-node-c85fd9e7-5c79-bf45-6b50-e0754d6da5f8-5fc053cf, #w-node-aca906fe-7160-ac26-a8a1-23cc5a0ef8ca-5fc053cf, #w-node-_2ab39cff-540d-d729-9b3b-e0520305cb04-5fc053cf, #w-node-f4a6938a-3706-aee1-ec5b-0f5daa1a2391-5fc053cf, #w-node-_0533b4f2-1dbf-7d6d-9294-ce582bcb244f-5fc053cf, #w-node-_906d3376-0d7e-982f-3dbd-ad7944c377dc-5fc053cf, #w-node-_03fba444-70c4-93e7-002f-f8e9aed27a4f-5fc053cf, #w-node-_1978b9af-20d2-1a88-dc72-ea6a84a17a44-5fc053cf, #w-node-_17cea94f-e812-ec99-826b-3c416723154e-5fc053cf, #w-node-_45d62db9-d443-8c7c-a1d8-ac70cc51595d-5fc053cf, #w-node-_486a77aa-7d38-373a-5c9d-9ccf003170da-5fc053cf, #w-node-c0f222d5-3bec-5aa2-d0f1-8f1203160f23-5fc053cf, #w-node-_2674daa0-ed43-8ecc-bf08-6d732d9baa0b-5fc053cf, #w-node-_799a94c2-f470-aeb6-3f12-864efa3feff0-5fc053d4, #w-node-_799a94c2-f470-aeb6-3f12-864efa3feff5-5fc053d4, #w-node-_3bd92ac2-65bf-f45d-f145-acdc92753a4d-5fc053d5, #w-node-_3bd92ac2-65bf-f45d-f145-acdc92753a52-5fc053d5, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e7d-5fc053d6, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e84-5fc053d6, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e8b-5fc053d6, #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2a9-5fc053de, #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2b0-5fc053de, #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2b7-5fc053de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b3-5fc053de {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b4-5fc053de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137bc-5fc053de, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137c4-5fc053de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137cc-5fc053de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-5fc053e1, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-5fc053e1, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-5fc053e1, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-5fc053e1, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-5fc053e1, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-5fc053e1, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-5fc053e1, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-5fc053e1, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-5fc053e1, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-5fc053e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-5fc053e4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-5fc053e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-5fc053e4, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-5fc053e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-5fc053e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_918c9a03-3752-cfbe-b0d0-e8a61ea69c70-e4915d55, #w-node-ac025a76-b111-5f87-39ba-cfba452cb519-e4915d55, #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-e4915d55, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-e4915d55, #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-e4915d55, #w-node-_91c554f4-b6e6-349a-7a9d-b78292096866-e4915d55, #w-node-_446c8a41-5fed-d629-2a0b-e706682dd6aa-e4915d55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a88f-f299a86d, #w-node-af583b9f-4946-a317-9b8a-a19164198f1c-f299a86d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-5fc05332, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-5fc05332 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-5fc05332 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a88f-f299a86d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-af583b9f-4946-a317-9b8a-a19164198f1c-f299a86d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4038af5f-562c-a415-40be-367d5a556e68-5fc05388, #w-node-_4038af5f-562c-a415-40be-367d5a556e6f-5fc05388 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4038af5f-562c-a415-40be-367d5a556e76-5fc05388 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_6511939a9254c07e10a32aa3000000000036-5fc0539a, #w-node-_6511939a9254c07e10a32aa300000000007a-5fc0539a, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a0-5fc0539c, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a5-5fc0539c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3ac-5fc0539c {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_4745968c-86de-7cf6-01f7-80d899febfcf-5fc053c0, #w-node-_4745968c-86de-7cf6-01f7-80d899febfd6-5fc053c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4745968c-86de-7cf6-01f7-80d899febfdd-5fc053c0 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb609f3-5fc053c7, #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb609fa-5fc053c7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb60a01-5fc053c7 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-cf48ea90-a54e-73eb-0595-be36428535ad-5fc053c8, #w-node-cf48ea90-a54e-73eb-0595-be36428535b4-5fc053c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf48ea90-a54e-73eb-0595-be36428535bb-5fc053c8 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_84962f40-3c1f-f09c-be61-9d3732b1a3b2-5fc053d5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e7d-5fc053d6, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e84-5fc053d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e8b-5fc053d6 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2a9-5fc053de, #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2b0-5fc053de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2b7-5fc053de {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b3-5fc053de {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b4-5fc053de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137bc-5fc053de, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137c4-5fc053de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137cc-5fc053de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-5fc053e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-5fc053e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-5fc053e4, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-5fc053e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-5fc053e4, #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-e4915d55, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-e4915d55 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-e4915d55 {
    grid-area: 2 / 2 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_84962f40-3c1f-f09c-be61-9d3732b1a3b2-5fc053d5 {
    grid-column: span 1 / span 1;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b3-5fc053de {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b4-5fc053de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137bc-5fc053de, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137c4-5fc053de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137cc-5fc053de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-5fc053e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-5fc053e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-5fc053e4, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-5fc053e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-5fc053e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-5fc05332, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-5fc05332, #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-5fc05332, #w-node-_4038af5f-562c-a415-40be-367d5a556e68-5fc05388, #w-node-_4038af5f-562c-a415-40be-367d5a556e6f-5fc05388, #w-node-_4038af5f-562c-a415-40be-367d5a556e76-5fc05388, #w-node-_6511939a9254c07e10a32aa3000000000036-5fc0539a, #w-node-_6511939a9254c07e10a32aa300000000007a-5fc0539a, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a0-5fc0539c, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a5-5fc0539c, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3ac-5fc0539c, #w-node-_4745968c-86de-7cf6-01f7-80d899febfcf-5fc053c0, #w-node-_4745968c-86de-7cf6-01f7-80d899febfd6-5fc053c0, #w-node-_4745968c-86de-7cf6-01f7-80d899febfdd-5fc053c0, #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb609f3-5fc053c7, #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb609fa-5fc053c7, #w-node-_532cfe05-7f37-94a3-cd9f-26a1ddb60a01-5fc053c7, #w-node-cf48ea90-a54e-73eb-0595-be36428535ad-5fc053c8, #w-node-cf48ea90-a54e-73eb-0595-be36428535b4-5fc053c8, #w-node-cf48ea90-a54e-73eb-0595-be36428535bb-5fc053c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-5fc053cf, #w-node-_23bebd33-8494-cbfb-cb42-f6efaf1e62f4-5fc053cf, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-5fc053cf, #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-5fc053cf, #w-node-_65bb74fc-de0d-177a-69a2-104d7d2f12ca-5fc053cf, #w-node-b6253e85-a9c6-1ab8-007f-a4483b44d7d4-5fc053cf, #w-node-ebb8c401-e390-572d-fe48-6a4e8dc2c0a4-5fc053cf, #w-node-_41eaf406-5861-c81c-83af-28e14c89c05b-5fc053cf, #w-node-_849ded33-d0ad-e065-787c-0a1f82bad7af-5fc053cf, #w-node-_5bd97f38-5056-c048-8f22-470a48714fbf-5fc053cf, #w-node-_04a0dbef-6e55-c8a4-2c9e-0892fe6dcb74-5fc053cf, #w-node-_6557f3c1-bb83-e1af-8ce7-9e64fb22e7e5-5fc053cf, #w-node-_0ce6bf5b-92cd-ad9a-4ecd-ab87ad71683c-5fc053cf, #w-node-c9ac7192-203d-dfeb-b29f-eb3b62832374-5fc053cf, #w-node-_11c2ca96-06a9-8011-cb2c-046a13048573-5fc053cf, #w-node-f6fb521c-c1a1-bd73-ba9e-ad7cec06a616-5fc053cf, #w-node-_81d2ce32-64a6-d09f-c217-bb01f9dea4d8-5fc053cf, #w-node-_83fd62a7-7fa3-a52a-4456-a1df95eb0e9d-5fc053cf, #w-node-c85fd9e7-5c79-bf45-6b50-e0754d6da5f8-5fc053cf, #w-node-aca906fe-7160-ac26-a8a1-23cc5a0ef8ca-5fc053cf, #w-node-_2ab39cff-540d-d729-9b3b-e0520305cb04-5fc053cf, #w-node-f4a6938a-3706-aee1-ec5b-0f5daa1a2391-5fc053cf, #w-node-_0533b4f2-1dbf-7d6d-9294-ce582bcb244f-5fc053cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e7d-5fc053d6, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e84-5fc053d6, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e8b-5fc053d6, #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2a9-5fc053de, #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2b0-5fc053de, #w-node-_8bf7e895-3c92-eba2-6672-7fa80840e2b7-5fc053de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b3-5fc053de {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b4-5fc053de, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137bc-5fc053de, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137c4-5fc053de, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137cc-5fc053de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-5fc053e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-5fc053e4, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-5fc053e4, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-5fc053e4, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-5fc053e4, #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-e4915d55, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-e4915d55, #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-e4915d55 {
    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;
}