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

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

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

:root {
  --text-color: #87b4b8;
  --midnight-green: #193f42;
  --primary-light: #f8f9fa;
  --box-shadows: #0075ff33;
  --tomato: #f54c3b;
  --white: white;
  --primary: #6d9fa4;
  --black: black;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  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-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

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

body {
  color: var(--text-color);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

h1 {
  color: var(--midnight-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--midnight-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--midnight-green);
  margin-top: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--midnight-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--midnight-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--midnight-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: var(--text-color);
  text-decoration: none;
  -webkit-text-decoration-color: var(--midnight-green);
  text-decoration-color: var(--midnight-green);
  align-items: center;
  font-size: 16px;
  transition: color .3s;
}

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

li {
  background-image: url('../images/list-bullet.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  list-style-type: disc;
  display: flex;
  position: relative;
}

label {
  color: var(--text-color);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

blockquote {
  color: var(--midnight-green);
  text-align: center;
  background-image: url('../images/bxs_quote-left_1bxs_quote-left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  max-width: 700px;
  margin: 25px auto 30px;
  padding: 30px 20px 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.section {
  background-color: var(--primary-light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.section.changelog-banner {
  background-color: var(--midnight-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.blog-grid-banner {
  background-image: linear-gradient(to bottom, var(--box-shadows), var(--box-shadows)), linear-gradient(to bottom, #00000080, #00000080), url('../images/Banner-Blog.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 110px;
  display: flex;
}

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

.section.pricing-banner {
  background-image: linear-gradient(to bottom, var(--box-shadows), var(--box-shadows)), linear-gradient(to bottom, #00000080, #00000080), url('../images/Banner-Home-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 110px;
  display: flex;
}

.section.contacts-banner {
  background-image: linear-gradient(#48bb9933, #48bb9933), linear-gradient(#00000080, #00000080), url('../images/IMG_7083-scaled.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 110px;
  display: flex;
}

.section.banner-testimonials {
  background-image: linear-gradient(to bottom, var(--box-shadows), var(--box-shadows)), linear-gradient(to bottom, #00000080, #00000080), url('../images/Banner-Blog.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  align-items: center;
  min-height: 600px;
  display: flex;
}

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

.section.shop-product-section {
  padding-top: 50px;
  padding-bottom: 0;
  overflow: visible;
}

.section.light-bgr-without-margin {
  background-color: var(--primary-light);
  padding-top: 0;
  padding-bottom: 0;
}

.section.red-bgr {
  background-color: var(--tomato);
}

.section.light-bgr-margin {
  padding-top: 0;
}

.section.bgr {
  margin-top: -235px;
  padding-top: 315px;
}

.section.spacing {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 450px;
  padding-top: 110px;
  display: flex;
}

.section.spacing-tablet {
  overflow: visible;
}

.section.team-banner {
  background-image: linear-gradient(to bottom, var(--box-shadows), var(--box-shadows)), linear-gradient(to bottom, #00000080, #00000080), url('../images/Team-Banner.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  align-items: center;
  min-height: 450px;
  padding-top: 110px;
  display: flex;
}

.section.bgr-home-2 {
  background-color: var(--primary-light);
  padding-bottom: 64px;
}

.section.darck-bgr {
  background-color: #000b17;
}

.section.bgr-with-large-spacing {
  margin-top: -250px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.light-bgr-without-bottom-margin {
  background-color: var(--primary-light);
  padding-bottom: 0;
  overflow: hidden;
}

.section.sectiondd {
  padding-left: 24px;
  padding-right: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button_contact {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  box-shadow: 0 14px 40px 0 var(--box-shadows);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
  display: inline-block;
}

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

.button_contact.tablet-none {
  background-color: var(--midnight-green);
  -webkit-text-stroke-color: var(--white);
}

.button_contact.white {
  border-color: var(--white);
  box-shadow: none;
  background-color: #0000;
}

.button_contact.white:hover {
  background-color: var(--white);
}

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

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

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

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

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

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

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

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--text-color);
  text-transform: capitalize;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  transition-property: none;
}

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

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

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

.nav-dropdown-toggle {
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 6px;
  padding-right: 20px;
}

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

.nav-dropdown-list {
  background-color: var(--white);
  box-shadow: 0 -14px 30px 0 var(--box-shadows);
  border-radius: 5px;
  width: 600px;
  padding: 15px 20px;
}

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

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

.nav-dropdown-list.megamenu.w--open {
  width: 470px;
  display: flex;
  left: -67%;
}

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

.nav-dropdown-link {
  color: var(--midnight-green);
  text-align: left;
  text-transform: capitalize;
  align-self: flex-start;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

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

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

.nav-item-title {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

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

.pages-banner {
  background-image: linear-gradient(to bottom, var(--box-shadows), var(--box-shadows)), linear-gradient(to bottom, #00000080, #00000080), url('../images/Banner-Shop.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
  position: relative;
}

.pages-banner.style-guide {
  background-image: linear-gradient(to bottom, var(--tomato), var(--tomato));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

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

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

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

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

.licensing-image-link {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.license-link {
  color: var(--midnight-green);
  margin-right: 50px;
  font-weight: 500;
}

.license-link:hover {
  color: var(--tomato);
}

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

.banner-title {
  color: var(--white);
  text-align: center;
  font-family: Great Vibes, cursive;
}

.licensing-heading {
  margin-bottom: 20px;
  font-family: Great Vibes, cursive;
}

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

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

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

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

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

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

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

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

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

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

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

.password-input {
  color: var(--midnight-green);
  border: 1px solid #7d91a94d;
  border-radius: 5px;
  min-width: 280px;
  height: auto;
  margin-bottom: 10px;
  padding: 12px 10px;
  font-size: 18px;
}

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

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

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

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

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

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

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

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

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

.coming-soon-form {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.coming-soon-input {
  color: var(--text-color);
  background-color: #0000;
  border: 1px solid #ffffff80;
  border-radius: 5px;
  max-width: 70%;
  height: auto;
  margin-bottom: 0;
  padding: 12px 30px;
  font-size: 18px;
}

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

.coming-soon-input::placeholder {
  color: #ffffffb3;
}

.coming-soon-paragraph {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
}

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

.coming-soon-heading {
  color: var(--white);
  margin-top: 60px;
}

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

.blog-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.blog-grid-collection-list.sidebar {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

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

.blog-grid-image-link {
  flex: none;
  min-width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.blog-grid-image-link.shop {
  height: 370px;
}

.blog-grid-image-link.shop-details, .blog-grid-image-link.height {
  height: 300px;
}

.blog-grid-image-link.classic {
  height: 450px;
}

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

.blog-grid-item-date {
  margin-top: 0;
  margin-bottom: 10px;
}

.blog-grid-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
}

.blog-grid-content-wrapper.bgr {
  background-color: var(--midnight-green);
}

.blog-grid-collection-list-wrapper.classic {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.blog-grid-item {
  border-radius: 20px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 5px 20px #0075ff14;
}

.blog-grid-item-title {
  font-size: 24px;
  font-weight: 700;
  transition-property: none;
}

.blog-grid-item-description {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 18px;
}

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

.blog-grid-post-wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
  display: inline-block;
}

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

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

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

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

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.prev-post-arrow {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

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

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

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

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

.footer {
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.footer-rights-wrapper {
  flex-flow: column;
  padding-top: 36px;
  display: flex;
}

.footer-rights, .footer-copyright {
  font-size: 18px;
}

.footer-copyright-link {
  margin-right: 5px;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

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

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

.style-guide-button-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.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;
  line-height: 1.5em;
}

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

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

.play-button {
  z-index: 5;
  background-color: #fff3;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

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

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

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

.accordion-item {
  background-color: var(--white);
  box-shadow: 0 -5px 20px 0 var(--box-shadows);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  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-list-content {
  color: var(--midnight-green);
  margin-top: 0;
  margin-bottom: 0;
}

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

.testimonials-wrapper {
  align-items: flex-start;
  display: flex;
}

.testimonials-item {
  z-index: 3;
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.33%;
  margin-right: 30px;
  padding: 35px;
  box-shadow: 0 0 20px #0075ff1a;
}

.testimonials-item.last-child {
  margin-right: 0;
}

.testimonials-profile-wrapper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonials-profile-photo-wrapper {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.testimonials-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.testimonials-profile-title {
  margin-bottom: 0;
  font-size: 18px;
}

.testimonials-star-icons {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
}

.pricing-list {
  grid-row-gap: 20px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}

.pricing-3-list-item {
  grid-column-gap: 20px;
  background-color: var(--primary-light);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  list-style-type: none;
}

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

.pricing-features-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

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

.pricing-features-item {
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px 40px;
  display: flex;
  box-shadow: 0 -10px 30px #0075ff1a;
}

.link-with-icon {
  color: var(--midnight-green);
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

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

.contacts-content-wrapper {
  width: 80%;
}

.contacts-divider {
  background-color: #7d91a966;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  background-color: var(--primary);
  color: var(--primary-light);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

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

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: var(--text-color);
  max-width: 40px;
  padding: 10px 15px;
  transition: color .3s;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-left-arrow:hover {
  color: var(--tomato);
}

.contacts-right-arrow {
  color: var(--text-color);
  max-width: 40px;
  padding: 10px 15px;
  transition: color .3s;
  inset: 0% 19px auto auto;
}

.contacts-right-arrow:hover {
  color: var(--tomato);
}

.contacts-slider-arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: #7d91a966;
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.footer-link {
  color: var(--midnight-green);
  font-size: 18px;
  font-weight: 500;
}

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

.footer-social-icons-wrapper {
  grid-column-gap: 35px;
  margin-top: 30px;
  display: flex;
}

.footer-social-icons-wrapper.centered {
  justify-content: center;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.white-text {
  color: #fff;
}

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

.white-text.maxw-subscribe {
  max-width: 470px;
}

.white-text.maxw320px {
  max-width: 320px;
}

.white-text.hover {
  transition: color .3s;
}

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

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

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

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

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

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

.footer-links-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 120px;
  display: flex;
}

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

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

.search-link {
  color: var(--midnight-green);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  color: var(--tomato);
}

.search-input {
  color: var(--text-color);
  border: 1px solid #7d91a94d;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 22px;
  font-size: 18px;
}

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

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

.search-section {
  margin-top: 30px;
  margin-bottom: 60px;
}

.footer-brand-description {
  max-width: 490px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
}

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

.testimonials-card-item {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  box-shadow: 0 -5px 34px #0075ff1a;
}

.testimonials-card-item.position {
  margin-top: -100px;
  margin-left: 70px;
  position: absolute;
}

.testimonials-card-content {
  color: var(--midnight-green);
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonials-card-date {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.testominials-cards-banner {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 64px;
  position: relative;
}

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

.accordion-wrapper-one-column {
  justify-content: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.accordion-wrapper-one-column.full-widht {
  width: 100%;
}

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

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

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

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

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

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

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

.form-text-field {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #fff6;
  border-radius: 5px;
  width: 420px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
}

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

.form-text-field::placeholder {
  color: var(--primary-light);
  font-size: 18px;
}

.form-text-field.footer {
  text-align: left;
  width: 100%;
}

.form-text-field.footer::placeholder {
  color: var(--text-color);
  font-weight: 400;
}

.form-text-field.text-area {
  text-align: left;
  width: 100%;
  height: 110px;
}

.form-text-field.text-area::placeholder {
  color: var(--text-color);
  font-weight: 400;
}

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

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

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

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

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid #fff0;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  border-color: #fff3;
  transform: scale(1);
}

.home-banner-section {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.agility_button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--box-shadows);
  color: var(--midnight-green);
  cursor: pointer;
  background-color: #0000;
  border-radius: 5px;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .3s, color .3s;
  display: flex;
}

.agility_button:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.agility_button.red-hover {
  transition: color .3s, background-color .3s;
}

.agility_button.red-hover:hover {
  background-color: var(--tomato);
  color: var(--primary-light);
}

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

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

.agility_button.white.w--current {
  font-size: 16px;
}

.agility_button.blue {
  border-color: var(--primary);
  color: var(--primary);
}

.agility_button.blue:hover {
  background-color: var(--primary);
  color: var(--white);
}

.navbar-relative {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-relative.absolute {
  background-color: var(--text-color);
  color: #87b4b861;
  justify-content: center;
  align-items: center;
  height: 85px;
  position: static;
}

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

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

.map-wrapper {
  position: relative;
}

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

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

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

.text-dark {
  color: var(--midnight-green);
  font-weight: 500;
}

.text-dark.spacing {
  margin-top: 10px;
}

.courses-collection {
  width: 100%;
}

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

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

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

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search {
  grid-column-gap: 30px;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

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

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  padding-right: 24px;
  display: flex;
}

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

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

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

.brand-tablet {
  display: none;
}

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

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

.sessions-tab-link {
  color: var(--midnight-green);
  background-color: #0000;
  border-radius: 5px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}

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

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

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

.shop-tabs {
  width: 100%;
}

.shop-item-price {
  color: var(--midnight-green);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

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

.shop-item-price-on-sale {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}

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

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

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

.shop-details-content-block {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 40px;
}

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

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

.shop-details-subtitle {
  color: var(--midnight-green);
  font-size: 16px;
  font-weight: 500;
}

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

.shop-price-on-sale {
  color: var(--text-color);
  text-decoration: line-through;
}

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

.background-left {
  opacity: .3;
  position: absolute;
  inset: auto auto 0% 0%;
}

.background-right {
  opacity: .3;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-fill {
  width: auto;
  max-width: 300px;
  height: auto;
  display: inline-block;
}

.link-red-hover {
  transition: color .3s;
}

.link-red-hover:hover {
  color: var(--tomato);
}

.link-red-hover.margin {
  margin-bottom: 20px;
}

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

.banner-text-wrapper {
  width: 100%;
  max-width: 600px;
}

.banner-text-wrapper.about-us {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 800px;
  display: flex;
}

.banner-text-wrapper.centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text-wrapper {
  grid-column-gap: 35px;
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
}

.button-text-wrapper.none-margin-bottom {
  margin-bottom: 0;
}

.bottom-block-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

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

.bottom-content {
  max-width: 150px;
}

.text-maxw {
  max-width: 490px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.text-maxw.color {
  color: var(--midnight-green);
}

.heading-spacing {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Great Vibes, cursive;
  font-size: 62px;
}

.heading-spacing.white-text {
  font-size: 42px;
}

.banner-image-wrapper {
  width: 38%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-image-wrapper.position {
  top: 7%;
}

.image-01 {
  z-index: 1;
  border: 10px solid var(--tomato);
  background-image: url('../images/Image-01.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 195px;
  height: 195px;
  position: absolute;
  inset: 13% auto auto 0%;
  box-shadow: 0 -14px 74px #f54c3b33;
}

.image-01.about {
  background-image: url('../images/karsten-winegeart-Qb7D1xw28Co-unsplash-1-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 190px;
  height: 190px;
  position: absolute;
  inset: 3% auto auto 1%;
  overflow: hidden;
}

.image-02 {
  border: 20px solid var(--primary);
  box-shadow: 0 -14px 74px 0 var(--box-shadows);
  background-image: url('../images/Image-02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 350px;
  height: 350px;
  display: inline-block;
  position: absolute;
}

.image-03 {
  border: 10px solid var(--tomato);
  background-image: url('../images/Image-03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 236px;
  height: 236px;
  position: absolute;
  inset: auto 2% 9% auto;
  box-shadow: 0 -14px 74px #f54c3b33;
}

.image-03.about {
  z-index: 2;
  background-image: url('../images/bgr-image-03.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 170px;
  height: 170px;
  inset: 35% 1% auto auto;
  overflow: hidden;
}

.block-relative {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.sections-content-wrapper {
  grid-column-gap: 50px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.sections-content-wrapper.contact-us {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
}

.left-image-block {
  border: 15px solid var(--tomato);
  background-image: url('../images/Bgr.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex: none;
  width: 470px;
  height: 620px;
  position: relative;
  overflow: hidden;
}

.descriptions-right-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.descriptions-right-block.full-width {
  width: 100%;
}

.descriptions-right-block.contact-us-block {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.counter-block {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
}

.counter-block.grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.counter-text {
  color: var(--primary);
  font-size: 42px;
  font-weight: 600;
  line-height: 1em;
}

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

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

.blue-box {
  background-color: var(--primary);
  background-image: url('../images/Layer-15-2_1Layer 15 (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}

.maxw {
  max-width: 615px;
}

.maxw.margin-top {
  margin-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-size: 54px;
}

.maxw._470px {
  max-width: 470px;
}

.maxw.home-2 {
  color: var(--text-color);
  margin-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-size: 64px;
}

.background-video {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 50px;
}

.background-video.about {
  height: 765px;
  margin-top: 0;
}

.background-video.radius {
  border-radius: 20px;
  height: 500px;
  margin-top: 0;
}

.maxw-530px {
  max-width: 530px;
}

.play-pause-button {
  inset: 0% auto auto 0%;
}

.play-state {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 94px;
  display: flex;
}

.advantages-wrappers {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.advantages-wrappers.gap {
  grid-column-gap: 50px;
}

.left-heading {
  flex-direction: column;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.block-with-cards {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.block-with-cards.display {
  display: flex;
}

.cards-wrapper {
  border-radius: 20px;
  padding: 20px;
  position: relative;
  box-shadow: 0 -14px 50px #f54c3b14;
}

.cards-wrapper.red-bgr {
  background-color: var(--midnight-green);
}

.cards-wrapper.none-padding {
  padding: 0;
}

.image-card {
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 80px;
  display: flex;
}

.image-absolute {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-absolute._01 {
  z-index: 3;
}

.image-absolute._02 {
  z-index: 2;
}

.image-absolute._03 {
  z-index: 1;
}

.slide-image {
  height: 300px;
}

.left-arrow-cards-slider, .right-arrow-cards-slider, .slide-nav-cards-slider {
  display: none;
}

.slider-cards {
  background-color: #0000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.spacing-paragraph {
  margin-top: 30px;
  margin-bottom: 50px;
}

.clients-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.all-caps-text {
  color: var(--tomato);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.all-caps-text.white-text {
  color: var(--white);
  margin-bottom: 10px;
}

.slider-testimonials {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 50px;
}

.text-testimonials {
  color: var(--midnight-green);
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

.left-arrow-testimonials {
  background-color: var(--primary);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: all .2s;
  display: flex;
  inset: auto auto 10% 31%;
}

.left-arrow-testimonials:hover {
  transform: scale(1.05);
}

.left-arrow-testimonials.display-none {
  margin-top: 30px;
  margin-right: 50px;
  display: none;
  position: relative;
  bottom: 0%;
  left: 0%;
}

.right-arrow-testimonials {
  background-color: var(--primary);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: all .2s;
  display: flex;
  inset: auto 31% 10% auto;
}

.right-arrow-testimonials:hover {
  transform: scale(1.05);
}

.right-arrow-testimonials.display-none {
  display: none;
  position: relative;
  right: 0%;
}

.slide-nav-testimonials {
  display: none;
}

.author-testimonials {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.image-author {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

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

.image-cover {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: static;
}

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

.image-cover.radius {
  border-radius: 20px;
}

.heading-team-block {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.heading-team-block.centered {
  text-align: center;
  justify-content: center;
}

.heading-team-block.align {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.cards-team-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

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

.cards-team-content.home-2 {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row dense;
  place-content: stretch;
  align-self: auto;
  place-items: stretch stretch;
  margin-top: 0;
}

.team-cards {
  border-radius: 20px;
  max-width: 100%;
  min-height: 330px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -14px 34px #0075ff1a;
}

.description-cards {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  flex-flow: column;
  padding: 18px 20px;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-team {
  max-width: 385px;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
}

.heading-team.white {
  color: var(--text-color);
  font-family: Great Vibes, cursive;
}

.subscribe-block-content {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  display: flex;
}

.form-subscribe {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: var(--primary);
  color: var(--primary-light);
  border-radius: 5px;
  font-weight: 400;
}

.error-message {
  color: var(--tomato);
  border-radius: 5px;
  flex: none;
  font-weight: 400;
}

.form-block-subscribe {
  margin-bottom: 0;
}

.icon-cart {
  color: var(--text-color);
  transition: color .3s;
}

.icon-cart:hover {
  color: var(--tomato);
}

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

.icon-cart.white:hover {
  color: var(--primary);
}

.cart-button {
  background-color: #0000;
  padding: 10px 0 0;
  position: relative;
}

.cart-quantity {
  background-color: var(--primary);
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 5px;
  font-weight: 300;
  line-height: 1.5px;
  display: flex;
  position: absolute;
  inset: -15% -36% auto auto;
}

.line-blue {
  background-color: var(--primary);
  width: 0%;
  height: 2px;
}

.nav-link-wrapper {
  padding: 20px 20px 6px;
}

.left-footer-block {
  width: 50%;
}

.right-footer-form {
  width: 50%;
  padding-left: 50px;
}

.footer-form {
  margin-top: 30px;
  margin-bottom: 0;
}

.footer-form.tablet {
  display: none;
}

.top-block-field {
  grid-column-gap: 20px;
  width: 100%;
  display: flex;
}

.dark-blue-bgr {
  background-color: var(--midnight-green);
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.button-block-header {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.section-about-us {
  flex-direction: row;
  align-items: flex-end;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.left-image-content {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.grid-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  display: flex;
}

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

.line-horizontal {
  background-color: var(--primary);
  flex: none;
  width: 2px;
  height: 0%;
}

.row-description {
  flex-direction: column;
  display: flex;
}

.row-description.horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.left-image-wrapper {
  border-radius: 20px;
  width: 370px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 -5px 50px #f54c3b14;
}

.display-none {
  display: none;
}

.slider-about-us {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.block-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.lightbox-link {
  border-radius: 20px;
  width: 100%;
  height: 470px;
  overflow: hidden;
}

.paragraph-with-margin {
  color: var(--midnight-green);
  margin-top: 20px;
  margin-bottom: 50px;
}

.paragraph-with-margin.maxw-670px {
  max-width: 670px;
}

.banner-wrapper-about {
  grid-column-gap: 12px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--midnight-green);
  color: var(--primary-light);
  border-radius: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: center;
  width: 100%;
  height: 200px;
  display: grid;
}

.counter-content-banner {
  text-align: center;
  border-left: 1px solid #7d91a966;
  border-right: 1px solid #7d91a966;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.counter-content-banner.border {
  border-left: 1px solid #7d91a966;
  border-right: 1px solid #7d91a966;
}

.figure-image {
  position: absolute;
  inset: 0% auto auto 0%;
}

.figure-image._01 {
  background-image: url('../images/Rectangle-38_1Rectangle 38.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  margin-top: 80px;
  left: 24%;
}

.figure-image._02 {
  background-image: url('../images/Polygon-1_1Polygon 1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 23px;
  margin-top: 150px;
  left: 25%;
}

.figure-image._03 {
  background-image: url('../images/Polygon-2_1Polygon 2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 36px;
  margin-top: 40px;
  inset: 0% 23% auto auto;
}

.figure-image._04 {
  background-image: url('../images/Rectangle-37_1Rectangle 37.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-top: 150px;
  inset: 0% 21% auto auto;
}

.image-dog {
  background-image: url('../images/Dog-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.image-dog._03 {
  z-index: 1;
  background-image: url('../images/dog-02.png');
  background-position: 50%;
  background-size: contain;
}

.cursos-hero-section {
  background-image: linear-gradient(#6d9fa47a, #6d9fa47a), linear-gradient(#0009, #0009), url('../images/foto_hero_image.jpeg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  align-items: center;
  height: 540px;
  padding-top: 110px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.background-video-home-2 {
  color: var(--text-color);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.heading-maxw {
  max-width: 920px;
  font-family: Great Vibes, cursive;
  font-size: 52px;
}

.image-dog-absolute {
  background-image: url('../images/Dog-PNG.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-blog-left {
  width: 55%;
  height: 510px;
}

.description-blog-right {
  background-color: var(--midnight-green);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 30px;
  display: flex;
}

.slider-blog {
  background-color: #0000;
  height: 100%;
}

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

.description-top-block {
  grid-row-gap: 10px;
  flex-direction: column;
  max-width: 400px;
  display: flex;
}

.team-block {
  z-index: 2;
  background-color: var(--primary);
  border-radius: 20px;
  flex-direction: column;
  width: 370px;
  padding: 40px;
  display: flex;
  position: relative;
}

.team-row {
  grid-column-gap: 20px;
  border-bottom: 1px solid #ffffff4d;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.team-row.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.team-image-block {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.text-team {
  color: var(--white);
  font-size: 20px;
}

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

.text-18px.white {
  color: var(--primary-light);
  margin-bottom: 10px;
}

.left-arrow-blog {
  background-color: var(--primary);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 50px;
  margin-right: 90px;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.left-arrow-blog:hover {
  transform: scale(1.05);
}

.right-arrow-blog {
  background-color: var(--primary);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 50px;
  margin-left: 20px;
  margin-right: 15px;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-arrow-blog:hover {
  transform: scale(1.05);
}

.link-heading {
  transition-property: none;
}

.image-blog-hover {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-29deg);
}

.pagination-wrapper {
  background-color: var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.bgr-block {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.banner-title-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.none-spacing {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-grid-tabs {
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-grid-tabs.maxw-300px {
  max-width: 330px;
}

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

.left-map-image {
  width: 50%;
  height: 420px;
  position: relative;
}

.right-location-content {
  grid-row-gap: 15px;
  background-color: var(--white);
  box-shadow: 0 -5px 34px 0 var(--box-shadows);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 30px;
  display: flex;
}

.icon-location-absolute {
  background-image: url('../images/Vector-8_1Vector (8).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 46px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.adress-block {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  max-width: 300px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 62% auto auto 50%;
  transform: translate(-50%);
}

.text-map {
  color: var(--primary);
  text-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.vector {
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.services-tabs {
  width: 100%;
}

.services-tabs.margin {
  margin-top: 50px;
}

.tab-heading {
  grid-row-gap: 20px;
  background-color: var(--midnight-green);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  padding: 20px;
  display: flex;
}

.tab-heading.w--current {
  background-color: var(--primary);
}

.tabs-menu-services {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-tab {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
}

.tav-pane-content {
  grid-column-gap: 30px;
  display: flex;
}

.tab-pan-text {
  grid-row-gap: 10px;
  background-color: var(--primary);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 30px;
  display: flex;
}

.tab-pan-image {
  border-radius: 5px;
  width: 50%;
  height: 370px;
  overflow: hidden;
}

.tab-pane-wrapper {
  margin-top: 30px;
}

.price {
  color: var(--midnight-green);
  font-size: 18px;
  font-weight: 500;
}

.full-widht-block {
  width: 100%;
  margin-bottom: 50px;
}

.auhor-reviews {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.author-image {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.background-video-coming-soon {
  background-image: linear-gradient(to bottom, var(--box-shadows), var(--box-shadows)), linear-gradient(to bottom, #00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.checkout-form {
  background-color: #0000;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.full-width-checkout {
  flex-direction: column;
  display: flex;
}

.input-checkout {
  background-color: var(--primary-light);
  border-color: #7d91a94d;
  border-radius: 5px;
  font-size: 18px;
}

.input-checkout:focus, .input-checkout.-wfp-focus {
  border-color: var(--text-color);
  color: var(--midnight-green);
}

.image-checkout {
  border-radius: 50%;
  height: 60px;
}

.name-product {
  color: var(--midnight-green);
  font-size: 18px;
  font-weight: 500;
}

.order-item, .billing-address-toggle {
  align-items: center;
}

.apple-pay {
  border-radius: 5px;
}

.total-price {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
}

.paypal-checkout-form, .order-confirmation {
  background-color: #0000;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

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

.add-to-cart {
  flex-direction: column;
  width: 100%;
}

.default-state {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.default-state.children {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
}

.buy-now-button {
  display: none;
}

.quantity-wrapper {
  grid-column-gap: 30px;
  flex-direction: row;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.collection-item-shop {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 10px #0075ff1a;
}

.quantity {
  border-color: var(--white) var(--white) #7d91a980;
  color: var(--text-color);
  background-color: #0000;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-bottom: 0;
}

.quantity:focus {
  border-style: none none solid;
  border-color: var(--white) var(--white) var(--text-color);
}

.rich-text-shop {
  color: var(--midnight-green);
}

.heading-shop {
  color: var(--primary);
  transition: color .3s;
}

.heading-shop:hover {
  color: var(--tomato);
}

.out-of-stock-state {
  color: var(--tomato);
  text-align: center;
  background-color: #0000;
  font-size: 18px;
}

.error-state {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

._404-text {
  color: var(--tomato);
  margin-bottom: 20px;
  font-size: 160px;
  font-weight: 400;
  line-height: 1em;
}

.checkout-actions {
  flex-direction: column;
  display: flex;
}

.remove-button {
  margin-top: 5px;
}

.remove-button:hover {
  color: var(--tomato);
}

.cart-line-item {
  margin-bottom: 30px;
}

.cart-item {
  align-items: center;
}

.slider-nav {
  opacity: .3;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  font-size: 12px;
  display: none;
  bottom: -50px;
  left: 0%;
  right: 0%;
}

.slide-8 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Banner-Slider-Image-_1Banner Slider Image .webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  max-width: 100%;
  height: 500px;
  margin-right: 50px;
}

.banner-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 50px;
}

.slide-9 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/woman-near-the-sea-.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  max-width: 100%;
  height: 500px;
  margin-right: 50px;
}

.slide-10 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Banner-Slider-2-Image_1Banner Slider 2 Image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  max-width: 100%;
  height: 500px;
  margin-right: 50px;
}

.slide-11 {
  width: 100%;
  max-width: 100%;
  margin-right: 50px;
}

.slide-services {
  width: 100%;
  height: 100%;
}

.rich-text-blog {
  color: var(--midnight-green);
}

.rich-text-blog h2 {
  font-size: 40px;
}

.rich-text-blog p {
  margin-bottom: 30px;
}

.heading-blog-details {
  font-size: 62px;
}

.form-block {
  width: 100%;
  position: sticky;
  top: 50px;
}

.form-contact-us {
  width: 100%;
  height: 100%;
}

.form {
  grid-row-gap: 20px;
  box-shadow: 0 -5px 20px 0 var(--box-shadows);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 30px 30px;
  display: flex;
}

.top-block-form, .bottom-block-form {
  grid-column-gap: 20px;
  width: 100%;
  display: flex;
}

.contact-us-input {
  background-color: var(--primary-light);
  color: var(--midnight-green);
  border: 1px solid #7d91a94d;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
}

.contact-us-input:focus {
  border-color: var(--text-color);
}

.contact-us-input::placeholder, .contact-us-input.select {
  color: var(--text-color);
}

.text-area-contact-us {
  background-color: var(--primary-light);
  color: var(--midnight-green);
  border: 1px solid #7d91a94d;
  border-radius: 5px;
  min-height: 110px;
  font-size: 18px;
}

.text-area-contact-us:focus {
  border-color: var(--text-color);
}

.pagination-button {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #0000;
  border-radius: 5px;
  margin-top: 30px;
  font-size: 18px;
  transition: background-color .3s, color .3s;
}

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

.collection-item {
  display: flex;
}

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

.block-sd-wrapper, .collection-list-wrapper {
  width: 100%;
}

.left-arrow {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 30px;
  font-size: 14px;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.left-arrow:hover {
  background-color: var(--primary);
  color: var(--white);
}

.right-arrow {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.right-arrow:hover {
  background-color: var(--primary);
  color: var(--white);
}

.mask {
  margin-bottom: 30px;
}

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

.bottom-vertical-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.card-item {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: flex;
  box-shadow: 0 -14px 50px #f54c3b14;
}

.card-item.red-card {
  background-color: var(--primary);
}

.description-card-item {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.team-bottom-block {
  grid-column-gap: 30px;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.block-horizontal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-horizontal-block {
  width: 50%;
  height: 100%;
  position: relative;
}

.right-horizontal-block {
  width: 50%;
}

.image-wrapper-left {
  border-radius: 20px;
  max-width: 370px;
  height: 555px;
  overflow: hidden;
}

.maxw-370px {
  color: var(--white);
  max-width: 370px;
  margin-top: 20px;
}

.row-contact {
  grid-column-gap: 20px;
  background-color: var(--primary-light);
  border-radius: 5px;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.text-row-contact {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
}

.text-row-contact:hover {
  color: var(--tomato);
}

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

.text-centered {
  color: var(--primary);
  text-align: center;
  font-family: Great Vibes, cursive;
  font-weight: 400;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.template-empty-state-2 {
  color: #0f5cfa;
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.sidebar-search-input {
  color: var(--midnight-green);
  border: 1px solid #7d91a94d;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 12px 22px;
}

.sidebar-search-input:focus {
  border-color: var(--text-color);
}

.sidebar-search-input::placeholder {
  color: #afafaf;
  font-size: 16px;
}

.sidebar-recent-post-item {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.sidebar-search {
  box-shadow: 0 0 20px 0 var(--box-shadows);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  padding: 20px;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.blog-sidebar-right {
  flex-direction: column;
}

.sidebar-categories {
  box-shadow: 0 0 20px 0 var(--box-shadows);
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-search-wrapper {
  grid-column-gap: 20px;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.sidebar-recent-posts {
  box-shadow: 0 0 20px 0 var(--box-shadows);
  background-color: #fff;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px 20px;
}

.sidebar-categories-list {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  display: flex;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: sticky;
  top: 50px;
}

.sidebar-recent-post-image {
  border-radius: 5px;
  flex: none;
  width: 80px;
  height: 90px;
  overflow: hidden;
}

.sidebar-recent-post-link {
  transition-property: none;
}

.link-category-blog {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
}

.link-category-blog:hover {
  color: var(--tomato);
}

.link {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .3s, border-color .3s;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.shop-details-text-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  display: flex;
}

.red-hover {
  transition: color .3s;
}

.red-hover:hover {
  color: var(--tomato);
}

.link-block {
  transition-property: none;
}

.service-list-2-item-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.service-list-2-item-icon {
  color: #0f5cfa;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.service-list-2-item-content {
  margin-top: 20px;
  margin-bottom: 10px;
}

.service-list-2-title-wrapper {
  align-items: center;
  display: flex;
}

.link-with-icon-2 {
  color: var(--primary);
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

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

.service-list-2-item-description {
  margin-top: 10px;
  margin-bottom: 30px;
}

.service-list-2-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.service-list-item-title {
  color: #fff;
}

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

.service-list-item-icon {
  color: #eef4f8;
  font-family: "Fa solid 900", sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.service-list-item-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 470px;
}

.service-list-item-2 {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.service-list-item-title-wrapper, .service-list-item-content {
  text-align: center;
}

.service-list-item-content-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 50px 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-list-item-description {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}

.image-full {
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.mask-testimonials {
  overflow: visible;
}

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

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

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

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

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

.image-4, .image-5 {
  width: 50px;
}

.paragraph {
  color: var(--midnight-green);
}

.image-6 {
  width: 50px;
}

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

.image-7 {
  width: 124px;
}

.text-block {
  color: var(--primary-light);
  font-size: 16px;
}

.image-8 {
  width: 20px;
}

.heading {
  font-family: Great Vibes, cursive;
}

.link-block-2 {
  background-color: var(--primary);
  border: 1px solid #000;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.heading-2 {
  text-align: center;
  padding-left: 0;
}

.paragraph-3 {
  color: var(--white);
  width: 100%;
  margin-top: 24px;
  padding-left: 36px;
}

.div-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--midnight-green);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-9 {
  width: 50%;
}

.paragraph-4 {
  color: var(--white);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
}

.heading-3 {
  color: var(--midnight-green);
  text-align: center;
  padding-top: 12px;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--text-color);
  color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 12px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 24px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.div-block-2.section {
  padding-bottom: 12px;
}

.paragraph-5 {
  color: var(--midnight-green);
}

.image-10 {
  border-radius: 12px;
  width: 80%;
  padding-bottom: 12px;
}

.heading-4 {
  color: var(--white);
  font-size: 32px;
}

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

.paragraph-7 {
  color: var(--midnight-green);
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.container {
  flex-flow: column;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.paragraph-8 {
  color: var(--midnight-green);
  margin-bottom: 64px;
}

.icons-services {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  padding: 12px 6px;
  display: flex;
}

.icon-block-service {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--text-color);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 24px;
  display: flex;
}

.text-icon-services {
  color: var(--midnight-green);
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.text-block-3, .text-block-4 {
  color: var(--midnight-green);
}

.icon-services {
  width: 60px;
}

.title-icon-services {
  text-align: center;
}

.paragraph-9 {
  color: var(--midnight-green);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-10 {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-left: 164px;
  padding-right: 164px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
}

.whatsapp-popup {
  aspect-ratio: auto;
  object-fit: fill;
  display: none;
  position: static;
  overflow: visible;
}

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

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.text-block-5 {
  color: var(--midnight-green);
  padding-top: 12px;
  padding-left: 64px;
  padding-right: 64px;
}

.cursos-section {
  background-color: var(--primary-light);
  margin-top: 72px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.cursos-hero-container {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.cursos-content-header {
  padding-left: 48px;
  padding-right: 48px;
}

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

.curso-subtitle {
  text-align: center;
  font-size: 24px;
}

.cursos-grid-container {
  padding-top: 36px;
  padding-bottom: 36px;
}

.cursos-features {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cursos-features-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 30%;
  padding: 26px 20px;
  display: flex;
}

.cursos-feature-image {
  height: 150px;
  margin-bottom: 30px;
}

.subtitulos-cursos-texto {
  color: var(--midnight-green);
  font-size: 28px;
  font-weight: 700;
}

.features-block-text {
  color: var(--midnight-green);
}

.list-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--midnight-green);
  list-style-type: decimal;
}

.list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-left: 0;
  list-style-type: disc;
  display: flex;
}

.bloque-videos {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-around;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.youtube {
  width: 50%;
  height: 30%;
}

.slider {
  height: 600px;
}

.div-block-6 {
  padding-bottom: 24px;
}

.slider_container {
  width: 100%;
  height: 500px;
  margin-top: 0;
}

.slider-container {
  background-image: url('../images/foto_hero_image.jpeg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  padding-left: 120px;
  display: flex;
}

.slider-2 {
  width: 100%;
  height: 500px;
}

.heading-5 {
  color: var(--primary-light);
  padding-left: 64px;
  font-size: 42px;
}

.heading-6 {
  color: var(--primary-light);
  font-family: Great Vibes, cursive;
  font-size: 42px;
}

.paragrahp-slider {
  color: var(--primary-light);
  text-align: right;
  width: 50%;
  min-width: 30%;
}

.slider-container2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pinto-54.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 500px;
  padding-left: 0;
  padding-right: 120px;
  display: flex;
}

.slider-container2.slide-container3 {
  background-image: linear-gradient(#00000045, #00000045), url('../images/IMG_0225.JPG');
  background-position: 0 0, 50% 30%;
}

.paraghraph11 {
  color: var(--primary-light);
  text-align: right;
  width: 50%;
  min-width: 30%;
}

.paragraph-12 {
  color: var(--black);
  text-align: center;
  width: 80%;
  font-size: 21px;
  line-height: 1.8em;
}

.curriculum {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border-radius: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 600px;
  margin-top: 900px;
  display: flex;
  position: absolute;
}

.curriculum-container {
  background-image: url('../images/equipo-educando-perros-ana-barbe.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30%;
}

.curriculum-text {
  background-color: var(--white);
  border-radius: 42px;
  width: 70%;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 12px;
}

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

.top-bar {
  background-color: var(--midnight-green);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 42px;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
}

.social-topbar {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  height: 42px;
  display: flex;
}

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

.div-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 42px;
  display: flex;
}

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

.heading-7 {
  font-family: Great Vibes, cursive;
  font-size: 64px;
}

.mobile-nav {
  display: none;
}

.m-nav-toggle-inner, .m-nav-toggle-inner.close {
  transform-style: preserve-3d;
}

.m-nav-overlay {
  z-index: 9999;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: var(--midnight-green);
  margin-bottom: 24px;
}

.button-primary {
  background-color: var(--primary);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 24px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  width: 50%;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.paragraph-13 {
  color: var(--midnight-green);
}

.paragraph-14 {
  color: var(--midnight-green);
  padding-left: 24px;
}

.paragraph-slider {
  color: var(--primary-light);
  text-align: left;
  width: 60%;
}

.heading-8 {
  text-align: center;
  font-family: Great Vibes, cursive;
}

.text-block-9 {
  font-size: 16px;
}

.text-block-10 {
  font-size: 2px;
}

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

.heading-9 {
  font-family: Inter, sans-serif;
}

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

.text-block-13, .text-block-14, .text-block-15 {
  color: var(--white);
}

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

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

.div-block-10 {
  background-color: var(--tomato);
  color: var(--primary-light);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-height: 30px;
  display: flex;
}

.div-block-11 {
  justify-content: space-between;
  min-height: 30px;
  display: flex;
}

.link-block-4 {
  justify-content: center;
  min-height: 30px;
  display: flex;
}

.text-block-17 {
  color: var(--primary-light);
  width: 100%;
  padding-left: 12px;
}

.text-block-18 {
  padding-right: 12px;
}

.heading-10, .heading-11, .heading-12 {
  font-family: Great Vibes, cursive;
}

.collection-list-wrapper-2 {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.paragraph-15 {
  color: var(--black);
  padding-top: 64px;
  padding-left: 24px;
  padding-right: 24px;
}

.flex-block-2 {
  padding-top: 16px;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 600px;
  display: flex;
}

.heading-13 {
  font-family: Great Vibes, cursive;
}

.text-block-19 {
  color: var(--midnight-green);
}

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

.text-block-20 {
  color: var(--black);
}

.div-block-13 {
  border: 1px solid var(--text-color);
  text-align: center;
  padding: 12px 8px;
}

.back-to-courses {
  background-color: var(--primary);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

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

.link-block-5 {
  text-align: center;
  width: 100%;
}

.heading-16 {
  font-family: Great Vibes, cursive;
}

.div-block-14 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.problems_content {
  width: 80%;
}

.heading-17 {
  font-family: Great Vibes, cursive;
  position: static;
}

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

.text-block-21 {
  color: var(--black);
}

.heading-18 {
  margin-bottom: 10px;
  font-size: 24px;
}

.text-block-22 {
  color: var(--black);
  padding-top: 24px;
  padding-bottom: 24px;
}

.link-4 {
  font-weight: 700;
}

.paragraph-16, .paragraph-17 {
  color: var(--midnight-green);
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-size: 24px;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.videos_section {
  width: 100%;
}

.video_section_container {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.flex-block-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

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

  .section.blog-grid-banner, .section.pricing-banner, .section.contacts-banner {
    min-height: 550px;
    padding-top: 130px;
  }

  .section.bgr {
    padding-top: 365px;
  }

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

  .section.spacing, .section.team-banner {
    min-height: 550px;
    padding-top: 130px;
  }

  .section.bgr-home-2 {
    padding-bottom: 64px;
  }

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

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

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

  .pages-banner.style-guide {
    min-height: 450px;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .blog-grid-content-wrapper {
    justify-content: space-between;
  }

  .blog-grid-content-wrapper.justify {
    justify-content: flex-start;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-rights-wrapper {
    margin-top: 30px;
  }

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

  .pricing-3-list-item {
    grid-column-gap: 10px;
    flex-direction: row;
    justify-content: space-between;
  }

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

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

  .search-section {
    margin-bottom: 80px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .testominials-cards-banner {
    margin-top: -140px;
  }

  .form-text-field.footer {
    padding-top: 12px;
  }

  .home-banner-section {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 130px;
  }

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

  .agility_button.red-hover {
    border-color: var(--midnight-green);
  }

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

  .banner-text-wrapper.centered {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
  }

  .banner-text-wrapper.home-3 {
    max-width: 700px;
  }

  .text-maxw.white-text {
    margin-top: 36px;
  }

  .heading-spacing.home-3 {
    font-size: 72px;
  }

  .banner-image-wrapper {
    width: 46%;
  }

  .banner-image-wrapper.position {
    width: 40%;
    padding-left: 100px;
    top: 23%;
  }

  .image-01 {
    inset: 0% auto auto 0%;
  }

  .image-01.about {
    left: 4%;
  }

  .image-02 {
    width: 500px;
    height: 500px;
    top: 8%;
  }

  .image-03 {
    inset: auto 2% 16% auto;
  }

  .image-03.about {
    right: 5%;
  }

  .block-relative {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sections-content-wrapper, .sections-content-wrapper.contact-us {
    grid-column-gap: 100px;
  }

  .counter-text {
    font-size: 72px;
  }

  .maxw._340px {
    max-width: 340px;
  }

  .advantages-wrappers.gap {
    grid-column-gap: 100px;
  }

  .left-heading {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    max-width: 370px;
  }

  .block-with-cards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cards-wrapper.red-bgr {
    background-color: var(--midnight-green);
  }

  .all-caps-text {
    color: var(--midnight-green);
  }

  .left-arrow-testimonials {
    left: 34%;
  }

  .right-arrow-testimonials {
    right: 34%;
  }

  .left-footer-block {
    width: 45%;
  }

  .right-footer-form {
    width: 55%;
    padding-left: 100px;
  }

  .top-block-field {
    width: 100%;
  }

  .dark-blue-bgr {
    width: 55%;
  }

  .grid-banner {
    background-color: var(--midnight-green);
    color: var(--white);
    border-radius: 42px;
    height: 200px;
  }

  .counter-content-banner {
    background-color: var(--midnight-green);
  }

  .figure-image._01 {
    background-image: url('../images/casa-de-mascotas.png');
  }

  .figure-image._02 {
    background-image: url('../images/pata.png');
    top: -2%;
    left: 28%;
  }

  .figure-image._03 {
    background-image: url('../images/pastor-aleman.png');
  }

  .figure-image._04 {
    background-image: url('../images/pata.png');
    top: -3%;
    right: 29%;
  }

  .description-blog-right {
    justify-content: space-between;
    padding-top: 100px;
    padding-left: 70px;
  }

  .left-arrow-blog {
    margin-right: 20px;
    right: 12%;
  }

  .right-arrow-blog {
    margin-left: 0;
    margin-right: 0;
    right: 8%;
  }

  .left-map-image {
    height: 430px;
  }

  .right-location-content {
    padding: 50px;
  }

  .adress-block {
    overflow: visible;
  }

  .tab-pan-text {
    padding: 50px;
  }

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

  .default-state {
    grid-row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .default-state.children {
    flex-wrap: nowrap;
  }

  .quantity-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .quantity-wrapper.justify {
    justify-content: flex-start;
  }

  .team-bottom-block {
    margin-top: 130px;
  }

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

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

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

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

  .section.contacts-banner {
    background-image: linear-gradient(#1835218a, #1835218a), url('../images/Foto_agility.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .base-container {
    flex-flow: column;
  }

  .nav-container {
    max-width: 1400px;
  }

  .footer-rights-wrapper {
    flex-flow: column;
  }

  .navbar-relative.absolute {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

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

  .brand.w--current {
    position: relative;
  }

  .image-fill {
    max-width: 50%;
  }

  .banner-image-wrapper.position {
    padding-left: 80px;
  }

  .image-01.about {
    left: 8%;
  }

  .image-03 {
    right: 12%;
  }

  .image-03.about {
    right: 10%;
  }

  .team-cards {
    width: auto;
  }

  .dark-blue-bgr {
    width: 54%;
  }

  .figure-image._01 {
    background-image: url('../images/casa-de-mascotas.png');
    left: 26%;
  }

  .figure-image._02 {
    background-image: url('../images/pata.png');
    left: 30%;
  }

  .figure-image._03 {
    background-image: url('../images/pastor-aleman.png');
  }

  .figure-image._04 {
    background-image: url('../images/pata.png');
  }

  .left-arrow-blog {
    right: 16%;
  }

  .right-arrow-blog {
    right: 12%;
  }

  .team-bottom-block {
    justify-content: flex-start;
    align-self: auto;
  }

  .paragraph-7 {
    color: var(--black);
    padding-left: 24px;
  }

  .div-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .icon-block-service {
    border-radius: 24px;
  }

  .heading-6 {
    text-align: right;
  }

  .slider-container2.slide-container3 {
    background-image: linear-gradient(#0000, #0000), url('../images/IMG_0225.JPG');
    background-position: 0 0, 50% 30%;
  }
}

@media screen and (min-width: 1920px) {
  .section.contacts-banner {
    background-image: linear-gradient(#0000009e, #0000009e), url('../images/Foto_agility.jpg');
  }

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

  .base-container.align-left {
    flex: 1;
  }

  .home-banner-section {
    flex-direction: row;
    align-items: center;
    height: 90vh;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .home-banner-section.home-3 {
    height: auto;
    padding-top: 110px;
    padding-bottom: 130px;
  }

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

  .banner-text-wrapper {
    max-width: 700px;
  }

  .heading-spacing {
    font-size: 72px;
  }

  .banner-image-wrapper {
    width: 45%;
    height: auto;
  }

  .banner-image-wrapper.position {
    padding-left: 30px;
    top: 31%;
  }

  .image-01 {
    top: 13%;
    left: -3%;
  }

  .image-01.about {
    left: 18%;
  }

  .image-02 {
    position: relative;
    top: 0%;
  }

  .image-03 {
    inset: 54% 30% auto auto;
  }

  .image-03.about {
    right: 20%;
  }

  .block-relative {
    align-items: center;
    height: 100%;
  }

  .background-video {
    height: 765px;
  }

  .dark-blue-bgr {
    width: 53%;
  }

  .figure-image._01 {
    left: 32%;
  }

  .figure-image._02 {
    left: 34%;
  }

  .figure-image._03 {
    right: 27%;
  }

  .figure-image._04 {
    right: 32%;
  }

  .cursos-hero-section {
    height: 100vh;
  }

  .left-arrow-blog {
    right: 23%;
  }

  .right-arrow-blog {
    right: 20%;
  }

  .slider-nav {
    margin-left: auto;
    margin-right: auto;
    bottom: -50px;
  }

  .slide-8 {
    max-width: 1445px;
    height: 720px;
    margin-right: 115px;
  }

  .banner-slider {
    background-color: #0000;
  }

  .slide-9, .slide-10, .slide-11 {
    max-width: 1445px;
    height: 720px;
    margin-right: 115px;
  }

  .list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 12px;
    list-style-type: disc;
  }
}

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

  h2 {
    font-size: 42px;
  }

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

  .section.blog-grid-banner, .section.pricing-banner, .section.contacts-banner {
    min-height: 400px;
    padding-top: 80px;
  }

  .section.banner-testimonials {
    min-height: 400px;
  }

  .section.bgr {
    margin-top: -156px;
    padding-top: 236px;
  }

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

  .section.spacing, .section.team-banner {
    min-height: 400px;
    padding-top: 80px;
  }

  .grid-system {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

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

  .button_contact.tablet-none {
    display: none;
  }

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

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

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

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

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

  .menu-button {
    text-align: right;
    padding: 0;
  }

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

  .nav-link {
    display: flex;
  }

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

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

  .nav-dropdown-icon {
    color: var(--text-color);
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-icon.dark {
    color: var(--midnight-green);
  }

  .nav-dropdown-list {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: auto;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
  }

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

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

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

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

  .pages-banner.style-guide {
    min-height: 300px;
  }

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

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

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-image-link {
    height: 280px;
  }

  .blog-grid-image-link.classic {
    height: 370px;
  }

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

  .blog-template-wrapper {
    max-width: none;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .footer-rights-wrapper {
    text-align: center;
    justify-content: center;
  }

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

  .testimonials-wrapper {
    flex-wrap: wrap;
  }

  .testimonials-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 20px;
  }

  .testimonials-item.last-child {
    margin-bottom: 0;
  }

  .pricing-list {
    margin-top: 10px;
  }

  .pricing-features-wrapper {
    flex-wrap: wrap;
  }

  .pricing-features-wrap {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .footer-wrapper {
    flex-direction: column-reverse;
  }

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

  .footer-brand-wrapper {
    text-align: center;
    align-items: center;
  }

  .footer-links-wrapper {
    margin-bottom: 50px;
  }

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

  .search-section {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-item.position {
    margin-top: -150px;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .testominials-cards-banner {
    margin-top: -120px;
  }

  .accordion-wrapper-one-column {
    width: 80%;
  }

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

  .form-text-field.tablet {
    color: var(--text-color);
    text-align: left;
    border-color: #00265366;
    width: auto;
  }

  .form-text-field.tablet:focus {
    border-color: var(--midnight-green);
  }

  .form-text-field.tablet::placeholder {
    color: var(--text-color);
  }

  .form-text-field.text-area-tablet {
    color: var(--text-color);
    text-align: left;
    border-color: #00265366;
    width: 100%;
    height: 110px;
  }

  .form-text-field.text-area-tablet:focus {
    border-color: var(--midnight-green);
  }

  .form-text-field.text-area-tablet::placeholder {
    color: var(--text-color);
  }

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

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

  .navbar-relative {
    height: 60px;
  }

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

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

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

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

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

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

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

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

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

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

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

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

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .menu-wrap {
    background-color: var(--primary-light);
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

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

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

  .brand-tablet {
    display: block;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
  }

  .shop-details-image-lightbox {
    height: 370px;
  }

  .background-left {
    height: 60%;
  }

  .background-right {
    height: 60%;
    inset: 0% 0% auto auto;
  }

  .banner-text-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .heading-spacing {
    max-width: 450px;
    font-size: 48px;
  }

  .banner-image-wrapper {
    width: 100%;
    margin-bottom: 80px;
    position: static;
  }

  .banner-image-wrapper.position {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .image-01 {
    top: -16%;
    left: 14%;
  }

  .image-01.about {
    width: 160px;
    height: 160px;
    top: 11%;
  }

  .image-02 {
    position: relative;
  }

  .image-03 {
    bottom: -15%;
    right: 6%;
  }

  .image-03.about {
    width: 140px;
    height: 140px;
    top: 41%;
  }

  .sections-content-wrapper {
    flex-direction: column-reverse;
  }

  .sections-content-wrapper.about {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .sections-content-wrapper.contact-us {
    grid-column-gap: 80px;
    flex-direction: column;
    align-items: center;
  }

  .left-image-block {
    flex: 0 auto;
    width: 100%;
  }

  .descriptions-right-block {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .descriptions-right-block.full-width {
    margin-bottom: 0;
  }

  .descriptions-right-block.contact-us-block {
    align-items: center;
    margin-bottom: 0;
  }

  .background-video {
    height: 650px;
  }

  .background-video.about {
    height: 500px;
  }

  .play-pause-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .advantages-wrappers {
    flex-direction: column;
    align-items: center;
  }

  .left-heading {
    text-align: center;
    align-items: center;
    max-width: 550px;
    margin-bottom: 50px;
  }

  .text-testimonials {
    font-size: 42px;
  }

  .left-arrow-testimonials {
    left: 25%;
  }

  .right-arrow-testimonials {
    right: 25%;
  }

  .heading-team-block.align {
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
  }

  .cards-team-content, .cards-team-content.team-page {
    grid-template-columns: 1fr 1fr;
  }

  .icon-cart {
    display: block;
  }

  .cart-button {
    justify-content: flex-end;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .cart-quantity {
    right: 1%;
  }

  .cart {
    flex: 1;
  }

  .line-blue {
    display: none;
  }

  .nav-link-wrapper {
    padding: 10px 0;
  }

  .left-footer-block {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    display: flex;
  }

  .right-footer-form {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .footer-form {
    display: none;
  }

  .footer-form.tablet {
    display: block;
  }

  .dark-blue-bgr {
    width: 0%;
  }

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

  .button-block-header {
    flex: 1;
  }

  .section-about-us {
    align-items: center;
    height: 600px;
  }

  .left-image-content {
    align-items: center;
  }

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

  .line-horizontal {
    flex-direction: column;
  }

  .row-description {
    text-align: left;
    align-items: flex-start;
  }

  .figure-image._01 {
    left: 32%;
  }

  .figure-image._03 {
    top: 4%;
    right: 28%;
  }

  .cursos-hero-section {
    height: 100%;
    padding-top: 80px;
  }

  .description-blog-right {
    grid-row-gap: 50px;
    justify-content: flex-start;
    padding-top: 50px;
    padding-right: 15px;
  }

  .left-arrow-blog {
    margin-right: 0;
    right: 34%;
  }

  .right-arrow-blog {
    margin-right: 0;
    right: 24%;
  }

  .image-blog-hover {
    display: none;
  }

  .tabs-menu-services, .tav-pane-content {
    grid-column-gap: 15px;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-bottom: 0;
  }

  .collection-list.shop-details {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .default-state {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .default-state.children {
    align-items: flex-start;
  }

  .quantity-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .quantity-wrapper.justify {
    justify-content: flex-start;
  }

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

  .rich-text-blog h2 {
    font-size: 38px;
  }

  .heading-blog-details {
    font-size: 48px;
  }

  .form-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 52px;
  }

  .bottom-vertical-block {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .card-item {
    width: 47.9%;
  }

  .team-bottom-block {
    flex-wrap: wrap;
  }

  .block-horizontal-wrapper {
    flex-direction: column;
  }

  .left-horizontal-block {
    flex-direction: column;
    width: 65%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }

  .right-horizontal-block {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .maxw-370px {
    max-width: 500px;
  }

  .subtitle-text {
    max-width: 600px;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .service-list-2-item-content {
    margin-top: 10px;
  }

  .service-list-2-item-description {
    margin-bottom: 15px;
  }

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

  .service-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .container-2 {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 22px;
  }

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

  .section.blog-grid-banner, .section.contacts-banner {
    padding-top: 60px;
  }

  .section.banner-testimonials {
    min-height: 380px;
  }

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

  .section.bgr {
    padding-top: 295px;
  }

  .section.spacing, .section.team-banner {
    padding-top: 60px;
  }

  .section.bgr-home-2 {
    padding-bottom: 310px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-div {
    margin-top: 35px;
  }

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

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

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

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

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 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-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    max-width: 100%;
  }

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

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

  .blog-grid-image-link.classic {
    height: 300px;
  }

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

  .blog-grid-content-wrapper.justify {
    min-height: auto;
  }

  .blog-grid-item {
    width: 100%;
  }

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

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

  .pricing-features-wrapper {
    margin-top: 30px;
  }

  .pricing-features-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

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

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

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

  .footer-brand-description {
    text-align: center;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testominials-cards-banner {
    margin-top: -100px;
  }

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

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .home-banner-section, .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

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

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

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

  .shop-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .shop-details-image-lightbox {
    height: 550px;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .background-left, .background-right {
    height: 40%;
  }

  .heading-spacing {
    font-size: 40px;
  }

  .banner-image-wrapper.position {
    margin-top: 50px;
  }

  .image-01 {
    left: 5%;
  }

  .image-01.about {
    top: 1%;
  }

  .image-03 {
    width: 200px;
    height: 200px;
    right: 2%;
  }

  .image-03.about {
    inset: auto 4% 6% auto;
  }

  .sections-content-wrapper.contact-us {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .left-image-block, .background-video {
    height: 500px;
  }

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

  .text-testimonials {
    font-size: 36px;
  }

  .left-arrow-testimonials {
    bottom: 5%;
    left: 16%;
  }

  .right-arrow-testimonials {
    bottom: 5%;
    right: 16%;
  }

  .heading-team-block {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .heading-team-block.align {
    grid-row-gap: 0px;
    margin-bottom: 30px;
  }

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

  .top-block-field {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .section-about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-wrapper-about {
    grid-row-gap: 60px;
  }

  .grid-banner {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .counter-content-banner.border {
    border-right-style: none;
  }

  .figure-image._01 {
    left: 34%;
  }

  .figure-image._02 {
    top: 3%;
    left: 23%;
  }

  .cursos-hero-section {
    padding-bottom: 60px;
  }

  .image-blog-left {
    width: 100%;
    height: 350px;
  }

  .description-blog-right {
    justify-content: space-between;
    width: 100%;
    height: 400px;
    padding-right: 30px;
  }

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

  .left-arrow-blog {
    margin-right: 110px;
    right: 0%;
  }

  .right-arrow-blog {
    margin-right: 30px;
    right: 0%;
  }

  .location-wrapper {
    flex-direction: column;
  }

  .left-map-image {
    width: 100%;
  }

  .right-location-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .tab-heading {
    height: 100%;
  }

  .tabs-menu-services {
    grid-template-columns: 1fr 1fr;
  }

  .tav-pane-content {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .tab-pan-text {
    width: 100%;
  }

  .tab-pan-image {
    width: 100%;
    height: 300px;
  }

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

  .quantity-wrapper.justify {
    justify-content: space-between;
  }

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

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

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

  .heading-blog-details {
    font-size: 40px;
  }

  .form-block {
    width: 100%;
  }

  .bottom-vertical-block {
    margin-top: 20px;
  }

  .card-item {
    width: 100%;
  }

  .team-bottom-block {
    margin-top: 60px;
  }

  .left-horizontal-block, .right-horizontal-block {
    width: 100%;
  }

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

  .blog-sidebar-left-wrapper, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .shop-details-text-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .service-list-2-item-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .service-list-2-item-description {
    margin-top: 0;
  }

  .service-list-2-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

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

  .hero-stack, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 30px;
  }

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

  .section.light-bgr-margin {
    display: none;
  }

  .section.bgr {
    padding-top: 216px;
  }

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

  .grid-system-wrapper {
    flex-direction: row;
  }

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

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

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

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

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

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

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

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

  .color-container {
    flex-wrap: wrap;
  }

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

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

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

  .nav-menu {
    z-index: 9999;
    justify-content: center;
  }

  .nav-dropdown-list {
    justify-content: center;
    align-items: flex-start;
  }

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

  .nav-dropdown-link-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

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

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

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

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

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

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

  .pricing-3-list-item {
    grid-row-gap: 5px;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-features-item {
    text-align: center;
  }

  .paragraph-no-margin {
    font-size: 16px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 30px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    justify-content: center;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .form-text-field, .form-text-field.tablet {
    width: 100%;
  }

  .navbar-relative.absolute {
    display: none;
  }

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

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .search {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
  }

  .menu-wrap {
    z-index: 9999;
    height: 500px;
    margin-top: 36px;
    position: static;
  }

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

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

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

  .brand.w--current {
    padding-top: 12px;
  }

  .sessions-tab-link {
    text-align: center;
  }

  .shop-tabs-menu {
    grid-column-gap: 30px;
  }

  .shop-price-wrapper {
    justify-content: flex-start;
  }

  .shop-details-image-lightbox {
    height: 370px;
  }

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

  .background-left {
    width: 50%;
    height: 30%;
  }

  .background-right {
    width: 30%;
    height: 30%;
  }

  .image-fill {
    display: block;
  }

  .button-text-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .bottom-block-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .heading-spacing {
    margin-bottom: 10px;
  }

  .heading-spacing.white-text {
    font-size: 32px;
  }

  .banner-image-wrapper {
    margin-bottom: 120px;
  }

  .image-01 {
    width: 150px;
    height: 150px;
    top: -10%;
  }

  .image-01.about {
    top: 5%;
    left: 15%;
  }

  .image-03 {
    width: 180px;
    height: 180px;
    bottom: -17%;
  }

  .image-03.about {
    inset: 3% 15% auto auto;
  }

  .sections-content-wrapper.contact-us {
    align-items: center;
  }

  .descriptions-right-block {
    margin-bottom: 30px;
  }

  .counter-block {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .counter-text {
    font-size: 45px;
  }

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

  .left-heading {
    margin-bottom: 30px;
  }

  .block-with-cards {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .cards-wrapper {
    height: 100%;
  }

  .slider-cards {
    height: 290px;
  }

  .spacing-paragraph {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .clients-wrapper {
    width: auto;
  }

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

  .left-arrow-testimonials {
    width: 26px;
    height: 26px;
    left: 0%;
  }

  .right-arrow-testimonials {
    right: 0%;
  }

  .image-cover {
    min-height: 0%;
  }

  .cards-team-content {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .cards-team-content.home-2 {
    grid-template-columns: 1fr;
  }

  .team-cards {
    min-height: 330px;
  }

  .top-block-field, .form-footer-wrapper {
    grid-row-gap: 20px;
  }

  .section-about-us {
    align-items: flex-end;
    height: 750px;
    padding-top: 60px;
  }

  .row-description.horizontal {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-columns: .5fr 1fr;
    justify-content: space-between;
    display: flex;
  }

  .image-wrapper-about {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .lightbox-link {
    width: 100%;
  }

  .paragraph-with-margin {
    text-align: left;
    margin-bottom: 30px;
  }

  .grid-banner {
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .counter-content-banner.border {
    border-left-style: none;
  }

  .figure-image._01 {
    top: 37%;
    left: 5%;
  }

  .figure-image._02 {
    top: 34%;
    left: 15%;
  }

  .figure-image._03 {
    top: 19%;
    right: 13%;
  }

  .figure-image._04 {
    top: -5%;
    right: 2%;
  }

  .cursos-hero-section {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#3c706cb0, #3c706cb0), url('../images/foto_hero_image.jpeg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .heading-maxw {
    line-height: 1em;
  }

  .image-blog-left {
    height: 250px;
  }

  .description-blog-right {
    height: 100%;
  }

  .team-block {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .left-arrow-blog {
    margin-top: 30px;
    margin-bottom: 0;
    margin-right: 20px;
    display: inline-block;
    position: static;
  }

  .right-arrow-blog {
    margin: 30px 0 0;
    display: inline-block;
    position: static;
  }

  .image-arrows {
    object-fit: none;
    width: 100%;
    height: 100%;
  }

  .heading-grid-tabs.maxw-300px {
    padding-left: 6px;
    font-size: 20px;
  }

  .location-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    width: 90%;
  }

  .right-location-content {
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tab-heading {
    grid-column-gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .tabs-menu-services {
    grid-template-columns: 1fr;
  }

  .image-tab {
    width: 30px;
  }

  .order-item {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .top-block-form {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .bottom-block-form {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .left-horizontal-block {
    margin-bottom: 20px;
    padding-bottom: 120px;
  }

  .right-horizontal-block {
    margin-top: 150px;
  }

  .image-wrapper-left {
    max-width: 330px;
    height: 450px;
  }

  .row-contact {
    justify-content: center;
    align-items: center;
  }

  .text-row-contact {
    font-size: 16px;
  }

  .text-centered {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 46px;
  }

  .service-list-item-image {
    min-height: auto;
  }

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

  .heading {
    margin-top: 108px;
  }

  .paragraph-3 {
    width: auto;
  }

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

  .image-9 {
    width: 100%;
  }

  .paragraph-4 {
    padding-left: 12px;
  }

  .paragraph-10 {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .whatsapp-popup {
    z-index: 9999;
    pointer-events: auto;
    background-color: #87b4b800;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 142px;
    margin-right: 12px;
    display: flex;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .link-2 {
    color: var(--midnight-green);
  }

  .bloque-videos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    height: auto;
  }

  .slider_container {
    height: 700px;
    margin-top: 0;
  }

  .slider-container {
    background-position: 60%;
    justify-content: flex-start;
    align-items: center;
    height: 700px;
    padding-top: 24px;
    padding-left: 0;
  }

  .slider-2 {
    height: 700px;
  }

  .heading-6 {
    font-family: Great Vibes, cursive;
    font-size: 42px;
  }

  .paragrahp-slider {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider-container2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pinto-54.jpg');
    background-position: 0 0, 20%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 700px;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .slider-container2.slide-container3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Foto_agility.jpg');
    background-position: 0 0, 50%;
  }

  .paraghraph11 {
    width: 100%;
    margin-top: 450px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-12 {
    font-size: 19px;
  }

  .curriculum {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 1500px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .curriculum-container {
    border-radius: 42px;
    width: 100%;
    height: 30%;
  }

  .top-bar {
    display: none;
    position: static;
  }

  .youtube-2 {
    height: 500px;
  }

  .mobile-nav {
    display: block;
    position: relative;
  }

  .m-nav-toggle {
    z-index: 99;
    color: var(--midnight-green);
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    position: fixed;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .m-nav-toggle-close {
    z-index: 1;
    color: var(--tomato);
    display: none;
    position: absolute;
    bottom: 55px;
  }

  .m-nav-toggle-inner {
    background-color: var(--midnight-green);
    transform: scale3d(1none, 1none, 1none);
    border-radius: 99em;
    justify-content: center;
    align-items: center;
    padding: 17px 25px;
    transition: transform .259s cubic-bezier(.215, .61, .355, 1);
    display: flex;
    position: relative;
    box-shadow: 0 9px 37px 2px #0003;
  }

  .m-nav-toggle-inner.close {
    transform: scale3d(1none, 1none, 1none);
    justify-content: center;
    align-items: center;
    padding: 18px;
    transition: transform .25s cubic-bezier(.215, .61, .355, 1);
    display: flex;
    position: relative;
    box-shadow: 0 9px 37px 2px #0003;
  }

  .m-nav-close-icon {
    width: 23px;
    padding: 1px;
  }

  .m-nav-toggle-open {
    z-index: 1;
    color: var(--tomato);
    position: absolute;
    bottom: 55px;
  }

  .m-nav-toggle-description {
    color: var(--white);
    margin-bottom: 0;
  }

  .m-nav-overlay {
    z-index: 9999;
    background-color: var(--midnight-green);
    width: 100%;
    height: 90%;
    display: none;
    position: fixed;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .nav-overlay-gradient-top {
    z-index: 4;
    height: 65px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-overlay-gradient-bottom {
    z-index: 4;
    background-image: linear-gradient(354deg, var(--midnight-green) 17%, white);
    height: 130px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .m-nav-content {
    color: var(--primary-light);
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: auto;
  }

  .m-nav-list {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: block;
  }

  .m-nav-link-item {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    list-style-type: none;
    display: block;
  }

  .m-nav-link {
    color: var(--white);
    text-align: center;
    -webkit-text-decoration-color: var(--white);
    text-decoration-color: var(--white);
    font-size: 18px;
    line-height: 54px;
    display: inline;
  }

  .m-nav-toggle-bg {
    z-index: 1;
    background-image: linear-gradient(#eee, #fff 26%);
    height: 125px;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-12 {
    padding-bottom: 24px;
  }

  .text-block-8 {
    background-color: var(--white);
    color: var(--midnight-green);
    border-radius: 40px;
  }

  .container-2 {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .paragraph-14 {
    margin-top: 24px;
  }

  .paragraph-slider {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-8 {
    background-color: var(--midnight-green);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    inset: 0% 0% auto;
  }

  .div-block-9 {
    text-align: center;
  }

  .text-block-17 {
    text-align: center;
    padding-right: 12px;
    font-size: 14px;
  }

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

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

#w-node-ad750374-d5c8-05d5-f577-63447b64187a-48d1e229, #w-node-_09f7dc80-a5ea-75a0-e579-9bc8796db53e-48d1e229, #w-node-_09f7dc80-a5ea-75a0-e579-9bc8796db540-48d1e229, #w-node-_09f7dc80-a5ea-75a0-e579-9bc8796db542-48d1e229, #w-node-_09f7dc80-a5ea-75a0-e579-9bc8796db544-48d1e229, #w-node-_9da84cf8-3534-9200-875a-a54f8fb2d014-48d1e229, #w-node-_3ea6c1b1-979f-6c05-a253-844ce9ad2a9b-48d1e229, #w-node-ea0d8e7f-7c55-930d-4855-7f1f77f3eaaf-48d1e229, #w-node-e2aeed02-ae79-685c-41aa-723b61c3d812-48d1e229, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-48d1e238, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-48d1e238, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-48d1e238, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-48d1e238, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-48d1e238, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-48d1e238, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-48d1e238, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-48d1e238, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-48d1e238, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-48d1e238, #w-node-c6c785fd-f279-d1e6-9e75-bcc4f13278ad-a2ea2644, #w-node-c6c785fd-f279-d1e6-9e75-bcc4f13278ae-a2ea2644, #w-node-_7729f0e5-d3c2-ee84-4569-18ebb22cffde-a2ea2644, #w-node-_7729f0e5-d3c2-ee84-4569-18ebb22cffdf-a2ea2644, #w-node-b3be4f18-f423-ace0-762b-7e6dcfa4f89e-a2ea2644, #w-node-b3be4f18-f423-ace0-762b-7e6dcfa4f89f-a2ea2644, #w-node-c4013f33-e1f7-6927-2a7f-599460e402ce-a2ea2644, #w-node-c4013f33-e1f7-6927-2a7f-599460e402cf-a2ea2644, #w-node-_86b10bce-3bb3-1f12-78e6-c4c3d4e728ef-a2ea2644, #w-node-_86b10bce-3bb3-1f12-78e6-c4c3d4e728f0-a2ea2644, #w-node-b3be4f18-f423-ace0-762b-7e6dcfa4f8ae-a2ea2644, #w-node-b3be4f18-f423-ace0-762b-7e6dcfa4f8af-a2ea2644, #w-node-b3be4f18-f423-ace0-762b-7e6dcfa4f8be-a2ea2644, #w-node-b3be4f18-f423-ace0-762b-7e6dcfa4f8bf-a2ea2644, #w-node-b3be4f18-f423-ace0-762b-7e6dcfa4f8ce-a2ea2644, #w-node-b3be4f18-f423-ace0-762b-7e6dcfa4f8cf-a2ea2644, #w-node-b3be4f18-f423-ace0-762b-7e6dcfa4f8de-a2ea2644, #w-node-b3be4f18-f423-ace0-762b-7e6dcfa4f8df-a2ea2644, #w-node-b3be4f18-f423-ace0-762b-7e6dcfa4f8ee-a2ea2644, #w-node-b3be4f18-f423-ace0-762b-7e6dcfa4f8ef-a2ea2644, #w-node-d8c23253-0a1a-36bc-33e2-b4ab95c7ab3a-a2ea2644, #w-node-d8c23253-0a1a-36bc-33e2-b4ab95c7ab3b-a2ea2644, #w-node-_52a74c3f-632e-73c5-8ed6-b5881fbeee65-a2ea2644, #w-node-_52a74c3f-632e-73c5-8ed6-b5881fbeee66-a2ea2644, #w-node-e17f1524-4868-cfa6-137b-b371b57ff91f-a2ea2644, #w-node-e17f1524-4868-cfa6-137b-b371b57ff920-a2ea2644 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-ad750374-d5c8-05d5-f577-63447b64187a-48d1e229, #w-node-a853ee5a-d255-62ec-40de-cc91b2d4112b-48d1e229, #w-node-_5ef2230a-9333-eef6-57ba-f1cfda5a32a4-48d1e229, #w-node-_69b1f2e3-44ee-5f14-fb34-31ecfc03f330-48d1e229, #w-node-_837bfecc-50f9-7290-9541-44f0178a6fb7-48d1e229 {
    align-self: center;
  }

  #w-node-_14077844-62a2-745e-1349-e3114dd7d538-48d1e22d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2c517617-016f-9325-67dd-1dc01870f7b2-1870f7af, #w-node-d2d64472-e672-ccaf-6146-4d809d72b8b9-4fad97b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5ef2230a-9333-eef6-57ba-f1cfda5a32a4-48d1e229, #w-node-_69b1f2e3-44ee-5f14-fb34-31ecfc03f330-48d1e229, #w-node-_837bfecc-50f9-7290-9541-44f0178a6fb7-48d1e229 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ef2230a-9333-eef6-57ba-f1cfda5a32a4-48d1e229, #w-node-_69b1f2e3-44ee-5f14-fb34-31ecfc03f330-48d1e229, #w-node-_837bfecc-50f9-7290-9541-44f0178a6fb7-48d1e229 {
    grid-column: span 1 / span 1;
  }

  #w-node-_09f7dc80-a5ea-75a0-e579-9bc8796db53e-48d1e229, #w-node-_09f7dc80-a5ea-75a0-e579-9bc8796db540-48d1e229, #w-node-_09f7dc80-a5ea-75a0-e579-9bc8796db542-48d1e229, #w-node-_09f7dc80-a5ea-75a0-e579-9bc8796db544-48d1e229, #w-node-_9da84cf8-3534-9200-875a-a54f8fb2d014-48d1e229, #w-node-_3ea6c1b1-979f-6c05-a253-844ce9ad2a9b-48d1e229, #w-node-ea0d8e7f-7c55-930d-4855-7f1f77f3eaaf-48d1e229, #w-node-e2aeed02-ae79-685c-41aa-723b61c3d812-48d1e229 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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