:root {
  --black: black;
  --lemon: #c7e870;
  --purple: #dbbeea;
  --brown: #e8e3c7;
  --white: white;
  --pink: #e9adcc;
  --border-color: #f0f0f0;
  --shadow-bg: #f7f7f7;
  --teal: #70e8c7;
  --orange: #f5b64c;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

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

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

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

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

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

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

.w-commerce-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-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-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

  .w-commerce-commercecartquantity, .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;
  }
}

h1 {
  color: var(--black);
  margin-top: 60px;
  margin-bottom: 16px;
  font-family: Instrumentsans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Interdisplay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

ul {
  margin-top: 32px;
  margin-bottom: 60px;
  padding-left: 20px;
}

li {
  color: var(--black);
  padding-bottom: 12px;
  font-family: Interdisplay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  list-style-type: square;
}

blockquote {
  background-color: var(--lemon);
  color: var(--black);
  border-left: 1px #000;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 36px;
  font-family: Interdisplay, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 34px;
}

.color-hex {
  color: var(--black);
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.typography-wrap {
  justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 160px;
}

.body-01 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.button-items {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-fluid {
  width: 100%;
  max-width: 1200px;
  margin-left: 48px;
  margin-right: 48px;
  padding-bottom: 0;
}

.container-fluid.ct1 {
  max-width: 960px;
}

.container-fluid.ct3 {
  max-width: 736px;
}

.black-text {
  color: var(--black);
  font-family: Instrumentsans, sans-serif;
}

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

.color-items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 140px;
  display: grid;
}

.heading-02 {
  letter-spacing: -1.28px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrumentsans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.sub-heading-01 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrumentsans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.caption-01 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eudoxussans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.lemon-bg {
  background-color: var(--lemon);
}

.color-name {
  color: var(--black);
  margin-bottom: 4px;
  font-family: Instrumentsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

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

.sub-heading-02 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrumentsans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.name-box {
  margin-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

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

.heading-plate {
  grid-row-gap: 40px;
  color: var(--black);
  flex-direction: column;
  width: 100%;
  display: flex;
}

.button-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 48px;
  display: flex;
}

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

.brown-bg {
  background-color: var(--brown);
}

.color-box {
  width: 100%;
  height: 136px;
}

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

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

.buttons-title {
  margin-top: 0;
  margin-bottom: 0;
}

.purple-bg {
  background-color: var(--purple);
}

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

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

.style-guide {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.pink-bg {
  background-color: var(--pink);
}

.style-guide-theme {
  border-radius: 24px;
}

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

.color-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
  align-items: center;
  width: 100%;
}

.body-02 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.body-02.black-text {
  display: block;
  position: static;
}

.body-02.black-text.technologies {
  flex-flow: row;
  display: block;
  position: static;
  inset: 0%;
}

.heading-03 {
  letter-spacing: -1.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrumentsans, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 68px;
}

.button-02 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-01 {
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrumentsans, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
}

.button-01 {
  background-color: var(--lemon);
  color: var(--black);
  padding: 12px 29px;
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s;
}

.button-01:hover {
  background-color: var(--purple);
}

.button-01.cta-b {
  background-color: var(--black);
  color: var(--white);
  transition: color .2s, background-color .2s;
}

.button-01.cta-b:hover {
  background-color: var(--lemon);
  color: var(--black);
}

.button-01.cta-b.another:hover {
  background-color: var(--white);
}

.button-01.cta-b.prb {
  text-align: center;
  margin-top: 24px;
}

.button-01.cta-b.pr3b {
  text-align: center;
  width: 100%;
}

.button-01.cta-b.adtoc {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.button-01.ct2 {
  width: 100%;
}

.button-01.cp {
  padding-left: 32px;
  padding-right: 32px;
}

.button-01.prbtn-02 {
  background-color: var(--white);
  text-align: center;
  width: 100%;
}

.button-01.prbtn-02:hover {
  background-color: var(--lemon);
}

.button-01.pr3b {
  text-align: center;
  width: 100%;
}

.copyright-text {
  margin-bottom: 0;
}

.footer-text {
  width: 100%;
  max-width: 340px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.footer-wrap {
  border-bottom: 1px solid var(--border-color);
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.cp-link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.cp-link:hover {
  text-decoration: underline;
}

.cta-content {
  background-color: var(--purple);
  background-image: url('../images/Group-1000018965.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 136px 20px;
}

.cta-title {
  color: #000;
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.f-brand {
  width: 174px;
  height: 68px;
}

.social-img {
  width: 24px;
  height: 24px;
}

.social-img.b3 {
  width: 22px;
  height: 22px;
}

.social-link {
  border-radius: 15px;
  transition: background-color .2s;
}

.social-link:hover {
  background-color: #fff;
}

.footer-right {
  grid-column-gap: 97px;
  grid-row-gap: 97px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 481px;
  display: grid;
}

.cta {
  justify-content: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.footer-socials {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-buttons {
  text-align: center;
  margin-top: 40px;
}

.footer-copyright {
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
}

.footer-body {
  flex-flow: column;
  display: flex;
}

.title-small {
  color: var(--black);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Instrumentsans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.footer-left {
  width: 100%;
  max-width: 400px;
  margin-right: 60px;
}

.footer {
  justify-content: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.footer-body-l {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--black);
  white-space: nowrap;
  margin-bottom: 16px;
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.style-hero {
  border-bottom: 1px solid #f0f0f0;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.style-hero-content {
  z-index: 10;
  background-color: var(--white);
  text-align: center;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.style-hero-title {
  margin-top: 0;
  margin-bottom: 0;
}

.style-hero-text {
  width: 100%;
  max-width: 402px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  font-family: Interdisplay, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.heading-04 {
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrumentsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.sub-heading-03 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrumentsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.sub-heading-04 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrumentsans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.sub-heading-05 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrumentsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.button-02-text {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.button-02-text._03 {
  border-bottom-color: var(--white);
  color: var(--white);
}

.button-02-icon {
  position: relative;
}

.website-brand-img {
  width: 174px;
  height: 68px;
  display: block;
}

.nav-try-wrap {
  background-color: var(--black);
  color: var(--white);
  align-items: center;
  margin-left: 0;
  padding: 10px 22px;
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.nav-try-wrap:hover {
  background-color: var(--lemon);
  color: var(--black);
}

.log-infos-inside {
  display: none;
}

.nav-login-text {
  color: var(--black);
  align-self: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.nav-login-text:hover {
  border-bottom: 1px solid var(--black);
}

.nav-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: 1fr;
  max-width: 1344px;
  height: 82px;
  min-height: 82px;
  margin-left: 48px;
  margin-right: 48px;
  display: grid;
}

.nav-outer-link {
  cursor: pointer;
  flex: 0 auto;
  align-self: auto;
  text-decoration: none;
  display: block;
}

.nav-menu-light {
  display: flex;
}

.navigation {
  background-color: #0000;
}

.navbar-component {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #f0f0f0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-drop-list {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--border-color);
  background-color: var(--shadow-bg);
  flex-direction: column;
  width: 210px;
  padding-top: 4px;
  padding-bottom: 4px;
  inset: 83px auto auto -30%;
  overflow: hidden;
}

.home-drop-list.mega {
  width: 640px;
  padding: 0 20px;
  left: auto;
  right: 20px;
}

.home-drop-list.mega.w--open {
  width: 635px;
  display: flex;
  right: -50px;
}

.home-drop-list.white-bg.contact, .home-drop-list.white-bg.pricing {
  left: -50%;
}

.home-drop-list.white-bg.blog {
  left: -70%;
}

.home-drop-item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-bottom: 1px solid var(--border-color);
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  display: flex;
}

.home-drop-item.opc {
  border-bottom-color: var(--border-color);
  justify-content: flex-start;
}

.home-drop-item.opc.m-mega {
  border-right: 1px solid var(--border-color);
  border-bottom-style: none;
  width: 200px;
  padding-left: 0;
  padding-right: 0;
}

.home-drop-item.opc.m-mega.middle {
  padding-left: 20px;
}

.home-drop-item.opc.m-mega.middle.last-2 {
  border-bottom-style: none;
  border-right-style: none;
}

.home-drop-item.opc.middle {
  padding-left: 20px;
}

.home-drop-item.opc.middle.mega, .home-drop-item.opc.last {
  border-bottom-style: none;
}

.drop-item-link {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Instrumentsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.nav-link {
  color: var(--black);
  text-align: center;
  align-items: center;
  padding: 20px 15px;
  display: flex;
}

.nav-link.body-02.op70 {
  padding-top: 29.5px;
  padding-bottom: 29.5px;
}

.drop-icon {
  width: 32px;
  height: 32px;
}

.log-infos {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-down-arrow {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.items-wrap {
  border-bottom: 1px solid var(--border-color);
  display: flex;
}

.items-wrap.last {
  border-bottom-style: none;
}

.nav-try-text {
  text-align: center;
  font-family: Interdisplay, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.bg-01 {
  z-index: 1;
  border-bottom: 1px solid var(--border-color);
  width: 100%;
  height: 40%;
  display: flex;
  position: absolute;
}

.bg-01._01 {
  background-color: var(--white);
  border-bottom-style: none;
  height: 65%;
}

.bg-01.h-2 {
  border-bottom-style: none;
  height: 136px;
}

.bg-01.h-22 {
  border-top: 1px solid var(--border-color);
  height: 136px;
  margin-top: 276px;
}

.bg-01._01--ab {
  background-color: var(--white);
  border-bottom-style: none;
  height: 65%;
}

.bg-01.pr01 {
  border-bottom-style: none;
  height: 120px;
}

.style-heading {
  width: 100%;
  max-width: 656px;
  margin-left: auto;
  margin-right: auto;
}

.bg01-left {
  background-color: var(--white);
  width: 50%;
  height: 100%;
}

.bg01-left._01 {
  height: 122px;
}

.bg01-right {
  background-color: var(--shadow-bg);
  width: 50%;
  height: 100%;
}

.bg01-right._01 {
  height: 122px;
}

.bg01-right._01--ab {
  height: 130px;
}

.bg01-right.prr-1 {
  border-bottom: 1px solid var(--border-color);
}

.bg-02 {
  width: 100%;
  height: 140px;
  display: flex;
  position: absolute;
  inset: 140px auto auto 0%;
}

.bg-02._01 {
  background-color: var(--white);
  height: 122px;
  inset: auto auto 0% 0%;
}

.bg-02.styl {
  height: 100%;
  inset: auto auto 0% 0%;
}

.bg-02.h-2 {
  height: 120px;
  inset: auto auto 0% 0%;
}

.bg-02._01---ab {
  background-color: var(--white);
  height: 130px;
  inset: auto auto 0% 0%;
}

.bg-02.pr2 {
  height: 160px;
  top: 160px;
}

.bg-02.pr-03 {
  border-bottom: 1px solid var(--border-color);
  height: 160px;
  top: 320px;
}

.bg-02.pr-4 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 240px;
  inset: auto auto 0% 0%;
}

.bg02-left {
  background-color: var(--shadow-bg);
  width: 50%;
  height: 100%;
}

.bg02-left._01 {
  height: 122px;
}

.bg02-left._01-ab {
  height: 130px;
}

.bg02-right {
  background-color: var(--white);
  width: 50%;
  height: 100%;
}

.bg02-right.h-2 {
  background-color: var(--shadow-bg);
}

.bg02-right.prr-4 {
  border-top: 1px solid var(--border-color);
  height: 132px;
}

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

.form-group {
  width: 100%;
  max-width: 380px;
  height: 48px;
  display: flex;
  position: relative;
}

.footer-email {
  color: var(--black);
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 11px;
  padding-left: 44px;
  padding-right: 13px;
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer-email::placeholder {
  color: #a9a9a9;
  font-size: 14px;
  line-height: 22px;
}

.envelop-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 16px;
}

.license-hero-content {
  z-index: 10;
  background-color: var(--white);
  text-align: center;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.license-hero {
  border-bottom: 1px solid #f0f0f0;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.licenses {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.license-item {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 20px;
  display: flex;
}

.licenses-title {
  margin-top: 0;
  margin-bottom: 0;
}

.licenses-text {
  margin-top: 28px;
  margin-bottom: 18px;
}

.licenses-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.licenses-link.sub-heading-05:hover {
  opacity: .7;
}

.licens-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.changelog {
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 200px;
  display: flex;
}

.changelog-content {
  text-align: center;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.changelog-title {
  margin-top: 0;
  margin-bottom: 0;
}

.changelog-version {
  background-color: var(--shadow-bg);
  margin-top: 64px;
  padding: 64px 20px;
}

.changelog-v-title {
  margin-top: 0;
  margin-bottom: 0;
}

.changelog-v-text {
  margin-top: 12px;
}

.contact-hero-01 {
  border-bottom: 1px solid #f0f0f0;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-01 {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.contact-content {
  background-color: var(--shadow-bg);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-content._03 {
  background-color: var(--white);
  margin-bottom: 64px;
  display: block;
}

.contact-addreses-01 {
  color: var(--black);
  width: 100%;
  padding: 32px;
}

.address-item-title {
  margin-top: 28px;
  margin-bottom: 10px;
}

.address-item-text {
  margin-bottom: 40px;
}

.form-block-01 {
  border: 1px solid var(--border-color);
  background-color: var(--shadow-bg);
  margin-bottom: 0;
  padding: 48px;
}

.form-block-01._02 {
  background-color: #0f0f0f;
  border: 1px solid #1a1a1a;
  width: 100%;
  max-width: 536px;
  padding: 40px;
}

.form-block-01._03 {
  border: 1px solid var(--border-color);
  padding: 40px;
}

.form-head-01 {
  margin-bottom: 32px;
}

.form-head-01._02 {
  margin-bottom: 20px;
}

.form-head-01._03 {
  margin-bottom: 24px;
}

.form-head-title-01 {
  margin-top: 0;
  margin-bottom: 0;
}

.form-head-title-01._02 {
  color: var(--white);
  font-family: Instrumentsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.form-group-01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-group-01._02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.form-group-01._03 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
}

.form-group-01._04 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.form-group-01._05 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
}

.form-group-01._06 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.form-field-01 {
  border: 1px solid var(--border-color);
  background-color: var(--white);
  color: var(--black);
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 22px;
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form-field-01::placeholder {
  color: #6f6f7299;
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form-field-01._01 {
  padding-left: 58px;
}

.form-field-01._011 {
  height: 200px;
  padding-top: 18px;
  padding-left: 58px;
}

.form-field-01._02 {
  background-color: var(--black);
  color: var(--white);
  border-style: none;
  border-width: 1px;
  height: 52px;
  padding-left: 52px;
}

.form-field-01._02::placeholder {
  color: #a6a6a799;
}

.form-field-01._02.dropdown {
  border: 1px solid var(--black);
  color: #646464;
  border-radius: 1px;
  padding-top: 14px;
  padding-left: 48px;
}

.form-field-01._022 {
  background-color: var(--black);
  color: var(--white);
  border-style: none;
  height: 190px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 52px;
}

.form-field-01._022::placeholder {
  color: #a6a6a799;
}

.form-field-01._03 {
  background-color: var(--white);
  border-style: none;
  height: 52px;
  padding-left: 52px;
}

.form-field-01._03::placeholder {
  color: #a6a6a799;
}

.form-field-01._033 {
  height: 180px;
  padding-top: 20px;
  padding-left: 54px;
}

.form-field-01._04 {
  background-color: var(--white);
  border-style: none;
  height: 52px;
  padding-left: 52px;
}

.form-field-01._04::placeholder {
  color: #0009;
}

.form-field-01._05 {
  height: 52px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.form-field-01._05::placeholder {
  color: #0009;
}

.field-group-01 {
  width: 100%;
  position: relative;
}

.f-envelope {
  position: absolute;
  inset: 16px auto 16px 22px;
}

.f-envelope._01 {
  top: 18px;
}

.f-envelope._02 {
  width: 24px;
  height: 24px;
  top: 14px;
  bottom: 14px;
  left: 16px;
}

.f-envelope._022 {
  top: 14px;
  left: 16px;
}

.f-envelope._033 {
  top: 20px;
  left: 24px;
}

.contact-01-hero-content {
  z-index: 10;
  background-color: var(--white);
  text-align: center;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.contact-form-01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.contact-form-01._02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.contact-form-01._03 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.submit-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.submit-wrap._02 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.submit-wrap._03 {
  margin-top: 14px;
  margin-bottom: 12px;
}

.chkbox {
  background-color: var(--white);
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.chckwrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.chklabel {
  margin-bottom: 0;
}

.contact-02 {
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.contact-content-02 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-left-02 {
  align-self: auto;
  width: 100%;
  max-width: 470px;
}

.contact-text-02 {
  color: #a6a6a7;
  width: 100%;
  max-width: 450px;
  margin-top: 18px;
  margin-bottom: 36px;
}

.contact-text-02.body-01 {
  margin-bottom: 200px;
}

.contact-users-02 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-avatar {
  width: 64px;
  height: 64px;
}

.ct-user-name {
  margin-top: 0;
  margin-bottom: 4px;
}

.ct-user-role {
  color: #fffc;
}

.ct-user-role.body-02.blg {
  color: #000c;
  font-size: 14px;
  line-height: 22px;
}

.submi-text {
  color: #a6a6a799;
}

.location {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 64px;
  display: flex;
}

.location-content {
  text-align: center;
  width: 100%;
  max-width: 582px;
  margin-left: auto;
  margin-right: auto;
}

.location-title {
  width: 100%;
  max-width: 582px;
  margin-top: 0;
  margin-bottom: 0;
}

.location-maps {
  width: 100%;
  height: 576px;
  margin-bottom: 160px;
}

.map-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.faq-answers {
  overflow: hidden;
}

.question-title-02 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrumentsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.question-title-02.ab-01 {
  font-size: 17px;
}

.faq-question-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-question-left.ab-left {
  width: 200px;
}

.faq-body {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faqs-title {
  text-align: center;
  width: 100%;
  max-width: 736px;
  margin: 0 auto;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faqs-content._02 {
  justify-content: space-between;
  display: flex;
}

.faqs-qa {
  color: #000;
  border-bottom: 1px solid #222b271a;
  padding: 28px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  overflow: hidden;
}

.faqs-qa._01 {
  border-top: 1px solid var(--border-color);
}

.faqs-qa.ab-01 {
  border-top: 1px solid var(--border-color);
  padding-top: 23px;
  padding-bottom: 23px;
}

.faqs-qa.ab-faq {
  border-right: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  border-bottom-color: var(--border-color);
  padding: 23px 24px 23px 32px;
}

.faqs-qa.ab-faq._02 {
  background-color: var(--shadow-bg);
}

.faq-answer-text {
  color: var(--black);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 70px;
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.faq-body-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 720px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.faq-body-wrap._02 {
  max-width: 600px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faqs {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.contact-title-03 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-03 {
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 160px;
  display: flex;
}

.location-03 {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.location-content-03 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.location-infos {
  width: 100%;
  max-width: 451px;
}

.location-thumbs {
  width: 100%;
  max-width: 530px;
  height: 540px;
  overflow: hidden;
}

.location-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.location-head-03 {
  margin-bottom: 40px;
}

.location-title-03 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 6px;
}

.location-sub-text-03 {
  width: 100%;
  max-width: 440px;
  margin-top: 20px;
}

.location-body-03 {
  width: 100%;
  max-width: 432px;
  padding-bottom: 28px;
}

.location-body-03._01 {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 28px;
}

.body-title-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.location-icon {
  width: 24px;
  height: auto;
}

.location-body-title {
  margin-top: -7px;
}

.location-body-text {
  margin-top: 16px;
}

.plus-minus {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
}

.plus {
  background-color: #222b27;
  flex: none;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.minus {
  background-color: #222b27;
  flex: none;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.login {
  justify-content: center;
  padding-top: 100px;
  display: flex;
}

.login-contents {
  border: 1px solid var(--border-color);
  background-color: var(--shadow-bg);
  width: 100%;
  max-width: 517px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
}

.login-head {
  text-align: center;
  margin-bottom: 22px;
}

.login-head._01 {
  margin-bottom: 46px;
}

.via-google {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #f0f0f0;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.via-google-icon {
  width: 20px;
  height: 20px;
}

.divider {
  background-color: #e9e9e9;
  width: 100%;
  height: 1px;
  margin-bottom: 37px;
  position: relative;
}

.divider-text {
  background-color: var(--shadow-bg);
  color: var(--black);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  inset: -10px auto auto 50%;
  transform: translate(-50%);
}

.forgot-link {
  color: var(--black);
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.signup {
  justify-content: center;
  padding-top: 100px;
  display: flex;
}

.reset-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrumentsans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.aditional-infos {
  justify-content: space-between;
  display: flex;
}

.aditional-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.aditional-info._01 {
  border-right-style: none;
}

.additional-info-img {
  width: 56px;
  height: 56px;
}

.ad-info-sub-text {
  margin-top: 4px;
}

.blog-01 {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
}

.blog-title-01 {
  color: var(--black);
  text-align: center;
  width: 100%;
  max-width: 656px;
  margin: 0 auto;
}

.project-thumbs {
  width: 100%;
  max-width: 1360px;
  height: 661px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.project-details {
  justify-content: center;
  width: 100%;
  margin-top: -350px;
  display: flex;
}

.details-content {
  border: 1px solid var(--border-color);
  background-color: var(--shadow-bg);
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px;
}

.date-time-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-tag {
  color: var(--black);
  letter-spacing: .48px;
  text-transform: uppercase;
  background-color: #f6e2c2;
  border-radius: 6px;
  padding: 3px 12px;
  font-family: Interdisplay, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.blog-tag.d {
  background-color: #d6fdd5;
}

.blog-tag.dev {
  background-color: #fadada;
}

.blog-tag.tech {
  background-color: #d5effd;
}

.blog-tag.bt_cloudcomputing {
  background-color: var(--pink);
}

.blog-tag.bt_algorithm {
  background-color: var(--teal);
}

.blog-tag.bt_blockchain {
  background-color: var(--orange);
}

.blog-tag.bt_frontend {
  background-color: var(--purple);
}

.blog-single-title {
  color: #000;
  letter-spacing: -.48px;
  width: 100%;
  max-width: 820px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Instrumentsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.ct-user-role-02 {
  color: #000c;
}

.details-head {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 56px;
}

.blog-list-01 {
  justify-content: space-between;
  margin-top: 64px;
  display: flex;
}

.blog-item-01 {
  border: 1px solid var(--border-color);
  background-color: var(--white);
  width: 100%;
  padding: 24px 24px 32px;
}

.blog-item-01._01 {
  border-right-style: none;
}

.blog-thumb-01 {
  width: 100%;
  height: 339px;
  overflow: hidden;
}

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

.blog-body-01 {
  margin-top: 32px;
}

.blog-date-time-01 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-date-01 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-date-icon {
  width: 18px;
  height: 18px;
}

.blog-date-text {
  color: #191919;
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.blog-date-text._03 {
  color: #a6a6a7;
  letter-spacing: .56px;
  text-transform: uppercase;
  font-family: Eudoxussans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.blog-date-text.h-03 {
  color: #0009;
  letter-spacing: .56px;
  text-transform: uppercase;
  font-family: Eudoxussans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.blog-item-title-01 {
  color: #000;
  margin-top: 14px;
  margin-bottom: 12px;
  font-family: Instrumentsans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.blog-item-text-01 {
  margin-bottom: 28px;
}

.blog-link {
  width: 100%;
  text-decoration: none;
}

.blog-02 {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.blog-02.h-01 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-list-02 {
  flex-flow: column;
  justify-content: space-between;
  margin-top: 64px;
  display: flex;
}

.blog-item-02 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  border: 1px solid var(--border-color);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.blog-item-02.b2-01 {
  border-bottom-style: none;
}

.blog-item-02.b2-02 {
  background-color: var(--shadow-bg);
  border-bottom-style: none;
}

.blog-content-02 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.blog-thumb-02 {
  width: 100%;
  max-width: 376px;
  height: 276px;
  overflow: hidden;
}

.blog-body-02 {
  margin-top: 0;
}

.blog-item-text-02 {
  color: #000;
  width: 100%;
  max-width: 546px;
  margin-bottom: 28px;
  font-family: Interdisplay, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.blog-03 {
  justify-content: center;
  display: flex;
}

.blog-03.black-bg {
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-03.home02 {
  padding-bottom: 160px;
}

.blog-title-03 {
  width: 100%;
  max-width: 562px;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-list-03 {
  justify-content: flex-start;
  margin-top: 64px;
  display: flex;
}

.blog-item-03 {
  background-color: var(--black);
  border: 1px solid #1a1a1a;
  width: 100%;
  padding: 24px;
}

.blog-item-03.h-02 {
  border-color: var(--border-color);
  background-color: var(--white);
}

.blog-left-03 {
  width: 100%;
  max-width: 590px;
}

.blog-right-03 {
  width: 100%;
  max-width: 610px;
}

.right-item-03 {
  border: 1px solid #1a1a1a;
  border-left-style: none;
  padding: 36px 108px 36px 40px;
}

.right-item-03._01 {
  background-color: #1a1a1a;
  border-bottom-style: none;
}

.right-item-03._03 {
  background-color: #1a1a1a;
  border-top-style: none;
}

.right-item-03.h-01 {
  border-top-color: var(--border-color);
  border-right-color: var(--border-color);
  border-bottom-style: none;
  border-left-color: var(--border-color);
  background-color: var(--shadow-bg);
}

.right-item-03.h-03 {
  border-color: var(--border-color);
  background-color: var(--shadow-bg);
  border-top-style: none;
  border-bottom-style: solid;
  border-left-style: none;
}

.right-item-03.h-02 {
  border-color: var(--border-color);
}

.right-item-title-03 {
  margin-top: 12px;
  margin-bottom: 24px;
}

.left-item-text-03 {
  color: #a6a6a7;
  margin-bottom: 28px;
}

.blog-thumb-03 {
  width: 100%;
  height: 394px;
  overflow: hidden;
}

.blog-04 {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.blog-list-04 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 64px;
  display: grid;
}

.blog-item-04 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--border-color);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  display: flex;
}

.blog-item-04.b1 {
  border-bottom-style: none;
  border-right-style: none;
}

.blog-item-04.b1.sb1 {
  border-bottom-style: solid;
}

.blog-item-04.b2 {
  border-bottom-style: none;
  border-right-style: none;
}

.blog-item-04.b2.sb2 {
  border-bottom-style: solid;
}

.blog-item-04.b3 {
  border-bottom-style: none;
}

.blog-item-04.b4, .blog-item-04.b5 {
  border-right-style: none;
}

.blog-thumb-04 {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.blog-body-04 {
  margin-top: 24px;
}

.blog-content-04 {
  width: 100%;
}

.blogs-item-title-04 {
  margin-top: 12px;
  margin-bottom: 28px;
}

.blogs-item-title-04.sub-heading-02.black-text {
  width: 100%;
  max-width: 436px;
  margin-bottom: 24px;
}

.blog-06 {
  justify-content: center;
  padding-top: 120px;
  display: flex;
}

.blog-content-06 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-infos {
  width: 100%;
  max-width: 470px;
}

.blog-info-title {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-info-text {
  margin-top: 18px;
  margin-bottom: 32px;
}

.blog-socials {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.blog-item-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--border-color);
  background-color: var(--shadow-bg);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 528px;
  padding: 24px;
  display: flex;
}

.blog-owners {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero {
  border-bottom: 1px solid #f0f0f0;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-bg-01 {
  z-index: 1;
  border-bottom: 1px solid var(--border-color);
  width: 100%;
  height: 140px;
  display: flex;
  position: absolute;
}

.hero-content {
  z-index: 10;
  background-color: var(--white);
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  width: 100%;
  position: relative;
}

.hero-bg-02 {
  border-bottom: 1px solid var(--border-color);
  width: 100%;
  height: 140px;
  display: flex;
}

.hero-bg-02._02 {
  border-top: 1px solid var(--border-color);
  border-bottom-style: none;
}

.hero-bg-02-left {
  width: 100%;
  max-width: 600px;
  height: 100%;
}

.hero-bg-02-box1 {
  border-right: 1px solid var(--border-color);
  background-color: var(--shadow-bg);
  width: 120px;
  height: 100%;
}

.hero-bg-02-box1._02 {
  border-left: 1px solid var(--border-color);
  border-right-style: solid;
  width: 143px;
  margin-left: auto;
}

.hero-bg-02-box2 {
  border-right: 1px solid var(--border-color);
  background-color: var(--shadow-bg);
  width: 143px;
  height: 100%;
}

.hero-bg-02-box2._02 {
  border-left: 1px solid var(--border-color);
  width: 120px;
  margin-left: auto;
}

.hero-infos {
  display: flex;
}

.hero-info-wrap {
  border-right: 1px solid var(--border-color);
  width: 100%;
  max-width: 592px;
  padding: 60px 60px 70px 70px;
}

.hero-info-text {
  margin-top: 18px;
  margin-bottom: 38px;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-raw-info {
  width: 100%;
  max-width: 470px;
}

.hero-thumbs {
  flex: 0 auto;
  width: 100%;
  max-width: 600px;
  padding-top: 70px;
  display: flex;
}

.hero-bgs-wrap {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 143px;
  display: flex;
}

.hero-bgs-01 {
  height: 140px;
}

.hero-bgs-01._02 {
  border-top: 1px solid var(--border-color);
  background-color: var(--shadow-bg);
}

.hero-bgs-01._01 {
  border-bottom: 1px solid var(--border-color);
}

.hero-thumbb {
  width: 100%;
  max-width: 457px;
  height: 540px;
}

.hero-thumb-img {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: static;
}

.bg-03 {
  width: 100%;
  height: 140px;
  display: flex;
  position: absolute;
  inset: auto auto 140px 0%;
}

.bg-04 {
  width: 100%;
  height: 140px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.partners {
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 150px;
  display: flex;
}

.partner-list {
  grid-column-gap: 33.35px;
  grid-row-gap: 33.35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 12px;
  display: grid;
}

.partner-title-text {
  text-align: center;
  width: 100%;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
}

.features {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.feature-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.feature-title.heading-03.black-text {
  width: 100%;
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
}

.fetures-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.feature-item {
  border: 1px solid var(--border-color);
  background-color: var(--white);
  width: 100%;
  padding: 32px;
}

.feature-item._02 {
  background-color: var(--shadow-bg);
  border-right-style: none;
}

.feature-item._01 {
  border-right-style: none;
}

.feature-icon {
  width: 48px;
  height: 48px;
}

.feature-item-title-03 {
  margin-top: 32px;
  margin-bottom: 0;
}

.text-block {
  width: 100%;
  max-width: 280px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.text-block.body-02.black-text {
  text-align: left;
  margin-bottom: 0;
}

.content-01 {
  justify-content: center;
  padding-bottom: 168px;
  display: flex;
}

.content-item {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-info-01 {
  width: 100%;
  max-width: 533px;
}

.content-video-01 {
  width: 100%;
  max-width: 567px;
  height: 464px;
  position: relative;
  overflow: hidden;
}

.content-text-01 {
  width: 100%;
  max-width: 460px;
  margin-top: 18px;
  margin-bottom: 36px;
}

.content-items-01 {
  width: 100%;
  max-width: 459px;
  margin-top: 16px;
}

.content-items-01._01 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 38px;
  display: flex;
}

.content-info-item-01 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--border-color);
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.content-info-item-01._01 {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.tick-mark---ct01 {
  width: 24px;
  height: 24px;
}

.video-thumb-ct01 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lightbox-btn-01 {
  width: 191px;
  height: 48px;
  position: absolute;
  inset: auto auto 24px 24px;
}

.content-01-tab-menu {
  z-index: 99;
  background-color: var(--shadow-bg);
  justify-content: center;
  width: 100%;
  max-width: 332px;
  height: 52px;
  padding: 6px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tab-ct01 {
  background-color: var(--shadow-bg);
  color: #0009;
  padding: 9px 28px;
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.tab-ct01.w--current {
  background-color: var(--white);
  color: var(--black);
}

.content-02 {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.content-02.ab {
  padding-top: 160px;
  padding-bottom: 120px;
}

.content-title-02 {
  text-align: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.list-content-02 {
  grid-column-gap: 174px;
  grid-row-gap: 174px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 884px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.list-item-02 {
  text-align: center;
}

.item-text-ct02 {
  color: var(--black);
  margin-top: 10px;
  font-family: Interdisplay, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.features-01 {
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.features-content-01 {
  justify-content: space-between;
  display: flex;
}

.feature-title-01 {
  text-align: left;
  width: 100%;
  max-width: 493px;
  margin-top: 0;
  margin-bottom: 0;
}

.feature-list-01 {
  width: 100%;
  max-width: 590px;
}

.feature-item-01 {
  background-color: #0f0f0f;
  border: 1px solid #1a1a1a;
  padding: 32px;
}

.feature-item-01._01, .feature-item-01._02 {
  border-bottom-style: none;
}

.item-bulles-01 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.item-bullet-text {
  background-color: #1c1c1c;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.item-bullet-count {
  flex: none;
  width: 48px;
  height: 48px;
}

.feature-item-body-01 {
  padding-left: 72px;
}

.item-text-f01 {
  color: #a6a6a7;
  width: 100%;
  max-width: 415px;
  margin-top: 18px;
  margin-bottom: 28px;
}

.faqs-title-02 {
  text-align: left;
  width: 100%;
  max-width: 446px;
  margin-top: 0;
  margin-bottom: 0;
}

.content-03 {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.content-item-03 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-item-03._02 {
  margin-top: 160px;
}

.item-thumbs-03 {
  width: 100%;
  max-width: 500px;
  height: 484px;
}

.item-thumb-img-03 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.item-info-03 {
  width: 100%;
  max-width: 600px;
}

.item-info-text-03 {
  color: #20212499;
  letter-spacing: .56px;
}

.item-info-title-03 {
  width: 100%;
  max-width: 540px;
  margin-top: 16px;
  margin-bottom: 36px;
}

.item-info-title-03.heading-04.black-text {
  max-width: 482px;
}

.item-aditions-03 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--border-color);
  background-color: #f4f4f4;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 26px 24px;
  display: flex;
}

.item-info-profile {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.item-adition-text {
  color: #01001a;
  font-family: Interdisplay, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.item-addtion-name {
  color: #01001a;
  margin-top: 8px;
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.testimonials {
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 120px;
  display: flex;
}

.testimonials.black-bg {
  padding-left: 80px;
}

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

.testimonial-content {
  justify-content: space-between;
  display: flex;
}

.testimonial-infos {
  flex: none;
  width: 100%;
  max-width: 440px;
}

.testimonial-infos.black-bg {
  z-index: 99;
  position: relative;
}

.testimonial-infos.black-bgs {
  z-index: 99;
  background-color: var(--white);
  position: relative;
}

.testimonial-slider-wrap {
  width: 100%;
  position: relative;
}

.testimonial-slider-02 {
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

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

.testimonial-title {
  width: 100%;
  max-width: 340px;
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-container {
  width: 100%;
  max-width: 1440px;
  position: relative;
  overflow: hidden;
}

.testimonial-item {
  background-color: #0f0f0f;
  border: 1px solid #1a1a1a;
  width: 100%;
  padding: 32px;
}

.testimonial-item._02 {
  background-color: var(--black);
  border-left-style: none;
  border-right-style: none;
}

.testimonial-logo {
  width: 93px;
  height: 45px;
}

.testimonial-text {
  color: #c4c4c9;
  width: 100%;
  max-width: 260px;
  margin-top: 16px;
  margin-bottom: 32px;
  font-family: Interdisplay, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.testimonial-owners {
  justify-content: space-between;
  display: flex;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
}

.testimonial-name {
  color: #fff;
  margin-bottom: 2px;
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.testimonial-name._02 {
  color: var(--black);
}

.testimonial-role {
  color: #fffc;
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.testimonial-role.t-02 {
  color: #000c;
}

.mask {
  width: 100%;
  max-width: 337px;
  height: 100%;
  overflow: visible;
}

.owners-t {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-arrow {
  z-index: 9999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  inset: auto auto 0% -440px;
}

.testimonial-arrow.right {
  left: -383px;
}

.testimonial-arrow._01 {
  background-color: var(--black);
}

.testimonial-arrow._01-t {
  background-color: var(--black);
  inset: 90px 0% auto auto;
}

.testimonial-arrow._01-t.left {
  right: 57px;
}

.arrow-icon-t {
  width: 24px;
  height: 24px;
}

.shadow-bg {
  z-index: 99;
  width: 100%;
  max-width: 201px;
  height: 459px;
  position: absolute;
  inset: -22% -50px auto auto;
}

.shadow-bg._01 {
  display: none;
}

.home-title-02 {
  margin-top: 0;
  margin-bottom: 36px;
}

.home-02 {
  border-bottom: 1px solid #f0f0f0;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-thumbs {
  z-index: 10;
  background-color: var(--white);
  text-align: center;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  width: 100%;
  height: 650px;
  position: relative;
}

.home-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-partners {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.content-04 {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.content-04.ab {
  padding-top: 0;
}

.conten-title-04 {
  text-align: center;
  width: 100%;
  max-width: 582px;
  margin: 0 auto;
}

.content-item-04 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--border-color);
  background-color: var(--shadow-bg);
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.content-item-04.ab {
  margin-top: 0;
}

.features-02 {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.features-list-02 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.features-titlte-02 {
  width: 100%;
  max-width: 536px;
  margin-top: 0;
  margin-bottom: 0;
}

.feature-item-img {
  width: 28px;
  height: 28px;
}

.feature-item-text-02 {
  margin-bottom: 32px;
}

.item-title-f02 {
  margin-top: 26px;
  margin-bottom: 12px;
}

.testimonial-02 {
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.testimonial-titlte-02 {
  text-align: center;
  width: 100%;
  max-width: 582px;
  margin: 0 auto;
}

.testimonial-sliders-02 {
  width: 100%;
  max-width: 719px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimnav {
  display: none;
}

.testimonial-mask-02 {
  width: 100%;
  max-width: 633px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sl-item {
  background-color: #0f0f0f;
  border: 1px solid #1a1a1a;
  width: 100%;
  max-width: 633px;
  padding: 32px;
}

.sl-item._02 {
  background-color: var(--shadow-bg);
  border-style: none;
}

.sl-text {
  color: var(--white);
  margin-bottom: 28px;
  font-family: Interdisplay, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.sl-text._02 {
  color: var(--black);
}

.testimonial-slideer-02 {
  background-color: var(--black);
  width: 100%;
  max-width: 663px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slideer-02._02 {
  z-index: 1;
  border: 1px solid var(--border-color);
  background-color: var(--shadow-bg);
}

.plate-div {
  background-color: #0f0f0f;
  border: 1px solid #1a1a1a;
  width: 100%;
  max-width: 719px;
  height: 216px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.plate-div._02 {
  border-color: var(--border-color);
  background-color: var(--shadow-bg);
}

.arrow-t02 {
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  right: -88px;
}

.arrow-t02.left {
  left: -88px;
  right: auto;
}

.content-05 {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.conten-title-05 {
  text-align: left;
  width: 100%;
  max-width: 536px;
  margin-top: 0;
  margin-bottom: 0;
}

.content-list-05 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.content-item-05 {
  z-index: 9;
  width: 100%;
  height: 419px;
  position: relative;
  overflow: hidden;
}

.content-info-05 {
  background-color: var(--lemon);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 24px 32px 32px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, 339px);
}

.content-info-05._02 {
  background-color: var(--purple);
}

.content-info-05._03 {
  background-color: var(--brown);
}

.info-titles-05 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info-bullet-05 {
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
}

.info-title-05 {
  color: #101010;
  margin-top: 0;
  margin-bottom: 0;
}

.content-thumb-05 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.info-text-05 {
  opacity: 0;
  color: #101010;
  margin-top: 14px;
  margin-bottom: 20px;
}

.blog-title-h02 {
  text-align: center;
  width: 100%;
  max-width: 582px;
  margin: 0 auto;
}

.left-item-text-h3 {
  margin-bottom: 28px;
}

.home-03 {
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.home-03.black-bg {
  background-image: url('../images/Rectangle-41184.png'), url('../images/Group-1000019241.png');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.home-content-03 {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-thumbs-03 {
  width: 100%;
  max-width: 520px;
  height: 578px;
}

.home-info-03 {
  width: 100%;
  max-width: 470px;
}

.home-thumb-03 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-info-title-03 {
  margin-top: 0;
  margin-bottom: 0;
}

.home-info-text-03 {
  margin-top: 18px;
  margin-bottom: 38px;
}

.testimonial-iteem {
  border: 1px solid var(--border-color);
  background-color: var(--white);
  width: 100%;
  padding: 32px;
}

.testimonial-iteem._03-h {
  background-color: var(--shadow-bg);
  border-left-style: none;
  border-right-style: none;
}

.testimonial-logoo {
  width: 48px;
  height: 48px;
}

.masks {
  width: 100%;
  max-width: 374px;
  height: 100%;
  overflow: visible;
}

.testimonial-texts {
  color: var(--black);
  width: 100%;
  max-width: 280px;
  margin-top: 12px;
  margin-bottom: 32px;
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.testimonial-item-title {
  margin-top: 32px;
}

.content-iteem-05 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--border-color);
  background-color: var(--lemon);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.content-iteem-05.h-03 {
  background-color: var(--purple);
  padding-left: 100px;
}

.content-iteem-05._01 {
  margin-top: 64px;
}

.testimonial-03 {
  justify-content: center;
  padding-bottom: 60px;
  display: flex;
}

.testimonial-content-03 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-info-03 {
  width: 100%;
  max-width: 580px;
}

.testimonial-avatar-wrap {
  width: 100%;
  max-width: 480px;
  height: 480px;
}

.testimonial-avatar-03 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-icon-03 {
  width: 100%;
  max-width: 190px;
  height: 72px;
}

.testimonial-text-03 {
  color: var(--black);
  letter-spacing: -.26px;
  width: 100%;
  max-width: 580px;
  margin-top: 14px;
  margin-bottom: 28px;
  font-family: Interdisplay, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}

.avatars-03 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.avatar-03 {
  width: 48px;
  height: 48px;
}

.avatar-03.active {
  width: 64px;
  height: 64px;
}

.testimonal-name {
  font-size: 20px;
  font-weight: 600;
}

.testimonial-role-03 {
  color: #0009;
  font-size: 16px;
  font-weight: 400;
}

.testimonial-wrap-03 {
  position: relative;
}

.testimonial-title-03 {
  width: 100%;
  max-width: 493px;
  margin-top: 0;
  margin-bottom: 64px;
}

.testimonial-slider-03 {
  background-color: var(--white);
  height: 100%;
  position: static;
}

.testimonial-slideer-03 {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.about-sub-text {
  color: #141414;
  width: 100%;
  max-width: 491px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}

.about-gelleray {
  justify-content: center;
  display: flex;
}

.gellery-container {
  width: 100%;
  max-width: 1440px;
}

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

.gellary-item {
  width: 25%;
  height: 455px;
}

.gellary-item._02 {
  width: 50%;
}

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

.teams {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.teams-title {
  text-align: center;
  width: 100%;
  max-width: 582px;
  margin: 0 auto;
}

.teams-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.teams-item {
  border: 1px solid var(--border-color);
  width: 100%;
  padding: 48px 32px 32px;
  position: relative;
}

.teams-item._01 {
  background-color: var(--shadow-bg);
  border-bottom-style: none;
}

.teams-item._02 {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.teams-item._03 {
  background-color: var(--shadow-bg);
  border-bottom-style: none;
}

.teams-item._05 {
  background-color: var(--shadow-bg);
  border-left-style: none;
  border-right-style: none;
}

.team-profile {
  width: 100%;
  height: 100%;
}

.teams-infos {
  margin-top: 40px;
}

.teams-role {
  color: #202124;
}

.teams-name {
  margin-top: 7px;
}

.team-profile-wrap {
  width: 160px;
  max-width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
}

.team-social {
  width: 34px;
  height: 34px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.team-social-icon {
  width: 100%;
  height: 100%;
}

.location-02 {
  justify-content: center;
  padding-bottom: 180px;
  display: flex;
}

.location-content-02 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.location-info-02 {
  width: 100%;
  max-width: 516px;
}

.location-map-02 {
  width: 100%;
  max-width: 664px;
  height: 340px;
}

.location-map-img-02 {
  width: 100%;
  height: 100%;
}

.location-text-02 {
  width: 100%;
  max-width: 432px;
  margin-top: 18px;
  margin-bottom: 38px;
}

.additional-info---faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  display: flex;
}

.timeline---addition {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.briefcase---timeline {
  width: 20px;
  height: 20px;
}

.timeline-text {
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.faq-right-arrow {
  width: 6.78px;
}

.pricing-01-card {
  border: 1px solid var(--border-color);
}

.pricing-01-card._01 {
  border-bottom-style: none;
  border-left-style: none;
}

.pricing-01-card._01.single {
  border-left-style: none;
  border-right-style: none;
}

.pricing-01-card._02 {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.pricing-01-card._03 {
  border-bottom-style: none;
  border-right-style: none;
}

.pricing-01-tab-link {
  background-color: var(--shadow-bg);
  color: var(--black);
  text-align: center;
  padding: 4px 14px;
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
}

.pricing-01-tab-link.w--current {
  color: #fff;
  background-color: #111;
}

.pricing-01-tabs-menu {
  z-index: 1;
  background-color: var(--shadow-bg);
  padding: 4px;
  position: absolute;
  inset: -117px 70px auto auto;
}

.pricing-hero-01 {
  color: #111;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-hero-01.single {
  border-bottom: 1px solid var(--border-color);
}

.pricing-01-header {
  padding: 32px;
}

.pricing-features-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-features-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 32px;
  display: grid;
}

.pricing-features-list._02 {
  background-color: var(--shadow-bg);
}

.check-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.pricing-01-tab-inner {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-01-tab-inner.single {
  grid-template-columns: 1fr;
}

.pricing-01-tabs {
  margin-top: 80px;
  position: relative;
}

.pricing-title-01 {
  width: 100%;
  max-width: 562px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 70px;
}

.pricing-title-01.heading-01.black-text {
  z-index: 1;
}

.pricing-head-text-01 {
  margin-top: 10px;
  margin-bottom: 24px;
}

.pricing-head-title-01 {
  margin-top: 0;
  margin-bottom: 0;
}

.month-cap {
  color: #000000b3;
}

.pricing-dollar-01.ect {
  margin-top: 30px;
  font-size: 42px;
  line-height: 50px;
}

.pricing-feature-text-01.caption-01 {
  margin-bottom: 6px;
}

.pricing-hero-content-01 {
  z-index: 1;
  border-right: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  background-color: var(--white);
  width: 100%;
  padding-top: 80px;
  position: relative;
}

.compare {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.compare-list {
  margin-top: 64px;
}

.compare-title {
  text-align: center;
  width: 100%;
  max-width: 582px;
  margin: 0 auto;
}

.compare-item {
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 92px;
  padding-left: 40px;
  display: flex;
}

.compare-item.first {
  border-top: 1px solid var(--border-color);
  background-color: var(--shadow-bg);
  height: 88px;
}

.compare-item.prh-first {
  border-style: none;
  border-top-width: 1px;
  border-top-color: var(--border-color);
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  padding-left: 0;
}

.compare-item.prh-first:hover {
  background-color: var(--white);
}

.compare-item.pri-3 {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  height: 72px;
  padding-left: 0;
}

.item-cp {
  border-right: 1px solid var(--border-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  height: 100%;
  display: flex;
}

.item-cp._01 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 420px;
}

.item-cp.p-01 {
  border-right-style: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 360px;
}

.item-cp.pr-02 {
  border-right-style: none;
}

.item-cp.pr-02.pre {
  background-color: var(--shadow-bg);
}

.item-cp.prh-03 {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  max-width: 300px;
  height: auto;
}

.item-cp.prh-03.middle {
  border-left-style: none;
  border-right-style: none;
}

.item-cp.pri-03 {
  max-width: 300px;
}

.item-cp.pri-03.mdl {
  background-color: var(--shadow-bg);
}

.item-cp.pri-03.last {
  border-bottom: 1px solid var(--border-color);
}

.item-cp.prl-01 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
}

.compare-text {
  color: var(--black);
  font-family: Interdisplay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.compare-text.bold {
  font-family: Instrumentsans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.showcase-item {
  padding: 36px 38px 0;
}

.showcase-item._02 {
  background-color: var(--shadow-bg);
}

.showcase-thumb-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

.link-block-c {
  cursor: pointer;
  text-decoration: none;
}

.showcase-item-title {
  color: #101010;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Instrumentsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.showcase-item-title._01 {
  background-color: var(--lemon);
}

.showcase-item-title._02 {
  background-color: var(--purple);
}

.showcase-item-title._03 {
  background-color: var(--brown);
}

.showcase-thumb-wrap {
  width: 100%;
  height: 435px;
  position: relative;
  overflow: hidden;
}

.showcase-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.pricing-switch {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.pricing-switch._02 {
  width: 210px;
  margin-bottom: 0;
  position: absolute;
  inset: -96px 0% auto auto;
}

.pricing-tab-pane {
  cursor: pointer;
  background-color: #1c1c1c;
  border-radius: 50px;
  align-items: center;
  width: 60px;
  height: 32px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.pricing-02 {
  justify-content: center;
  height: 709px;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
}

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

.pricing-list.monthly._01 {
  display: block;
}

.pricing-list.annualy {
  grid-auto-columns: 1fr;
  display: none;
}

.pricing-text-02 {
  color: #a6a6a7;
  text-align: center;
  width: 100%;
  max-width: 480px;
  margin: 18px auto 32px;
}

.pricing-text-02.body-01 {
  margin-left: auto;
  margin-right: auto;
}

.switch-monthly---anually {
  color: var(--white);
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.switch-monthly---anually._02 {
  color: var(--black);
}

.button-big---pricing {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px 0;
  display: flex;
}

.button-big---pricing.black-blue-bg {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.pricing-title-02 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-switch-2 {
  width: 24px;
  height: 24px;
}

.switch-monthly---pricing {
  color: var(--white);
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.switch-monthly---pricing._02 {
  color: var(--black);
}

.pricing-content._02 {
  position: relative;
}

.pricing-02-header {
  background-color: #0f0f0f;
  border: 1px solid #1a1a1a;
  border-bottom-style: none;
  padding: 32px 42px 32px 32px;
}

.pricing-02-header._02 {
  background-color: var(--black);
  border-left-style: none;
  border-right-style: none;
}

.pricing-02-header._04 {
  background-color: var(--black);
  border-left-style: none;
  border-right-style: solid;
}

.pricing-02-header.prc-03 {
  border-top-style: none;
  border-right-style: none;
  border-right-color: var(--border-color);
  border-left-style: none;
  border-left-color: var(--border-color);
  background-color: var(--shadow-bg);
  width: 100%;
  padding: 40px 34px 38px 40px;
}

.pricing-02-header.prc-03.prib {
  background-color: var(--black);
}

.pricing-item-02-icon {
  width: 48px;
  height: 48px;
}

.pricing-item-02-icon.pr01 {
  width: 24px;
  height: 24px;
}

.pricing-head-title-02 {
  margin-top: 24px;
  margin-bottom: 34px;
}

.pricing-head-title-02.sub-heading-04.black-text, .pricing-head-title-02.sub-heading-04.white-text {
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-dollar-02 {
  margin-bottom: 32px;
}

.month-cap-02 {
  color: #ffffffb3;
}

.pricing-features-list-02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--border-color);
  background-color: var(--shadow-bg);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 32px 32px;
  display: grid;
}

.pricing-features-list-02._02 {
  background-color: var(--white);
  border-left-style: none;
  border-right-style: none;
}

.pricing-features-list-02._04 {
  background-color: var(--white);
  border-left-style: none;
  border-right-style: solid;
}

.testimonial-04 {
  justify-content: center;
  margin-top: 458px;
  padding-top: 0;
  padding-bottom: 160px;
  display: flex;
}

.arrow-t022 {
  background-color: var(--black);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  right: -88px;
}

.arrow-t022.left {
  left: -88px;
  right: auto;
}

.compare-02 {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.compare-item-02 {
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 72px;
  padding-left: 32px;
  display: flex;
}

.compare-item-02:hover {
  background-color: var(--shadow-bg);
}

.compare-item-02.first {
  border-top: 1px solid var(--border-color);
  background-color: var(--shadow-bg);
  height: 80px;
}

.pricing-icon-head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-text-03 {
  margin-top: 14px;
  margin-bottom: 40px;
}

.pricing-03 {
  justify-content: center;
  padding-top: 120px;
  display: flex;
}

.pricing-title-03 {
  text-align: left;
  width: 100%;
  max-width: 704px;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-ec-title {
  text-align: center;
  width: 100%;
  max-width: 562px;
  margin: 0 auto 64px;
}

.pricing-ec-title.heading-01.black-text {
  z-index: 1;
}

.buy-now-button, .quantity, .field-label {
  display: none;
}

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

.my-cart {
  margin-right: 20px;
}

.carts-button {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.cart-icon {
  color: #061f25;
  width: 26px;
  height: 26px;
  margin-right: 0;
}

.hide, .cart-wrap {
  display: none;
}

.my-cart-2 {
  margin-right: 20px;
}

.checkout-title {
  color: var(--black);
  font-family: Interdisplay, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.field-subtext {
  color: var(--black);
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.field-subtext.bold {
  font-weight: 600;
}

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

.field-text {
  color: var(--black);
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.showcase-hero {
  justify-content: center;
  padding-top: 72px;
  display: flex;
}

.showcase-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.showcase-info {
  width: 100%;
  max-width: 470px;
}

.show-thumbs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 621px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.show-thumbs.purple-bg {
  height: 100%;
  max-height: 663px;
}

.showcase-subtitle {
  color: #20212499;
}

.showcase-title {
  margin-top: 16px;
  margin-bottom: 18px;
}

.showcase-text {
  margin-bottom: 40px;
}

.thum-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 260px;
  display: flex;
}

.thumb-item {
  width: 100%;
  height: auto;
}

.showcase-btns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.showcase-btn {
  border: 1px solid var(--lemon);
  background-color: var(--lemon);
  color: var(--black);
  padding: 12px 28px;
  font-family: Interdisplay, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
}

.showcase-btn:hover, .showcase-btn.outline {
  border: 1px solid var(--border-color);
  background-color: var(--white);
}

.showcase-btn.outline:hover {
  border-color: var(--white);
  background-color: var(--lemon);
}

.thumb-list-one, .thumb-list-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.showcase-info-02 {
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.showcase-info-02.black-bg {
  margin-bottom: 160px;
}

.showcase-info-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.showcase-info-item {
  border: 1px solid #1a1a1a;
  width: 100%;
  padding: 32px 64px 32px 32px;
}

.showcase-info-item._02 {
  background-color: #0f0f0f;
  border-left-style: none;
  border-right-style: none;
}

.showcase-info-item._03 {
  padding: 36px 36px 48px;
}

.showcase-info-item._04 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0f0f0f;
  border-top-style: none;
  border-right-style: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  display: flex;
}

.showcase-info-title {
  text-align: center;
  width: 100%;
  max-width: 582px;
  margin: 0 auto 64px;
}

.info-item-title {
  margin-top: 0;
  margin-bottom: 0;
}

.showcase-info-item-title {
  margin-top: 26px;
  margin-bottom: 12px;
}

.showcase-info-item-title.sub-heading-03.white-text._04 {
  margin-top: 8px;
}

.showcase-info-item-title._03 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.4px;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Instrumentsans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.showcase-item-text {
  color: #fffc;
}

.info-item-img {
  width: 47px;
  height: auto;
}

.helloemail {
  color: #0083c6;
}

.item-imgs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  width: 100%;
  max-width: 413px;
  height: 204px;
  display: flex;
}

.item-img {
  width: 100%;
  height: 100%;
}

.showcase-addtional-img {
  width: 100%;
  display: block;
}

.showcase {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.showcase-title-01 {
  color: #0f0f14;
  margin-top: 0;
  margin-bottom: 0;
}

.item-wrap {
  border: 1px solid var(--border-color);
}

.item-wrap._02 {
  border-left-style: none;
  border-right-style: none;
}

.showcase-thumb-ct {
  width: 100%;
  height: 202px;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper {
  border-bottom: 1px solid var(--border-color);
}

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.text-block-2 {
  flex: none;
  order: 0;
  align-self: center;
  display: flex;
}

.image {
  flex: none;
  display: block;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.image-2 {
  width: 100%;
  height: 100%;
}

.list {
  margin-top: 16px;
  margin-bottom: 16px;
}

.list-2 {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.list-3, .list-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.list-5 {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 20px;
}

.list-6, .list-7 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.list-8 {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 20px;
}

.list-item-3, .list-item-4 {
  padding-bottom: 0;
}

.list-9, .list-10 {
  margin-top: 12px;
  margin-bottom: 0;
}

.list-11, .list-12 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.list-13 {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 20px;
}

.list-14, .list-15, .list-16 {
  margin-top: 12px;
  margin-bottom: 0;
}

.list-17 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.div-block-4 {
  align-self: center;
  padding-left: 16px;
  padding-right: 16px;
}

.section {
  padding-top: 80px;
}

.slide {
  position: relative;
}

.slider {
  display: block;
  position: relative;
}

.div-block-5 {
  width: 10%;
  display: flex;
  overflow: hidden;
}

.code-embed {
  flex: 0 auto;
  width: auto;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

@media screen and (min-width: 1280px) {
  .pricing-01-card._01.single {
    border-left-style: none;
    border-right-style: none;
  }
}

@media screen and (min-width: 1440px) {
  .bg-01.pr01 {
    border-bottom-style: none;
  }

  .bg01-right.prr-1 {
    border-bottom: 1px solid var(--border-color);
  }

  .bg-02.pr2 {
    height: 160px;
    top: 160px;
  }

  .bg-02.pr-03 {
    border-bottom: 1px solid var(--border-color);
    top: 320px;
  }

  .hero-info-wrap {
    border-right-color: var(--border-color);
    max-width: 600px;
  }

  .hero-title.heading-01.black-text {
    font-size: 72px;
  }

  .hero-thumbs {
    padding-top: 60px;
  }

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

  .home-partners {
    position: relative;
  }

  .item-cp.pri-03.last {
    border-bottom: 1px solid var(--border-color);
  }
}

@media screen and (min-width: 1920px) {
  .location-maps {
    overflow: hidden;
  }

  .map-img {
    object-fit: contain;
    height: 100%;
  }

  .testimonials._02 {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .typography-wrap {
    margin-bottom: 100px;
  }

  .color-items {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 100px;
  }

  .heading-02 {
    font-size: 56px;
    line-height: 64px;
  }

  .style-guide {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading-03 {
    font-size: 48px;
    line-height: 58px;
  }

  .heading-01 {
    font-size: 56px;
    line-height: 64px;
  }

  .footer-wrap {
    flex-flow: column;
    padding-bottom: 0;
  }

  .cta-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-right {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
  }

  .footer-left {
    margin-bottom: 0;
    margin-right: 0;
  }

  .footer {
    padding-top: 40px;
  }

  .heading-04 {
    font-size: 48px;
    line-height: 58px;
  }

  .menu-button {
    background-color: var(--black);
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 6px 16px 4px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--lemon);
    color: #000;
  }

  .nav-menu-light {
    background-color: var(--shadow-bg);
    width: 100%;
    padding-left: 29.5px;
    padding-right: 29.5px;
  }

  .nav-link.body-02 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
  }

  .bg-02.h-2 {
    height: 70px;
  }

  .licenses {
    padding-bottom: 120px;
  }

  .changelog {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .contact-01 {
    padding-bottom: 120px;
  }

  .contact-addreses-01 {
    padding: 26px;
  }

  .address-item-title.sub-heading-03 {
    margin-top: 22px;
  }

  .address-item-text.body-01 {
    margin-bottom: 30px;
  }

  .form-block-01._02 {
    max-width: 100%;
  }

  .contact-02.black-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-content-02 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .contact-left-02 {
    flex-flow: column;
    align-items: center;
    max-width: 100%;
  }

  .contact-text-02.body-01 {
    margin-bottom: 18px;
  }

  .location {
    padding-top: 120px;
  }

  .location-maps {
    height: auto;
    margin-bottom: 120px;
  }

  .map-img {
    width: 100%;
    height: 100%;
  }

  .faqs-content._02 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .faq-body-wrap {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .faq-body-wrap._02 {
    max-width: 100%;
  }

  .faqs {
    padding-bottom: 120px;
  }

  .contact-03 {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .location-03 {
    padding-bottom: 120px;
  }

  .location-content-03 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .location-infos, .location-thumbs {
    max-width: 100%;
  }

  .login, .signup {
    padding-top: 90px;
  }

  .blog-01 {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .details-content {
    padding: 60px;
  }

  .blog-item-01 {
    padding: 20px 20px 26px;
  }

  .blog-thumb-01 {
    height: 240px;
  }

  .blog-02 {
    padding-bottom: 120px;
  }

  .blog-02.h-01 {
    padding-top: 120px;
  }

  .blog-item-02 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 20px 20px 26px;
  }

  .blog-thumb-02 {
    height: 240px;
  }

  .blog-03.black-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blog-03.home02 {
    padding-bottom: 120px;
  }

  .blog-list-03 {
    flex-flow: column;
    width: 100%;
  }

  .blog-item-03 {
    padding: 20px 20px 26px;
  }

  .blog-left-03, .blog-right-03 {
    max-width: 100%;
  }

  .right-item-03 {
    border-left-style: solid;
  }

  .right-item-03._01, .right-item-03.h-01 {
    border-top-style: none;
  }

  .right-item-03.h-03 {
    border-top-style: none;
    border-left-style: solid;
  }

  .blog-thumb-03 {
    height: 240px;
  }

  .blog-04 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .blog-item-04 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px 20px 26px;
  }

  .blog-item-04.b2 {
    border-right-style: solid;
  }

  .blog-item-04.b2.sb2 {
    border-bottom-style: solid;
  }

  .blog-item-04.b3 {
    border-right-style: none;
  }

  .blog-item-04.b3.sb3 {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: solid;
  }

  .blog-item-04.b4 {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .blog-thumb-04 {
    height: 240px;
  }

  .blog-06 {
    padding-top: 100px;
  }

  .blog-content-06 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .blog-infos {
    max-width: 100%;
  }

  .blog-item-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    padding: 20px 20px 26px;
  }

  .blog-hero {
    width: 100%;
  }

  .hero-bg-02 {
    display: none;
  }

  .hero-infos {
    flex-flow: column;
  }

  .hero-info-wrap {
    border-bottom: 1px solid var(--border-color);
    border-right-style: none;
    max-width: 100%;
  }

  .hero-thumbs {
    max-width: 100%;
    padding-top: 0;
  }

  .hero-bgs-wrap {
    display: none;
  }

  .hero-thumbb {
    max-width: 100%;
  }

  .hero-thumb-img {
    object-fit: cover;
  }

  .partners {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .partner-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .features {
    padding-bottom: 120px;
  }

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

  .feature-item._02 {
    border-right-style: solid;
  }

  .feature-item._01 {
    border-bottom-style: none;
  }

  .content-01 {
    padding-bottom: 120px;
  }

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

  .content-02 {
    padding-bottom: 120px;
  }

  .content-02.ab {
    padding-top: 120px;
    padding-bottom: 100px;
  }

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

  .features-01 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .features-content-01 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .feature-list-01 {
    max-width: 100%;
  }

  .content-03 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-item-03 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .content-item-03._02 {
    flex-flow: wrap-reverse;
    justify-content: center;
    margin-top: 120px;
  }

  .item-thumbs-03, .item-info-03 {
    max-width: 100%;
  }

  .testimonials.black-bg {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .testimonials._02 {
    padding-left: 0;
  }

  .testimonial-content {
    flex-flow: column;
  }

  .testimonial-infos.black-bg, .testimonial-infos.black-bgs {
    margin-bottom: 60px;
    padding-left: 60px;
  }

  .testimonial-arrow {
    inset: -45% 117px auto auto;
  }

  .testimonial-arrow.right {
    inset: -45% 60px auto auto;
  }

  .testimonial-arrow._01-t {
    top: 70px;
  }

  .shadow-bg {
    top: 20%;
    right: -90px;
  }

  .shadow-bg._01 {
    display: block;
    inset: 20% auto auto -90px;
    transform: rotate(180deg);
  }

  .content-04 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-item-04 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding: 40px;
  }

  .features-02 {
    padding-bottom: 120px;
  }

  .features-list-02 {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-02 {
    padding-bottom: 120px;
  }

  .testimonial-02.black-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonial-sliders-02 {
    max-width: 500px;
  }

  .sl-item {
    margin-left: auto;
    margin-right: auto;
  }

  .arrow-t02 {
    right: -60px;
  }

  .arrow-t02.left {
    left: -60px;
  }

  .content-05 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-list-05 {
    grid-template-columns: 1fr 1fr;
  }

  .home-03.black-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-content-03 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-thumbs-03 {
    max-width: 100%;
    height: 400px;
  }

  .home-info-03 {
    max-width: 100%;
  }

  .content-iteem-05 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding: 40px;
  }

  .content-iteem-05.h-03 {
    flex-flow: wrap-reverse;
    padding-left: 40px;
  }

  .testimonial-03 {
    padding-bottom: 30px;
  }

  .testimonial-content-03 {
    flex-flow: wrap-reverse;
  }

  .testimonial-info-03 {
    max-width: 100%;
  }

  .testimonial-avatar-wrap {
    max-width: 100%;
    height: auto;
  }

  .gellary-item {
    height: 355px;
  }

  .teams {
    padding-bottom: 120px;
  }

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

  .teams-item._02 {
    border-right-style: solid;
  }

  .teams-item._03 {
    background-color: var(--white);
  }

  .teams-item._05 {
    border-left-style: solid;
  }

  .teams-item._04 {
    background-color: var(--shadow-bg);
    border-left-style: none;
  }

  .location-02 {
    padding-bottom: 120px;
  }

  .location-content-02 {
    flex-flow: wrap-reverse;
  }

  .pricing-01-card._01, .pricing-01-card._02 {
    border-bottom-style: solid;
  }

  .pricing-01-card._03 {
    border-right-style: solid;
  }

  .pricing-01-tabs-menu {
    top: -70px;
    right: 40px;
  }

  .pricing-01-tab-inner {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }

  .pricing-01-tabs {
    margin-top: 100px;
  }

  .pricing-title-01.heading-01.black-text {
    margin-left: 60px;
  }

  .pricing-dollar-01.ect {
    font-size: 36px;
    line-height: 46px;
  }

  .pricing-hero-content-01 {
    padding-top: 70px;
  }

  .compare {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .compare-list._03 {
    margin-top: 0;
  }

  .compare-item {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: grid;
  }

  .compare-item.prh-first {
    grid-template-columns: 1fr 1fr;
  }

  .compare-item.pri-3 {
    height: auto;
  }

  .item-cp {
    border-top: 1px solid var(--border-color);
  }

  .item-cp._01 {
    border-top-style: none;
    border-right-style: none;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 40px;
  }

  .item-cp._01.last {
    display: none;
  }

  .item-cp._01.prh-01 {
    padding-left: 26px;
  }

  .item-cp._03 {
    border-right-style: none;
  }

  .item-cp.litem {
    border-top-style: none;
  }

  .item-cp.p-01 {
    padding-left: 26px;
  }

  .item-cp.prh-03 {
    max-width: 100%;
  }

  .item-cp.pri-03 {
    border-bottom: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
  }

  .item-cp.prl-01 {
    border-top-style: none;
    border-right-style: none;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .showcase-thumb-wrap {
    height: 400px;
  }

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

  .pricing-switch {
    margin-bottom: 60px;
  }

  .pricing-switch._02 {
    margin-top: 40px;
    margin-bottom: 40px;
    position: static;
  }

  .pricing-02 {
    padding-bottom: 120px;
  }

  .pricing-02.black-bg {
    height: 697px;
  }

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

  .pricing-features-list-02._02 {
    border-right-style: solid;
  }

  .testimonial-04 {
    margin-top: 1057px;
    padding-bottom: 120px;
  }

  .arrow-t022 {
    right: -60px;
  }

  .arrow-t022.left {
    left: -60px;
  }

  .compare-02 {
    padding-bottom: 120px;
  }

  .compare-item-02 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: grid;
  }

  .pricing-03 {
    padding-top: 100px;
  }

  .pricing-ec-title.heading-01.black-text {
    margin-left: 60px;
  }

  .showcase-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap-reverse;
  }

  .show-thumbs.purple-bg {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .thum-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .thumb-list-one, .thumb-list-two {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .showcase-info-02.black-bg {
    margin-bottom: 120px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .showcase-info-list {
    grid-template-columns: 1fr 1fr;
  }

  .showcase-info-item._02 {
    border-right-style: solid;
  }

  .showcase-info-item._04 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-right-style: solid;
    flex-flow: column;
    justify-content: flex-start;
    overflow: hidden;
  }

  .showcase-info-item-title.sub-heading-03.white-text._04 {
    margin-bottom: 0;
  }

  .item-imgs {
    flex-flow: column;
    height: 160px;
    display: flex;
  }

  .item-img {
    object-fit: cover;
  }

  .showcase {
    padding-bottom: 120px;
  }

  .showcase-thumb-ct {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .typography-wrap {
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .color-items {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .heading-02 {
    font-size: 42px;
    line-height: 52px;
  }

  .sub-heading-01 {
    font-size: 28px;
    line-height: 36px;
  }

  .sub-heading-02 {
    font-size: 26px;
  }

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

  .style-guide {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-03 {
    font-size: 42px;
    line-height: 52px;
  }

  .heading-01 {
    font-size: 48px;
    line-height: 58px;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .cta-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-copyright {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
  }

  .footer-body {
    align-items: flex-start;
  }

  .footer {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-body-l {
    align-items: flex-start;
  }

  .style-hero-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-04 {
    font-size: 36px;
    line-height: 46px;
  }

  .nav-try-wrap {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .log-infos-inside {
    grid-row-gap: 18.5px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-container {
    grid-template-columns: max-content 1fr max-content;
    justify-content: space-between;
  }

  .home-drop-list.mega {
    width: 220px;
    max-width: 220px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-drop-item.opc.m-mega {
    border-right-style: none;
    width: auto;
  }

  .home-drop-item.opc.m-mega.last {
    border-bottom-style: solid;
  }

  .home-drop-item.opc.m-mega.middle, .home-drop-item.opc.middle {
    padding-left: 0;
  }

  .log-infos {
    display: none;
  }

  .items-wrap {
    flex-direction: column;
  }

  .bg-01.h-22 {
    height: 160px;
    margin-top: 0;
    inset: auto auto 0% 0%;
  }

  .bg-02.h-2 {
    display: none;
  }

  .license-hero-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .licenses {
    padding-bottom: 100px;
  }

  .license-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .changelog {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .changelog-version {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-01 {
    padding-bottom: 100px;
  }

  .contact-content {
    background-color: var(--shadow-bg);
    grid-template-columns: 1fr 1fr;
  }

  .contact-content._03 {
    margin-bottom: 60px;
  }

  .form-block-01 {
    background-color: var(--shadow-bg);
    border: 1px solid #f0f0f0;
  }

  .form-group-01 {
    flex-flow: column;
  }

  .contact-01-hero-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .submit-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .submit-wrap._03 {
    flex-flow: row;
  }

  .contact-02.black-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-text-02.body-01 {
    margin-bottom: 18px;
  }

  .location {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .location-maps {
    margin-bottom: 100px;
  }

  .question-title-02 {
    font-size: 18px;
    font-weight: 500;
  }

  .faq-answer-text {
    padding-right: 0;
  }

  .faq-body-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .faqs {
    padding-bottom: 100px;
  }

  .contact-03 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .location-03 {
    padding-bottom: 100px;
  }

  .location-thumbs {
    height: auto;
  }

  .login {
    padding-top: 80px;
  }

  .login-contents {
    background-color: var(--shadow-bg);
    border: 1px solid #f0f0f0;
    padding: 40px;
  }

  .login-head._01 {
    margin-bottom: 40px;
  }

  .signup {
    padding-top: 80px;
  }

  .aditional-infos {
    flex-flow: column;
  }

  .aditional-info._01 {
    border-right-style: solid;
  }

  .blog-01 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .project-thumbs {
    height: 400px;
  }

  .project-details {
    margin-top: -230px;
  }

  .details-content {
    padding: 40px;
  }

  .blog-single-title.black-text {
    font-size: 36px;
    line-height: 46px;
  }

  .details-head {
    padding-bottom: 40px;
  }

  .blog-list-01 {
    flex-flow: column;
    margin-top: 60px;
  }

  .blog-item-01._01 {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .blog-02 {
    padding-bottom: 100px;
  }

  .blog-02.h-01 {
    padding-top: 100px;
  }

  .blog-list-02 {
    flex-flow: column;
    margin-top: 60px;
  }

  .blog-item-02 {
    flex-flow: column;
    padding: 30px;
  }

  .blog-thumb-02 {
    max-width: 100%;
  }

  .blog-03.black-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-03.home02 {
    padding-bottom: 100px;
  }

  .blog-list-03 {
    flex-flow: column;
    margin-top: 60px;
  }

  .right-item-03._01, .right-item-03.h-01, .right-item-03.h-03 {
    padding-right: 40px;
  }

  .blog-04 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blog-list-04 {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .blog-item-04 {
    flex-flow: column;
    max-width: 100%;
    padding: 30px;
  }

  .blog-item-04.b1.sb1 {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .blog-06 {
    padding-top: 80px;
  }

  .blog-item-hero {
    flex-flow: column;
    max-width: 100%;
    padding: 30px;
  }

  .hero-info-wrap {
    padding: 60px 30px;
  }

  .hero-thumbs {
    padding-top: 0;
  }

  .hero-thumbb {
    height: 400px;
  }

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

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

  .features {
    padding-bottom: 100px;
  }

  .fetures-list {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .feature-item._02 {
    border-bottom-style: none;
  }

  .feature-item._01 {
    border-right-style: solid;
  }

  .content-01 {
    padding-bottom: 100px;
  }

  .content-wrap-01 {
    padding-top: 96px;
  }

  .content-item {
    flex-flow: column;
  }

  .content-01-tab-menu {
    inset: -96px auto auto 0%;
  }

  .content-02 {
    padding-bottom: 100px;
  }

  .content-02.ab {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .content-wrap-02 {
    padding-top: 96px;
  }

  .list-content-02 {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .features-01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-03 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-wrap-03 {
    padding-top: 96px;
  }

  .content-item-03._02 {
    margin-top: 100px;
  }

  .item-thumbs-03 {
    height: 300px;
  }

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

  .testimonial-arrow {
    display: none;
  }

  .home-thumbs {
    height: 400px;
  }

  .home-partners {
    z-index: 9;
    background-color: var(--white);
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-04 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-item-04 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .features-02 {
    padding-bottom: 100px;
  }

  .features-list-02 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .testimonial-02 {
    padding-bottom: 100px;
  }

  .testimonial-02.black-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-sliders-02 {
    margin-top: 60px;
  }

  .arrow-t02 {
    display: none;
  }

  .content-05 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-list-05 {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .home-03.black-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-iteem-05 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .content-iteem-05._01 {
    margin-top: 60px;
  }

  .testimonial-03 {
    padding-bottom: 20px;
  }

  .testimonial-wrap-03 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-title-03.heading-03.black-text {
    margin-bottom: 60px;
  }

  .gellary-item {
    height: 300px;
  }

  .teams {
    padding-bottom: 100px;
  }

  .teams-list {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .teams-item._02 {
    border-left-style: solid;
  }

  .teams-item._03 {
    background-color: var(--shadow-bg);
  }

  .teams-item._05 {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .teams-item._04 {
    background-color: var(--white);
    border-bottom-style: none;
    border-left-style: solid;
  }

  .location-02 {
    padding-bottom: 100px;
  }

  .location-map-02 {
    height: auto;
  }

  .additional-info---faq {
    display: none;
  }

  .pricing-01-card._01 {
    border-right-style: none;
  }

  .pricing-01-card._03 {
    border-left-style: none;
    border-right-style: none;
  }

  .pricing-01-tabs-menu {
    width: 169px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 0;
    overflow: hidden;
  }

  .pricing-01-tab-inner {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .pricing-01-tabs {
    margin-top: 40px;
  }

  .pricing-title-01.heading-01.black-text {
    text-align: center;
    margin-left: 0;
  }

  .pricing-hero-content-01 {
    padding-top: 60px;
  }

  .compare {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .compare-list {
    margin-top: 60px;
  }

  .compare-item.prh-first {
    grid-template-columns: 1fr;
  }

  .item-cp._01 {
    padding-left: 26px;
  }

  .item-cp.p-01 {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .item-cp.pr-02 {
    justify-content: space-between;
    max-width: 100%;
    padding-left: 10px;
  }

  .item-cp.prl-01 {
    padding-left: 26px;
  }

  .compare-text.bold {
    font-size: 20px;
    line-height: 28px;
  }

  .showcase-thumb-wrap {
    height: 400px;
  }

  .showcase-list {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .pricing-02 {
    padding-bottom: 100px;
  }

  .pricing-02.black-bg {
    height: 680px;
  }

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

  .pricing-features-list-02._02, .pricing-features-list-02._04 {
    border-left-style: solid;
  }

  .testimonial-04 {
    margin-top: 2280px;
    padding-bottom: 100px;
  }

  .arrow-t022 {
    display: none;
  }

  .compare-02 {
    padding-bottom: 100px;
  }

  .compare-item-02 {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .compare-item-02.first {
    height: auto;
  }

  .pricing-03 {
    padding-top: 80px;
  }

  .pricing-ec-title.heading-01.black-text {
    text-align: center;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .cart-wrap {
    display: block;
  }

  .my-cart-2 {
    margin-right: 0;
  }

  .showcase-hero {
    padding-top: 70px;
  }

  .show-thumbs.purple-bg {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-height: 500px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .thum-list, .thumb-list-one, .thumb-list-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .showcase-info-02.black-bg {
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .showcase-info-list {
    grid-template-columns: 1fr;
  }

  .showcase-info-item._02 {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: solid;
  }

  .showcase-info-item._04 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 620px;
  }

  .showcase-info-title {
    margin-bottom: 60px;
  }

  .showcase-info-item-title._03 {
    font-size: 32px;
    line-height: 42px;
  }

  .item-imgs {
    height: 200px;
  }

  .showcase {
    padding-bottom: 100px;
  }

  .showcase-thumb-ct {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 40px;
    font-size: 24px;
    line-height: 32px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  ul {
    margin-top: 26px;
    margin-bottom: 40px;
  }

  li {
    font-size: 16px;
    line-height: 26px;
  }

  blockquote {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .typography-wrap {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .button-items {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }

  .color-items {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .heading-02 {
    font-size: 34px;
    line-height: 44px;
  }

  .sub-heading-01 {
    font-size: 24px;
    line-height: 32px;
  }

  .sub-heading-02 {
    font-size: 20px;
    line-height: 28px;
  }

  .colors-title {
    margin-bottom: 40px;
  }

  .style-guide {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-03 {
    font-size: 32px;
    line-height: 42px;
  }

  .heading-01 {
    font-size: 36px;
    line-height: 46px;
  }

  .button-01.cp {
    background-color: var(--white);
    border-bottom: 1px solid #000;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .footer-wrap {
    padding-bottom: 0;
  }

  .cta-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .cta {
    padding-top: 60px;
  }

  .cta-buttons {
    margin-top: 30px;
  }

  .footer-left {
    margin-bottom: 0;
  }

  .footer {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .style-hero-content {
    padding: 60px 20px;
  }

  .style-hero-text.black-text {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-04 {
    font-size: 30px;
    line-height: 38px;
  }

  .sub-heading-03, .sub-heading-04, .sub-heading-05 {
    font-size: 20px;
    line-height: 28px;
  }

  .nav-container {
    min-height: 78px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bg-01.h-22 {
    height: 212px;
  }

  .license-hero-content {
    padding: 60px 20px;
  }

  .licenses {
    padding-bottom: 80px;
  }

  .license-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .license-item.purple-bg {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .licenses-text {
    margin-top: 26px;
  }

  .licenses-text.body-01 {
    font-size: 16px;
    line-height: 24px;
  }

  .licenses-link.sub-heading-05 {
    font-size: 18px;
    line-height: 26px;
  }

  .licens-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .changelog {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .changelog-version {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-01 {
    padding-bottom: 80px;
  }

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

  .contact-content._03 {
    margin-bottom: 40px;
  }

  .contact-addreses-01 {
    padding-left: 20px;
    padding-right: 30px;
  }

  .form-block-01 {
    padding: 40px 20px;
  }

  .form-block-01._02, .form-block-01._03 {
    padding: 30px 20px;
  }

  .form-head-01 {
    margin-bottom: 30px;
  }

  .form-field-01._022 {
    height: 120px;
  }

  .contact-01-hero-content {
    padding: 60px 20px;
  }

  .submit-wrap {
    justify-content: space-between;
    align-items: flex-start;
  }

  .submit-wrap._03 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .contact-02.black-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-text-02.body-01 {
    margin-bottom: 18px;
  }

  .contact-users-02._02 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .location {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .location-maps {
    margin-bottom: 80px;
  }

  .question-title-02 {
    padding-right: 20px;
    line-height: 26px;
  }

  .faq-question-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .faqs-qa {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-answer-text {
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .faq-body-wrap {
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .faqs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-03 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .location-03 {
    padding-bottom: 80px;
  }

  .login {
    padding-top: 60px;
  }

  .login-contents {
    padding: 40px 20px;
  }

  .login-head._01 {
    margin-bottom: 30px;
  }

  .via-google {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .signup {
    padding-top: 60px;
  }

  .reset-title {
    font-size: 26px;
    line-height: 36px;
  }

  .aditional-info, .aditional-info._01 {
    padding: 20px;
  }

  .additional-info-img {
    width: 42px;
    height: 42px;
  }

  .blog-01 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .project-thumbs {
    height: 280px;
  }

  .project-details {
    margin-top: -160px;
  }

  .details-content {
    padding: 30px 20px;
  }

  .blog-single-title.black-text {
    margin-bottom: 26px;
    font-size: 32px;
    line-height: 42px;
  }

  .blog-list-01 {
    margin-top: 40px;
  }

  .blog-item-01._01 {
    padding-bottom: 26px;
  }

  .blog-thumb-01 {
    height: 200px;
  }

  .blog-body-01 {
    margin-top: 26px;
  }

  .blog-item-text-01.body-01.black-text {
    margin-bottom: 26px;
  }

  .blog-02 {
    padding-bottom: 80px;
  }

  .blog-02.h-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-list-02 {
    margin-top: 40px;
  }

  .blog-item-02 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-thumb-02 {
    height: 200px;
  }

  .blog-item-text-02.body-01.black-text {
    margin-bottom: 26px;
  }

  .blog-03.black-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-03.home02 {
    padding-bottom: 80px;
  }

  .blog-list-03 {
    margin-top: 40px;
  }

  .right-item-03, .right-item-03._01, .right-item-03.h-01, .right-item-03.h-03 {
    padding: 30px 20px;
  }

  .blog-thumb-03 {
    height: 200px;
  }

  .blog-04 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-list-04 {
    margin-top: 40px;
  }

  .blog-item-04 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-thumb-04 {
    height: 200px;
  }

  .blog-body-04 {
    margin-top: 26px;
  }

  .blog-06 {
    padding-top: 60px;
  }

  .blog-item-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-owners {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-info-wrap {
    padding: 40px 20px;
  }

  .hero-thumbb {
    height: 280px;
  }

  .partners {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .partner-list {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .features {
    padding-bottom: 80px;
  }

  .fetures-list {
    margin-top: 40px;
  }

  .feature-item {
    padding: 26px;
  }

  .content-01 {
    padding-bottom: 80px;
  }

  .content-wrap-01 {
    padding-top: 0;
  }

  .content-video-01 {
    height: 280px;
  }

  .content-text-01.body-01.black-text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .content-info-item-01 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .info-item-text-01.body-01.black-text {
    font-size: 16px;
    line-height: 26px;
  }

  .content-01-tab-menu {
    flex-flow: column;
    height: auto;
    margin-bottom: 40px;
    padding: 8px;
    position: static;
    top: -80px;
  }

  .content-02 {
    padding-bottom: 80px;
  }

  .content-02.ab {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .content-wrap-02 {
    padding-top: 0;
  }

  .list-content-02 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .features-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature-item-01 {
    padding: 26px;
  }

  .item-bullet-text.sub-heading-04.white-text {
    font-size: 18px;
    line-height: 28px;
  }

  .feature-item-body-01 {
    padding-left: 0;
  }

  .item-text-f01.body-01 {
    font-size: 16px;
    line-height: 26px;
  }

  .content-03 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-wrap-03 {
    padding-top: 0;
  }

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

  .content-item-03._02 {
    margin-top: 80px;
  }

  .item-thumbs-03 {
    height: 240px;
  }

  .item-aditions-03 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-adition-text, .item-addtion-name {
    text-align: center;
  }

  .testimonials.black-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-infos.black-bg, .testimonial-infos.black-bgs {
    padding-left: 20px;
  }

  .testimonial-owners {
    justify-content: space-between;
    align-items: center;
  }

  .testimonial-quote-icon {
    width: 24px;
    height: 24px;
  }

  .shadow-bg, .shadow-bg._01 {
    display: none;
  }

  .home-title-02.heading-01.black-text {
    margin-bottom: 26px;
  }

  .home-thumbs {
    height: 280px;
  }

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

  .content-04 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-item-04 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
    padding: 26px 20px;
  }

  .features-02 {
    padding-bottom: 80px;
  }

  .features-list-02 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .testimonial-02 {
    padding-bottom: 80px;
  }

  .testimonial-02.black-bg {
    padding-top: 60px;
  }

  .testimonial-sliders-02 {
    margin-top: 40px;
  }

  .sl-item {
    padding: 26px 20px;
  }

  .sl-text {
    font-size: 18px;
    line-height: 28px;
  }

  .plate-div {
    display: none;
  }

  .content-05 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-list-05 {
    margin-top: 40px;
  }

  .content-item-05 {
    height: 380px;
  }

  .content-info-05 {
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(0, 300px);
  }

  .home-03.black-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .home-thumbs-03 {
    height: 280px;
  }

  .content-iteem-05 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
    padding: 26px 20px;
  }

  .content-iteem-05.h-03 {
    padding-left: 20px;
  }

  .content-iteem-05._01 {
    margin-top: 40px;
  }

  .testimonial-content-03 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .testimonial-icon-03 {
    max-width: 140px;
    height: auto;
  }

  .testimonial-text-03 {
    margin-bottom: 26px;
    font-size: 22px;
    line-height: 32px;
  }

  .avatars-03 {
    margin-top: 26px;
  }

  .testimonal-name {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-role-03 {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonial-wrap-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-title-03.heading-03.black-text {
    margin-bottom: 40px;
  }

  .gellary-item {
    height: 240px;
  }

  .teams {
    padding-bottom: 80px;
  }

  .teams-list {
    margin-top: 40px;
  }

  .team-profile-wrap {
    width: 120px;
    height: 120px;
  }

  .location-02 {
    padding-bottom: 80px;
  }

  .location-map-02 {
    height: auto;
  }

  .pricing-01-tabs-menu {
    flex-direction: column;
    align-items: center;
    display: inline-block;
    overflow: hidden;
  }

  .pricing-features-list {
    padding: 16px 16px 24px;
    overflow: hidden;
  }

  .pricing-01-tabs {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .pricing-title-01.heading-01.black-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-dollar-01.ect {
    font-size: 32px;
    line-height: 42px;
  }

  .pricing-hero-content-01 {
    padding-top: 40px;
  }

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

  .compare-list {
    margin-top: 40px;
  }

  .compare-item.last {
    height: 60px;
    padding-top: 20px;
  }

  .item-cp._01 {
    padding-left: 10px;
  }

  .item-cp._01.prh-01 {
    padding-left: 20px;
  }

  .item-cp.litem {
    height: 40%;
  }

  .item-cp.p-01 {
    padding-left: 20px;
  }

  .item-cp.prl-01 {
    padding-left: 10px;
  }

  .compare-text._01 {
    font-size: 16px;
    line-height: 26px;
  }

  .compare-text.bold {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .showcase-item {
    padding-top: 26px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .showcase-item-title {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .showcase-thumb-wrap {
    height: 280px;
  }

  .showcase-list {
    margin-top: 40px;
  }

  .pricing-switch {
    margin-bottom: 40px;
  }

  .pricing-switch._02 {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .pricing-02 {
    padding-bottom: 80px;
  }

  .pricing-02.black-bg {
    height: 680px;
  }

  .pricing-head-title-02.sub-heading-03.white-text {
    margin-top: 18px;
    margin-bottom: 26px;
  }

  .pricing-features-list-02 {
    padding: 16px 16px 24px;
    overflow: hidden;
  }

  .testimonial-04 {
    margin-top: 2055px;
    padding-bottom: 80px;
  }

  .compare-02 {
    padding-bottom: 80px;
  }

  .pricing-03 {
    padding-top: 60px;
  }

  .pricing-ec-title.heading-01.black-text {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkout-title {
    font-size: 26px;
    line-height: 36px;
  }

  .showcase-hero {
    padding-top: 60px;
  }

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

  .show-thumbs.purple-bg {
    max-height: 300px;
  }

  .showcase-btns {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .showcase-info-02.black-bg {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .showcase-info-item, .showcase-info-item._03 {
    padding: 26px;
  }

  .showcase-info-item._04 {
    height: 486px;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-right: 26px;
  }

  .showcase-info-title {
    margin-bottom: 40px;
  }

  .showcase-info-item-title._03 {
    font-size: 26px;
    line-height: 46px;
  }

  .item-imgs {
    height: 150px;
  }

  .showcase {
    padding-bottom: 80px;
  }

  .showcase-thumb-ct {
    height: 280px;
  }
}

#w-node-_7cef300d-b191-43c3-930f-719f9c70adff-9c70ade0, #w-node-_7cef300d-b191-43c3-930f-719f9c70ae0c-9c70ade0, #w-node-_7cef300d-b191-43c3-930f-719f9c70ae15-9c70ade0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65d5dcf8-aeb0-c01b-995f-25dd9a18ce48-9a18ce45 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_65d5dcf8-aeb0-c01b-995f-25dd9a18ce4a-9a18ce45, #w-node-_65d5dcf8-aeb0-c01b-995f-25dd9a18cecb-9a18ce45 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_65d5dcf8-aeb0-c01b-995f-25dd9a18cecb-9a18ce45 {
    justify-self: end;
  }

  #w-node-_65d5dcf8-aeb0-c01b-995f-25dd9a18ced2-9a18ce45 {
    place-self: center;
  }

  #w-node-bc44e6be-21aa-8767-f64d-eda9dc97fa03-dc97f9fc, #w-node-bc44e6be-21aa-8767-f64d-eda9dc97fa11-dc97f9fc, #w-node-bc44e6be-21aa-8767-f64d-eda9dc97fa1e-dc97f9fc, #w-node-bc44e6be-21aa-8767-f64d-eda9dc97fa2b-dc97f9fc, #w-node-bc44e6be-21aa-8767-f64d-eda9dc97fa35-dc97f9fc, #w-node-bc44e6be-21aa-8767-f64d-eda9dc97fa40-dc97f9fc, #w-node-bc44e6be-21aa-8767-f64d-eda9dc97fa4b-dc97f9fc, #w-node-bc44e6be-21aa-8767-f64d-eda9dc97fa56-dc97f9fc, #w-node-bc44e6be-21aa-8767-f64d-eda9dc97fa61-dc97f9fc, #w-node-bc44e6be-21aa-8767-f64d-eda9dc97fa6c-dc97f9fc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ce81aeff-ea1c-894a-7b52-591fcb6cf319-9a18ce45 {
    place-self: center end;
  }
}


@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
