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

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

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

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-VariableItalic.ttf") format("truetype"),
    url("../fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

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

:root {
  --color-2: #091c36;
  --color-3: #e25818;
  --color-1: white;
  --color-8: #fff0;
  --color-4: #5a6575;
  --color-5: #d5d8db;
  --color-6: #f4f5fa;
  --color-7: #f3f3f3;
}

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

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

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

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

.w-commerce-commercecartopenlinkcount {
  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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

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

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

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

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

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

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown,
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    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,
  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

h1 {
  color: var(--color-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.222em;
}

h2 {
  color: var(--color-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.3em;
}

h3 {
  color: var(--color-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4em;
}

h4 {
  color: var(--color-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.235em;
}

h5 {
  color: var(--color-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.333em;
}

h6 {
  color: var(--color-2);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.233em;
}

p {
  color: var(--color-2);
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

a {
  color: var(--color-3);
  font-weight: 700;
  text-decoration: underline;
}

li {
  color: var(--color-2);
  margin-bottom: 6px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.655em;
}

blockquote {
  background-color: var(--color-3);
  border: 1px #000;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.65em;
}

.nav-container {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 2;
  color: var(--color-1);
  background-color: #ddd0;
  border: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 0;
  display: block;
  position: relative;
  top: 0;
}

.apple-pay {
  border-radius: 0;
  height: 48px;
}

.cart-line-item {
  color: var(--color-2);
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.455em;
}

.remove {
  color: #c97d39;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.price-card {
  color: var(--color-2);
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.your-cart {
  font-weight: 900;
}

.cart-list {
  padding: 20px 30px;
}

.remove-button {
  text-decoration: none;
}

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

.primary-button {
  border: 2px solid var(--color-1);
  background-color: var(--color-1);
  color: var(--color-2);
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 20px 30px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1em;
  text-decoration: none;
  transition: box-shadow 0.4s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 100px 100px #0000;
}

.primary-button:hover {
  border-color: var(--color-3);
  background-color: var(--color-3);
  box-shadow: none;
  color: var(--color-1);
  text-decoration: none;
}

.primary-button.mbl {
  text-transform: uppercase;
  height: 60px;
  padding: 15px 30px;
  font-weight: 600;
}

.primary-button._2 {
  color: #3a3129;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff0;
  border-width: 1px;
  border-color: #3a3129;
  border-radius: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.primary-button._2:hover {
  color: #3a3129;
  background-color: #ffc896;
  border-color: #ffc896;
}

.primary-button._2.mbl {
  font-size: 14px;
}

.primary-button._2.small {
  padding: 10px 15px;
  font-size: 12px;
}

.primary-button.cart {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3a3129;
  background-color: #fff0;
  border: 1px #3a3129;
  flex-flow: row;
  padding: 6px 0;
}

.primary-button._3 {
  border: 2px solid var(--color-3);
  background-color: var(--color-3);
  color: var(--color-1);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 15px;
  font-weight: 700;
}

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

.primary-button._2 {
  border-width: 2px;
  border-color: var(--color-1);
  color: var(--color-1);
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.primary-button._2:hover {
  border-color: var(--color-3);
  background-color: var(--color-3);
  color: #fff;
}

.primary-button._4 {
  border-width: 2px;
  border-color: var(--color-2);
  background-color: var(--color-8);
  text-transform: uppercase;
  font-weight: 900;
}

.primary-button._4:hover {
  border-color: var(--color-3);
  background-color: var(--color-3);
}

.primary-button._4.w--current {
  border-color: var(--color-3);
  background-color: var(--color-3);
  color: var(--color-1);
}

.primary-button._4.padding {
  margin-right: 12px;
}

.price-thumbnail {
  border-radius: 0;
  width: 60px;
}

.nav-link-autofix {
  color: var(--color-1);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 6px 12px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.111;
  text-decoration: none;
  transition: background-color 0.3s;
}

.nav-link-autofix:hover {
  color: var(--color-3);
  border-radius: 100px;
  text-decoration: none;
}

.nav-link-autofix.w--current {
  color: var(--color-3);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.111em;
}

.nav-link-autofix.w--current:hover {
  color: var(--color-3);
}

.cart-footer {
  border-top-color: var(--color-4);
}

.cart-item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.cart-title {
  color: var(--color-1);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.111em;
}

.cart-container {
  color: #3a3129;
  background-color: #fff;
  border: 0 solid #252525;
  border-radius: 0;
  min-width: 420px;
  max-width: 500px;
}

.cart-wrapper {
  background-color: #181411f2;
}

.navigation-button-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-quantity {
  border-color: var(--color-5);
  background-color: var(--color-1);
  color: var(--color-2);
  border-radius: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.cart-quantity.circle {
  color: var(--color-1);
  background-color: #62636b00;
  border: 2px #3a3129;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.111em;
  display: flex;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.nav-logo-link {
  color: #003f41;
  text-decoration: none;
}

.text-block {
  color: var(--color-2);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.375em;
  text-decoration: underline;
}

.cart-header {
  border-bottom-color: var(--color-4);
}

.nav-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.name-of-plan {
  color: var(--color-3);
  font-family: Satoshi Variable, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.section-hero {
  background-color: #bcebff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 100px 0 40px;
  position: relative;
}

.section-hero.pages {
  background-color: var(--color-2);
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.section-hero.pages.blog {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.section-hero.blog,
.section-hero.about,
.section-hero.subpages {
  background-color: var(--color-2);
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  z-index: 1;
  color: #fff;
  flex: 1;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 2.5em;
  position: relative;
}

.container.footer {
  padding-top: 4em;
  padding-bottom: 2em;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.container.less-paddings {
  padding-top: 6em;
  padding-bottom: 2em;
}

.section-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title.no-padding {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 0;
}

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

.topheading {
  background-color: var(--color-3);
  color: var(--color-1);
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
}

.topheading.white {
  background-color: var(--color-1);
  color: var(--color-3);
}

.paragraph-big {
  color: #000;
  text-align: left;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.483em;
}

.paragraph-big.white {
  color: var(--color-1);
  font-family: Satoshi Variable, sans-serif;
}

.paragraph-big.short-descriptions,
.paragraph-big.licenses-description {
  color: var(--color-1);
  text-align: center;
}

.paragraph-big.no-paddings {
  margin-bottom: 0;
}

.section {
  z-index: 5;
  background-color: var(--color-1);
  padding: 0;
  position: relative;
}

.section.hero-img-section {
  background-image: linear-gradient(#00000080, #00000080),
    url("../images/Image-4.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 80vh;
  padding-top: 180px;
  padding-bottom: 180px;
}

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

.section.gray {
  z-index: 5;
  background-color: var(--color-6);
}

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

.grid-colors {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.component-wrapper {
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
}

.card-component {
  border: 1px solid var(--color-5);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.undeline {
  text-decoration: underline;
}

.divider-line {
  background-color: var(--color-5);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.display-2 {
  color: var(--color-2);
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.222;
}

.display-2.white {
  color: var(--color-1);
  font-size: 56px;
}

.display-2.no-padding {
  margin-bottom: 0;
}

.color-block {
  background-color: #bcebff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  height: 100px;
  padding: 20px;
  display: flex;
}

.color-block._6 {
  background-color: var(--color-7);
}

.color-block._4 {
  background-color: var(--color-5);
}

.color-block._3 {
  background-color: var(--color-4);
  border: 1px #dadada;
  border-radius: 0;
}

.color-block._2 {
  background-color: var(--color-3);
}

.color-block._5 {
  background-color: var(--color-6);
}

.color-block._7 {
  background-color: var(--color-1);
  border: 1px #cedad6;
}

.color-block._1 {
  background-color: var(--color-2);
  border-radius: 0;
}

.color-block._8 {
  background-color: #fff0;
}

.bold {
  font-weight: 600;
}

.color-shade-card {
  color: var(--color-2);
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  flex: 1;
  padding: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 700;
  display: flex;
}

.font-grid {
  grid-template-rows: auto;
}

.display-1 {
  color: var(--color-2);
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.133em;
}

.display-1.white {
  color: var(--color-1);
}

.hero-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.style-guide-buttons {
  grid-column-gap: 23px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.button-wrapper {
  background-color: var(--color-6);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 40px;
  display: flex;
}

.button-wrapper.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color-8);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.button-wrapper.dark {
  background-color: var(--color-2);
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-small {
  color: var(--color-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714;
}

.uppercase {
  text-transform: uppercase;
}

.text-small {
  color: #000;
  line-height: 150%;
}

.position-relative {
  position: relative;
}

.inner-content.fixed {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.inner-content._850px {
  max-width: 650px;
}

.mg-bottom-40px {
  width: 100%;
  margin-bottom: 40px;
}

.mg-bottom-40px.left,
.flex-h {
  display: flex;
}

.flex-h.gap-20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.section-inner-content {
  flex-flow: column;
  padding: 15%;
  display: flex;
}

.mg-bottom-24px {
  margin-bottom: 30px;
}

.white-text-paragraph {
  color: var(--color-1);
  font-size: 14px;
  font-weight: 800;
}

.grid-2-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.grid-2-column.v1 {
  grid-template-rows: auto;
  align-items: center;
}

.grid-2-column.title-section-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-transform: none;
  grid-template-columns: 1fr auto;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 80px;
}

.image {
  background-image: url("../images/why.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.position-absolut._100vw {
  width: 50%;
}

.facts-card {
  z-index: 1;
  background-color: var(--color-3);
  width: 100%;
  margin-top: -120px;
  margin-bottom: auto;
  margin-right: auto;
  padding: 80px 40px;
  position: relative;
}

.grid-3-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.title-service {
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 42px;
  font-weight: 900;
}

.title-service._2 {
  font-size: 32px;
}

.vertical-content {
  flex-flow: column;
  display: flex;
}

.side-img-overlay {
  z-index: 2;
  background-color: #a3d9b1;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.side-image-wrapper {
  border-radius: 0;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.grid-2-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  place-items: start stretch;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
}

.side-img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.side-img.tab {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  height: 550px;
}

.side-img.card {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.grid-classes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: flex-start center;
  font-size: 16px;
  line-height: 160%;
  display: flex;
}

.content-block {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: left;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.content-block.services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.topheading-2 {
  color: #1fbd12;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
}

.simple-tabs-menu {
  border-bottom: 1px solid #d6d6d6;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 28px;
  display: flex;
}

.tab-link {
  color: var(--color-2);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  margin-bottom: -1px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 14px 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.444em;
}

.tab-link:hover {
  background-color: var(--color-5);
}

.tab-link.w--current {
  background-color: var(--color-2);
  color: var(--color-1);
  border: 1px #000;
  margin-right: 10px;
  padding: 14px 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
}

.social-footer-link {
  background-color: var(--color-7);
  opacity: 1;
  color: #4979ce1a;
  border: 0 #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 4px 5px;
  display: flex;
  position: relative;
}

.social-footer-link:hover {
  border: 1px solid var(--color-6);
  background-color: var(--color-5);
}

.footer-column {
  color: #000;
  text-align: left;
  flex: 0 auto;
  width: 30%;
  margin-bottom: 20px;
  padding-right: 20px;
}

.footer-link-text {
  color: var(--color-3);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}

.footer-link-text:hover {
  color: var(--color-1);
  text-decoration: underline;
}

.footer-link {
  color: var(--color-1);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.111;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--color-3);
  border-radius: 0;
  text-decoration: none;
}

.footer-link.w--current:hover {
  color: var(--color-3);
}

.footer-bottom {
  z-index: 2;
  color: #000;
  border: 1px #000;
  border-top: 1px solid #153561;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.footer-copyright {
  color: var(--color-1);
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer-flex-container {
  z-index: 2;
  color: #666;
  text-align: left;
  justify-content: space-between;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.logo-brand {
  width: 160px;
}

.logo-brand.center {
  margin-left: auto;
  margin-right: auto;
}

.section-block {
  z-index: 1;
  background-color: var(--color-2);
  height: 65%;
  position: absolute;
  inset: auto 0% 0%;
}

.width-small-card {
  direction: ltr;
  flex: none;
  width: 100%;
  position: relative;
}

.width-small-card.right-side {
  background-color: var(--color-3);
  background-image: linear-gradient(#dc2b2bb3, #dc2b2bb3),
    url("../images/why.png");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 20% 60px 60px;
  display: flex;
}

.mendosa-social-icon {
  width: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.footer-block {
  position: relative;
}

.footer-section {
  background-color: var(--color-2);
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer-side {
  color: #f8ffd9;
  width: 35%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
}

.footer-side.flex-side {
  border-left: 1px solid #30364d2e;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 98px;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.footer-side.flex-side.light {
  color: #000;
  border: 1px #000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 70%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
}

.text-block-footer {
  color: var(--color-1);
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.575em;
}

.footer-title-block {
  color: var(--color-1);
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.button-wrapper-2 {
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.section-cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 0 416px;
  position: relative;
}

.social-icons-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.footer-links {
  margin-top: 0;
  margin-bottom: 10px;
}

.topheading-3 {
  color: #1fbd12;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
}

.cta-in-container {
  z-index: 6;
  text-align: left;
  border-radius: 0;
  width: 95%;
  padding: 0;
  position: absolute;
  top: 0%;
  right: 0%;
}

.footer-logo-link {
  color: #333;
  flex: 0 auto;
  min-width: auto;
  max-height: none;
  text-decoration: none;
  display: flex;
}

.number {
  background-color: var(--color-3);
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  padding: 10px 10px 10px 0;
  font-family: Satoshi Variable, sans-serif;
  display: flex;
}

.number-white {
  color: var(--color-1);
  margin-bottom: 0;
  font-size: 42px;
  font-style: italic;
}

.mg-bottom-16px {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 16px;
  font-weight: 400;
  display: flex;
}

.section-half {
  z-index: 2;
  background-color: var(--color-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12em 5%;
  position: relative;
  overflow: hidden;
}

.section-half.gray {
  z-index: 0;
  background-color: var(--color-6);
}

.grid-2-colmn-gap-120px {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.8fr;
  place-items: center stretch;
  display: grid;
}

.topheading-4 {
  color: #000;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 7px 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.content-wrapper {
  direction: ltr;
  border-radius: 20px;
  width: 100%;
  max-width: 540px;
}

.content-wrapper._800px {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.half-bg-image-left {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.container-4 {
  z-index: 5;
  color: #fff;
  flex: 1;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 12em 2.5em;
  position: relative;
}

.container-4.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.overlay-gradient {
  background-image: linear-gradient(90deg, #fff0 52%, var(--color-2));
  position: absolute;
  inset: 0%;
}

.testimonials-card {
  border: 2px solid var(--color-2);
  color: #151515;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.topheading-5 {
  color: #1fbd12;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
}

.position-absolute {
  z-index: 999;
  height: 120px;
  position: absolute;
  inset: 0%;
}

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

.header-right-side {
  display: flex;
}

.mg-bottom-100px {
  margin-bottom: 100px;
}

.testimonials-logo {
  background-color: #fff;
  border-radius: 0;
  width: 150px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  right: 0;
}

.slider-right-arrow {
  background-color: #251e38;
  border-radius: 6px;
  width: 60px;
  height: 60px;
  font-size: 15px;
  display: block;
  right: -54%;
}

.slider-right-arrow:hover {
  background-image: linear-gradient(to left, #de39ff, #3982ff);
}

.slider-right-arrow._1 {
  background-color: var(--color-1);
  color: var(--color-2);
  border-radius: 100%;
  margin-right: -3em;
  font-size: 13px;
  right: 0%;
}

.slider-right-arrow._1:hover {
  background-color: var(--color-5);
  background-image: none;
}

.top-testimonials {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.slide {
  border: 1px #000;
  margin-right: 40px;
}

.testimonial-text {
  color: var(--color-1);
  text-align: left;
  max-width: none;
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.testimonials-grid-vr-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
  margin-left: 0;
  margin-right: auto;
}

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

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

.team-avatar {
  z-index: 5;
  border-radius: 20px;
  width: 160px;
  height: 160px;
  margin-bottom: 0;
  transition: box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}

.team-avatar.first {
  background-image: url("../images/team-2.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  align-items: flex-start;
  width: 160px;
  height: 160px;
  display: flex;
}

.team-avatar.third {
  background-image: url("../images/team-1.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 160px;
  height: 160px;
}

.team-avatar.second {
  background-image: url("../images/team-4.jpg");
  background-position: 0%;
  background-size: cover;
  border-radius: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 160px;
  height: 160px;
  display: flex;
}

.testimonial-container {
  background-color: var(--color-3);
  text-align: left;
  background-image: linear-gradient(135deg, #091c36c4, #dc2b2b 69%),
    url("../images/Image-9.jpg");
  background-position: 0 0, 0%;
  background-size: auto, cover;
  border: 1px #252525;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 40px;
  display: flex;
}

.testimonials {
  text-align: center;
  background-color: #0000;
  border-radius: 16px;
  width: 60%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.slider-left-arrow {
  background-color: #251e38;
  border-radius: 6px;
  width: 60px;
  height: 60px;
  font-size: 13px;
  display: block;
  left: -54%;
}

.slider-left-arrow:hover {
  background-image: linear-gradient(to right, #de39ff, #3982ff);
}

.slider-left-arrow._1 {
  background-color: var(--color-1);
  color: #fff;
  border-radius: 100%;
  margin-left: -3em;
  left: 0%;
}

.slider-left-arrow._1:hover {
  background-color: var(--color-5);
  color: #fff;
  background-image: none;
  border: 0 #0000;
}

.name-position {
  color: var(--color-1);
  letter-spacing: -0.5px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3em;
}

.testimonials-name-2 {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 3.4vh;
}

.icon-2 {
  color: var(--color-2);
}

.testimonial-author-name {
  color: #142335;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.mask {
  overflow: visible;
}

.bottom-testimonials {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.check-mark {
  background-color: var(--color-8);
  filter: invert();
}

.pricing-feature-wrapper {
  grid-column-gap: 16px;
  color: #fff;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.pricing-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--color-5);
  background-color: var(--color-1);
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px 32px;
  display: grid;
}

.pricing-card._2 {
  width: 90%;
}

.pricing-card._3 {
  width: 100%;
}

.description-copy {
  color: var(--color-2);
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  line-height: 1.333em;
}

.black-line-pricing-card {
  border: 10px #000;
  border-radius: 10px;
  position: sticky;
  top: 60px;
}

.price-list-text {
  color: #000;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 170%;
}

.price-list-text.dark {
  color: #000;
  line-height: 1.375em;
}

.top-price-content-card {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-right: 40px;
  display: flex;
}

.topheading-6 {
  color: #333a8d;
  background-color: #d2d5ff;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 7px 14px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.checkmark-circle {
  background-color: var(--color-2);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.price-features-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 0;
  display: block;
}

.price-features-wrapper._30px-overall-padding {
  border-top: 1px solid var(--color-5);
  border-radius: 0;
  width: 100%;
  padding: 30px 0;
}

.price-title {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}

.top-content-card {
  text-align: center;
}

.top-content-card.left {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.mechanics-grid.no-gaps {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-columns: 1fr 1fr;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.contact-form-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.field-label {
  color: var(--color-2);
  margin-bottom: 12px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.33em;
}

.contact-form {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #004139;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-success {
  color: #1fbd12;
  background-color: #eef6ef;
  border-style: none;
  border-width: 0;
  border-radius: 7px;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.555em;
}

.text-field {
  float: none;
  border: 1px solid var(--color-5);
  background-color: var(--color-1);
  color: var(--color-2);
  border-radius: 0;
  height: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 12px 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  display: inline-block;
}

.text-field:hover,
.text-field:active {
  border-color: #e9e9e9;
}

.text-field:focus,
.text-field.-wfp-focus {
  color: #000;
  background-color: #f7f7f7;
  border-color: #e9e9e9;
}

.text-field::placeholder {
  color: #000;
}

.text-field.message {
  background-color: var(--color-1);
  border-radius: 0;
  height: 150px;
}

.form-error {
  color: #ee3e54;
  text-align: center;
  background-color: #ee3e541f;
  border: 0 #000;
  border-radius: 7px;
  margin-top: 20px;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.555em;
}

.pricing-image {
  background-image: url("../images/Image-9.jpg");
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.team-expertise {
  color: var(--color-2);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.flex-h-2 {
  align-items: center;
  display: flex;
}

.flex-h-2.bottom-border {
  text-align: center;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 0;
}

.team-absolut-img {
  border-radius: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.team-card {
  flex-direction: column;
  align-items: center;
  width: 100%;
  line-height: 22px;
  text-decoration: none;
}

.team-card.line {
  border: 1px solid var(--color-5);
  background-color: #fff;
}

._100-cover-image-team {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.team-info-div {
  background-color: var(--color-1);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0;
  display: flex;
}

.instruction-wrapper-image {
  width: 100%;
  height: 450px;
  position: relative;
}

.instruction-wrapper-image.huge {
  height: 600px;
}

.instruction-wrapper-image.post {
  height: 400px;
}

.team-grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  width: 100%;
}

.info-card-post {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.button-link-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-link-text:hover {
  color: #ff8664;
}

.flex-block-horizontal {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--color-5);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.link-services {
  text-decoration: none;
}

.link-services.featured {
  width: 100%;
}

.paragraph-big-5 {
  color: #686868;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.483em;
}

.image-card {
  background-color: #e5e7ff;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  display: flex;
}

.image-card.featured {
  height: 450px;
}

.hidden-overlay {
  overflow: hidden;
}

.feature-card {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: left;
  flex-direction: column;
  flex: 270px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.feature-card.horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.feature-card.line {
  border-bottom: 1px solid var(--color-5);
  border-left: 1px solid var(--color-5);
}

.tittle-post-huge {
  text-transform: uppercase;
}

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

.grid-posts-3-row.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.info-card-content-post {
  width: 100%;
}

.info-card-content-post.margings {
  padding-left: 40px;
  padding-right: 40px;
}

.img-hidden-overflow--btm-20px {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.categorie {
  background-color: var(--color-3);
  color: var(--color-1);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.33em;
  display: flex;
}

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

.categories-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.rich-text-block {
  color: var(--color-2);
}

.component-info-left {
  color: #003f41;
  align-items: flex-start;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.mg-10px-right {
  margin-right: 16px;
}

.icon-wrapper {
  background-color: var(--color-2);
  color: #000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.service-icon {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color 0.2s;
  display: flex;
}

.address-title {
  margin-bottom: 0;
}

.position-sticky {
  position: sticky;
  top: 0;
}

.position-sticky.top-20px {
  top: 20px;
}

.grid-card-services {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

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

.insight-card {
  background-image: linear-gradient(#091c36, #091c36);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.insight-card._1 {
  background-image: linear-gradient(#0c0a3680, #0c0a3680),
    url("../images/Image-7.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.insight-card._2 {
  background-image: linear-gradient(#0c0a3680, #0c0a3680),
    url("../images/garsonwebb_car__suv__red___8a8db2a5-e078-4886-be92-872f04d62478.png");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.insight-card._3 {
  background-image: linear-gradient(#0c0a3680, #0c0a3680),
    url("../images/Image-1.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.images-floating-wrapper {
  margin-top: 195px;
  position: relative;
}

.image-floating-left {
  border-radius: 0;
  position: absolute;
  top: -20%;
  right: 0;
  box-shadow: 0 5px 40px #0c0a3633;
}

.image-floring-right {
  border-radius: 0;
  position: static;
  inset: -20% 0% auto auto;
  box-shadow: 0 5px 40px #0c0a361a;
}

.overlay-div {
  background-color: #091c36cc;
  position: absolute;
  inset: 0%;
}

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

.grid-info {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template:
    ". Area"
    / 1fr 0.5fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.features-block {
  text-align: center;
  background-color: #fff;
  border: 1px #24c3e266;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 60px;
  display: flex;
  position: relative;
}

.features-block.icon {
  text-align: center;
  background-color: #fff;
  border-right: 1px #d3d3d3c9;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 40px;
}

.top-info-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
}

.created-on {
  color: var(--color-1);
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
}

.team-card-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.flex-right-wrapper {
  width: 100%;
}

.mechanic-info-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.horizantal-flex-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--color-2);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--color-1);
  color: var(--color-2);
  text-align: center;
  flex-direction: column;
  width: 460px;
  padding: 60px 40px 40px;
  font-family: Satoshi Variable, sans-serif;
  display: flex;
}

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

.contact-details {
  color: var(--color-1);
  margin-bottom: 0;
  font-size: 16px;
}

.block-quote {
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 80px;
}

.logo-page-header {
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.licenses--grid-img {
  width: 600px;
  padding: 0;
}

.blog-image {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.blog-image._1 {
  background-image: url("../images/Blog-5.jpg");
  background-position: 50%;
  background-size: cover;
}

.blog-image._4 {
  background-image: url("../images/Image-4.jpg");
}

.blog-image._5 {
  background-image: url("../images/Image-1.jpg");
  background-position: 0 0;
  background-size: cover;
}

.blog-image._6 {
  background-image: url("../images/Blog-3.jpg");
}

.blog-image._2 {
  background-image: url("../images/Image-18.jpg");
}

.blog-image._3 {
  background-image: url("../images/team-4.jpg");
}

.component-wrapper-block {
  color: #000;
  text-align: left;
  border: 1px #000;
  border-top-color: #e7e7e7;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 0 60px 100px;
}

.component-wrapper-block.last {
  padding-bottom: 0;
}

.licenses-paragraph {
  color: var(--color-2);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.component-wrapper-block-2 {
  color: #000;
  text-align: left;
  border: 1px #000;
  border-top-color: #e7e7e7;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 0 60px 100px;
}

.logotypes {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.logo-links {
  opacity: 0.76;
  color: #9b9b9b;
  text-align: center;
  font-size: 44px;
  line-height: 56px;
  text-decoration: none;
  transition: opacity 0.4s;
  overflow: hidden;
}

.logo-links:hover {
  opacity: 1;
}

.licenses-paragraph-2 {
  color: #000;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.topheading-7 {
  color: #fff;
  text-transform: uppercase;
  background-color: #dc2b2b;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
}

.ee-graphic-image {
  border-radius: 0;
  width: 600px;
  margin-top: 60px;
}

.customer-info {
  border: 1px solid var(--color-5);
  background-color: var(--color-6);
  color: var(--color-2);
  padding: 30px;
}

.block-header {
  background-color: var(--color-8);
  border-style: none;
  border-width: 0;
  padding: 0 0 20px;
}

.block-content {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--color-5) black black;
  background-color: var(--color-8);
  flex-flow: column;
  padding: 30px 0 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  line-height: 1.375em;
}

.shipping-method {
  background-color: var(--color-8);
}

.shiping-method-list,
.shipping-method-list {
  border: 1px #000;
}

.images-utilities-page {
  width: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-wrapper {
  width: 100%;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.accordion-wrapper._700px {
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.toggle-wrapper {
  border: 1px solid var(--color-5);
  border-radius: 0;
  overflow: hidden;
}

.accordian-text {
  border-bottom: 1px solid var(--color-5);
  background-color: var(--color-6);
  margin-bottom: 0;
  padding: 20px;
  font-weight: 500;
}

.accordian-text.no-line {
  border: 1px #000;
}

.horizontal-accordian-line {
  background-color: var(--color-1);
  width: 70%;
  height: 2px;
  position: absolute;
}

.accordion-item {
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  border-radius: 6px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: box-shadow 0.4s, background-color 0.4s;
  display: block;
  overflow: hidden;
}

.vertical-accordian-line {
  background-color: var(--color-1);
  width: 2px;
  height: 70%;
  position: absolute;
}

.accordion-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 900;
}

.accordion-open-close {
  background-color: var(--color-2);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  right: 0;
}

.af-accordion-title-name {
  border-style: none none solid;
  border-width: 1px;
  border-color: #eef6ef #eef6ef var(--color-5);
  color: #222;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  margin-bottom: 0;
  padding: 20px 60px 20px 20px;
  display: flex;
  position: relative;
}

.af-accordion-title-name.no-line {
  border-bottom-style: none;
}

.af-rate-block {
  border-radius: 20px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.af-star {
  filter: brightness(500%);
  width: 24px;
  height: 24px;
  margin: 0 2px;
}

.default-state {
  display: flex;
}

.dropdown-iocn {
  background-color: var(--color-3);
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.left-side-drop-down-title {
  color: var(--color-1);
  letter-spacing: 0.04px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.333em;
  text-decoration: none;
}

.dropdown-icon-circle {
  color: #f0f0f0;
  background-color: #f3f3f3;
  border-radius: 100%;
  width: 14px;
  max-width: none;
  height: 14px;
  margin-bottom: 0;
  margin-left: 6px;
  padding: 4px;
  transition: padding 0.4s;
  position: static;
}

.dropdown-icon-circle:hover {
  padding: 0;
}

.grid-drop-down-links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
}

.navigation-dot {
  background-color: var(--color-3);
  border-radius: 20px;
  width: 7px;
  height: 7px;
}

.dropdown-title-link {
  letter-spacing: -0.25px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.333em;
}

.dropdown-info-block-bottom {
  background-color: var(--color-2);
  color: #fff;
  border-top: 1px solid #d6d6d6;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  display: flex;
}

.options-menu.w--open {
  color: #000;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  width: 660px;
  margin-top: 0;
  padding: 10px;
}

.dropdown-switch {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--color-1);
  letter-spacing: -0.25px;
  text-transform: uppercase;
  border-radius: 0;
  align-items: center;
  padding: 6px 12px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
}

.dropdown-switch:hover {
  color: var(--color-3);
}

.dropdown-switch.w--current {
  color: #642eff;
}

.dropdown-switch.w--open {
  border-radius: 0;
}

.link-dropdown {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--color-2);
  border-radius: 4px;
  align-items: center;
  padding: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  line-height: 1.333em;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
}

.link-dropdown:hover {
  background-color: var(--color-6);
  border-radius: 0;
  text-decoration: none;
}

.more-templates {
  z-index: 1000;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--color-3);
  color: var(--color-1);
  border-style: none;
  border-width: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 40px 100px auto;
  box-shadow: 0 2px 5px #0003;
}

.brand-image {
  border-radius: 100px;
  width: 40px;
}

@media screen and (min-width: 1280px) {
  .navigation {
    position: relative;
  }

  .primary-button {
    border-width: 1px;
    border-color: #3a3129;
  }

  .primary-button._2:hover {
    border-color: var(--color-1);
    color: var(--color-1);
    background-color: #ffc89600;
  }

  .cart-quantity.circle {
    border-style: none;
    border-width: 0;
    border-radius: 6px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section-title {
    max-width: 800px;
  }

  .paragraph-big {
    color: #3a3129;
    font-weight: 400;
  }

  .divider-line {
    background-size: 9px;
  }

  .display-2 {
    font-size: 80px;
  }

  .button-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .footer-link:hover {
    color: #1fbd12;
  }

  .logo-brand {
    width: 160px;
  }

  .container-4 {
    max-width: 1400px;
  }

  .testimonial-text {
    line-height: 1.4;
  }

  .flex-h-2.bottom-border {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .team-info-div {
    padding-top: 20px;
  }

  .paragraph-big-5 {
    color: #3a3129;
    font-weight: 400;
  }

  .licenses-paragraph {
    font-weight: 500;
  }

  .logo-links {
    height: auto;
  }

  .licenses-paragraph-2 {
    font-weight: 500;
  }

  .accordian-text {
    color: #3a496d;
  }

  .options-menu.w--open {
    margin-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  h1,
  h2 {
    color: var(--color-2);
    margin-top: 0;
    margin-bottom: 16px;
  }

  h3 {
    color: var(--color-2);
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Satoshi Variable, sans-serif;
    font-size: 30px;
    line-height: 1.4em;
  }

  h4 {
    color: var(--color-2);
    margin-top: 0;
    font-family: Satoshi Variable, sans-serif;
    font-size: 24px;
    line-height: 1.235em;
  }

  h5 {
    color: var(--color-2);
    margin-top: 0;
    font-family: Satoshi Variable, sans-serif;
    font-size: 18px;
    line-height: 1.333em;
  }

  h6 {
    color: var(--color-2);
    margin-top: 0;
    font-family: Satoshi Variable, sans-serif;
    font-size: 14px;
    line-height: 1.233em;
  }

  p {
    color: var(--color-2);
    font-family: Satoshi Variable, sans-serif;
  }

  .nav-container {
    max-width: 1240px;
  }

  .navigation {
    position: relative;
  }

  .primary-button {
    border-width: 1px;
    border-color: var(--color-1);
  }

  .primary-button._2 {
    color: var(--color-1);
    border-color: #3a3129;
    border-color: var(--color-1);
  }

  .nav-link-autofix.w--current:hover {
    color: var(--color-3);
  }

  .cart-quantity.circle {
    border-style: none;
    border-width: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .section-hero.blog {
    background-color: var(--color-2);
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    background-color: #fff0;
  }

  .section-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .paragraph-big {
    color: #3a3129;
    font-weight: 400;
  }

  .component-wrapper {
    background-image: none;
    border-style: none;
  }

  .divider-line {
    background-color: #e9e3de;
    background-image: url("../images/Line.svg");
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 9px;
    height: 1px;
  }

  .display-2 {
    font-size: 54px;
    line-height: 1.111;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 0;
  }

  .button-wrapper.dark {
    justify-content: center;
    align-items: center;
    padding: 40px;
  }

  .image {
    background-position: 50% 0;
  }

  .grid-2-row {
    grid-template-columns: 2fr 2.5fr;
  }

  .social-footer-link {
    width: 40px;
    height: 40px;
  }

  .footer-link:hover {
    color: #1fbd12;
  }

  .logo-brand {
    width: 160px;
  }

  .cta-in-container {
    width: 90%;
  }

  .container-4 {
    background-color: #fff0;
    max-width: 1400px;
  }

  .testimonial-text {
    font-size: 1.4em;
    line-height: 1.4;
  }

  .testimonials {
    width: 55%;
  }

  .name-position {
    color: var(--color-1);
    font-size: 1vw;
    font-style: normal;
  }

  .team-expertise {
    color: #565858;
  }

  .flex-h-2.bottom-border {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .paragraph-big-5 {
    color: #3a3129;
    font-weight: 400;
  }

  .image-card {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
  }

  .grid-posts-3-row.no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .mg-10px-right {
    margin-right: 10px;
  }

  .insight-card._1 {
    background-image: linear-gradient(#0c0a3680, #0c0a3680),
      url("../images/Image-7.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .insight-card._2 {
    background-image: linear-gradient(#0c0a3680, #0c0a3680),
      url("../images/garsonwebb_car__suv__red___8a8db2a5-e078-4886-be92-872f04d62478.png");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .insight-card._3 {
    background-image: linear-gradient(#0c0a3680, #0c0a3680),
      url("../images/Image-1.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .options-menu.w--open {
    margin-top: 0;
  }

  .more-templates {
    bottom: 80px;
  }
}

@media screen and (min-width: 1920px) {
  h3 {
    margin-bottom: 10px;
  }

  .text-block-2 {
    color: #c97d39;
  }

  .nav-container {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .navigation {
    background-color: #fff9ec00;
    position: relative;
  }

  .remove {
    color: #9b00ff;
    font-size: 16px;
    font-weight: 600;
  }

  .primary-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .primary-button.cart {
    color: var(--color-1);
  }

  .primary-button._2 {
    padding-top: 20px;
  }

  .nav-link-autofix {
    text-transform: uppercase;
  }

  .nav-link-autofix:hover {
    background-color: #fff0;
  }

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

  .cart-quantity.circle {
    border-style: none;
    border-width: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .text-block {
    color: #09aaaf;
    font-weight: 400;
  }

  .section-hero {
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero.pages {
    background-position: 50% 0;
  }

  .section-hero.pages.blog {
    height: auto;
    display: flex;
  }

  .section-hero.about {
    background-color: var(--color-2);
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    box-shadow: none;
    color: #000;
    max-width: 1240px;
    overflow: visible;
  }

  .container.no-paddings {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-title {
    max-width: 800px;
    margin-top: 0;
  }

  .paragraph-big {
    color: #3a3129;
    font-weight: 400;
  }

  .section {
    background-color: #fff;
  }

  .section.hero-img-section {
    background-image: linear-gradient(#00000080, #00000080),
      url("../images/Image-4.jpg");
    background-size: auto, cover;
    min-height: 70vh;
    padding-top: 140px;
  }

  .section.gray {
    z-index: 5;
  }

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

  .card-component {
    border: 0 #fff;
  }

  .divider-line {
    background-color: #e9e3de;
    background-image: none;
    height: 1px;
  }

  .display-2 {
    line-height: 1.111;
  }

  .color-block._3 {
    background-color: var(--color-4);
  }

  .display-1 {
    font-size: 100px;
  }

  .style-guide-buttons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button-wrapper {
    margin-top: 0;
  }

  .paragraph-small {
    color: #003f41;
    font-size: 14px;
  }

  .inner-content.fixed {
    max-width: 1100px;
  }

  .inner-content._850px {
    max-width: 850px;
  }

  .grid-2-column.title-section-grid {
    margin-bottom: 80px;
  }

  .image {
    background-image: url("../images/why.png");
    background-position: 50% 0;
  }

  .facts-card {
    z-index: 5;
    padding-left: 100px;
    padding-right: 100px;
  }

  .title-service {
    font-size: 42px;
  }

  .side-image-wrapper {
    border-radius: 0;
    height: 600px;
  }

  .grid-2-row {
    grid-template-columns: 2fr 2fr;
  }

  .grid-2-row.contact-detail {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 2fr 2.25fr;
  }

  .side-img {
    border-radius: 0;
  }

  .grid-classes {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-classes.tab {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-block {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .tab-link {
    text-transform: uppercase;
  }

  .tab-link.w--current {
    border-bottom-color: var(--color-3);
    text-transform: uppercase;
  }

  .social-footer-link {
    background-color: #fff;
    border-style: none;
    border-width: 0;
    border-radius: 100%;
  }

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

  .footer-link-text {
    margin-bottom: 0;
  }

  .footer-link {
    margin-bottom: 17px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.111;
  }

  .footer-link:hover,
  .footer-link.w--current:hover {
    color: var(--color-3);
  }

  .footer-bottom {
    border-style: solid none none;
    border-color: #153561 #000 #000;
    padding: 20px 0;
  }

  .footer-copyright {
    margin-bottom: 0;
    font-weight: 400;
  }

  .logo-brand {
    width: 160px;
  }

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

  .width-small-card {
    width: 100%;
  }

  .width-small-card.right-side {
    background-image: linear-gradient(#dc2b2bb3, #dc2b2bb3),
      url("../images/why.png");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .footer-section {
    background-color: var(--color-2);
    background-image: none;
    margin-top: -1px;
  }

  .footer-side {
    width: 35%;
    padding-top: 80px;
  }

  .footer-side.flex-side.light {
    justify-content: flex-end;
    width: 60%;
    padding-top: 80px;
  }

  .section-cta {
    border: 1px #000;
  }

  .cta-in-container {
    width: 80%;
    padding-left: 0;
  }

  .number {
    background-color: var(--color-3);
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
    padding: 10px 10px 10px 0;
    display: flex;
  }

  .number-white {
    color: var(--color-1);
    margin-bottom: 0;
    font-size: 42px;
    font-style: italic;
  }

  .mg-bottom-16px {
    justify-content: center;
    align-items: flex-start;
  }

  .section-half {
    background-color: var(--color-2);
    border: 1px #000;
  }

  .section-half.gray {
    background-color: var(--color-6);
  }

  .topheading-4 {
    border-color: #d6d6d6;
  }

  .content-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper._800px {
    max-width: 800px;
  }

  .container-4 {
    box-shadow: none;
    color: #000;
    overflow: visible;
  }

  .position-absolute {
    text-transform: uppercase;
  }

  .cart {
    color: var(--color-1);
  }

  .mg-bottom-100px {
    color: #000;
  }

  .testimonial-text {
    font-family: Satoshi Variable, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
  }

  .testimonials-grid-vr-2 {
    grid-column-gap: 40px;
    grid-template-rows: auto;
  }

  .testimonial-info-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .team-avatar.first {
    align-items: flex-end;
    display: flex;
  }

  .team-avatar.third {
    background-image: url("../images/team-1.jpg");
    background-position: 0 0;
    background-size: cover;
    width: 160px;
    height: 160px;
  }

  .testimonial-container {
    margin-left: 0;
  }

  .testimonials {
    background-image: none;
    width: 70%;
    max-width: none;
    padding: 0 40px;
  }

  .name-position {
    color: var(--color-1);
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: Satoshi Variable, sans-serif;
    font-size: 1vw;
    font-style: normal;
    font-weight: 500;
  }

  .pricing-card {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border-width: 1px;
    border-color: var(--color-5);
    background-image: none;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .top-price-content-card {
    padding-right: 40px;
  }

  .checkmark-circle {
    border-style: none;
  }

  .price-features-wrapper {
    margin-top: 0;
  }

  .top-content-card.left {
    text-align: left;
  }

  .mechanics-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

  .mechanics-grid.no-gaps {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    margin-top: 0;
  }

  .contact-form-wrapper {
    padding: 0;
  }

  .text-field {
    border: 1px solid var(--color-5);
    background-color: var(--color-1);
  }

  .text-field.message {
    background-color: var(--color-6);
  }

  .pricing-image {
    height: 100%;
  }

  .team-expertise {
    color: #000;
  }

  .flex-h-2.bottom-border {
    border: 1px #000;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-card {
    width: 100%;
    text-decoration: none;
  }

  .instruction-wrapper-image {
    height: 450px;
  }

  .instruction-wrapper-image.huge {
    height: 800px;
  }

  .team-grid-content {
    grid-row-gap: 12px;
  }

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

  .link-services {
    color: #3a3129;
    text-decoration: none;
  }

  .paragraph-big-5 {
    color: #686868;
    font-weight: 400;
  }

  .image-card {
    box-shadow: none;
    background-color: #e5e7ff;
    border-radius: 0;
    width: 100%;
    height: 300px;
  }

  .image-card.featured {
    height: 450px;
  }

  .feature-card {
    color: #000;
  }

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

  .mg-10px-right {
    margin-right: 10px;
  }

  .icon-wrapper {
    background-color: var(--color-2);
    color: var(--color-2);
  }

  .insight-card._1 {
    height: 400px;
  }

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

  .features-block {
    box-shadow: none;
  }

  .features-block.icon {
    box-shadow: none;
    border-radius: 0;
  }

  .mechanic-name {
    margin-bottom: 6px;
  }

  .contact-details {
    font-size: 20px;
  }

  .component-wrapper-block,
  .component-wrapper-block-2 {
    border-style: solid none none;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 49px;
  }

  .logo-links {
    overflow: hidden;
  }

  .toggle-wrapper {
    border: 1px solid var(--color-5);
    box-shadow: none;
    border-radius: 0;
  }

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

  .af-accordion-title-name {
    min-height: 80px;
  }

  .dropdown-info-block-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .options-menu.w--open {
    margin-top: 0;
  }

  .link-dropdown {
    padding: 10px;
  }

  .dropdown-list {
    background-color: #000;
  }

  .more-templates {
    bottom: 35px;
  }

  .brand-image {
    width: 32px;
  }
}

@media screen and (max-width: 991px) {
  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .primary-button._2 {
    font-weight: 700;
  }

  .nav-link-autofix {
    color: var(--color-2);
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
    font-weight: 700;
  }

  .nav-link-autofix:hover {
    color: var(--color-3);
  }

  .navigation-button-wrapper {
    grid-column-gap: 10px;
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-menu-button {
    background-color: var(--color-3);
    color: #ffe4cc;
    border-radius: 0;
    margin-left: 20px;
    padding: 18px;
  }

  .nav-menu-button:hover,
  .nav-menu-button.w--open {
    background-color: var(--color-3);
  }

  .nav-menu-button.w--open:hover {
    background-color: #c97d39;
  }

  .nav-menu {
    color: #3a3129;
    background-color: #fff;
    border: 1px solid #ffffff14;
    border-radius: 0;
    padding: 12px;
    position: absolute;
    left: 10px;
    right: 10px;
  }

  .nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .icon-hamburger {
    color: #fff;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .container {
    padding-top: 9em;
    padding-bottom: 9em;
  }

  .container.checkout {
    flex-flow: column;
    padding-top: 10em;
    padding-bottom: 10em;
  }

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

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

  .component-wrapper {
    padding-bottom: 40px;
  }

  .card-component {
    padding: 0;
  }

  .color-block {
    height: 240px;
  }

  .display-1 {
    font-size: 90px;
    line-height: 120%;
  }

  .style-guide-buttons {
    grid-template-columns: 1fr 1fr;
  }

  .section-inner-content {
    padding-left: 5%;
    padding-right: 10%;
  }

  .grid-2-column.v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-column.title-section-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: flex-start stretch;
    display: flex;
  }

  .position-absolut._100vw {
    width: 100%;
    height: 600px;
    position: relative;
  }

  .facts-card {
    margin-top: 0;
  }

  .side-image-wrapper {
    width: 100%;
    height: 650px;
  }

  .grid-2-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: 1.25fr;
    display: flex;
    position: relative;
  }

  .grid-2-row.contact-detail {
    flex-flow: row;
  }

  .content-block {
    flex-flow: column;
    max-width: none;
  }

  .simple-tabs {
    width: 100%;
  }

  .simple-tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .tab-link {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 24px;
  }

  .tab-link.w--current {
    font-size: 24px;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .width-small-card {
    width: 100%;
  }

  .footer-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-side {
    width: 100%;
    padding-right: 0;
  }

  .footer-side.flex-side.light {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .section-cta {
    padding-bottom: 510px;
    padding-left: 0;
    padding-right: 0;
  }

  .social-icons-wrapper {
    margin-left: 0;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .cta-in-container {
    width: 95%;
    padding-top: 0;
    padding-left: 0;
  }

  .number-white {
    font-size: 40px;
  }

  .section-half {
    padding: 0 0 9em;
  }

  .grid-2-colmn-gap-120px {
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    max-width: none;
  }

  .half-bg-image-left {
    width: 100%;
    min-height: auto;
    margin-bottom: 9em;
    position: static;
  }

  .container-4 {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .slide {
    width: 90%;
  }

  .testimonial-text {
    font-size: 1.4em;
    line-height: 1.4;
  }

  .testimonials-grid-vr-2 {
    grid-template-columns: 1fr;
  }

  .testimonials {
    width: 90%;
    max-width: 90%;
  }

  .slider-left-arrow._1 {
    left: 0%;
  }

  .name-position {
    font-size: 16px;
  }

  .mg-bottom-24px-2 {
    margin-bottom: 24px;
  }

  .pricing-feature-wrapper {
    text-align: left;
  }

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

  .price-features-wrapper._30px-overall-padding {
    margin-bottom: 20px;
    padding: 20px 0;
  }

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

  .contact-form-wrapper {
    border-top: 1px solid #d6d6d6;
    flex: 0 auto;
    order: 1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 64px 0;
  }

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

  .pricing-image {
    height: 300px;
  }

  .flex-h-2.bottom-border {
    width: 100%;
  }

  .team-grid-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .info-card-post {
    height: auto;
  }

  .image-card {
    width: 100%;
    height: 400px;
  }

  .image-card.featured {
    width: 100%;
  }

  .feature-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-card.horizontal {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .feature-card.line {
    border: 1px #000;
    flex-flow: column;
  }

  .grid-posts-3-row {
    grid-template-columns: 1fr;
  }

  .info-card-content-post {
    height: auto;
  }

  .mg-10px-right {
    margin-right: 10px;
  }

  .grid-crevices-collection-3-row,
  .grid-insights-3-row {
    grid-template-columns: 1fr 1fr;
  }

  .images-floating-wrapper {
    margin-top: 177px;
    padding-bottom: 45px;
  }

  .image-floating-left {
    width: 70%;
  }

  .image-floring-right {
    width: 60%;
    margin-top: 10%;
  }

  .grid-info {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    justify-items: center;
  }

  .licenses--grid-img {
    width: auto;
  }

  .component-wrapper-block {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .component-wrapper-block.last {
    padding-left: 0;
    padding-right: 0;
  }

  .component-wrapper-block-2 {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .checkout-left-block {
    width: 100%;
    margin-right: 0;
  }

  .checkout-right-block {
    width: 100%;
  }

  .dropdown-switch {
    justify-content: space-between;
    width: 100%;
  }

  .more-templates {
    bottom: 30px;
    left: auto;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .primary-button {
    font-size: 16px;
  }

  .primary-button.mbl {
    display: none;
  }

  .nav-link-autofix:hover {
    color: var(--color-3);
  }

  .nav-menu-button:hover {
    background-color: #3a3129;
  }

  .nav-menu-button.w--open {
    background-color: #3a3129;
    background-image: none;
  }

  .nav-menu {
    background-color: #fff;
  }

  .container {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .section-title {
    margin-bottom: 48px;
  }

  .component-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-component {
    padding: 0;
  }

  .display-2 {
    font-size: 68px;
  }

  .color-block {
    height: 140px;
  }

  .color-shade-card {
    padding: 16px;
  }

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

  .display-1 {
    font-size: 80px;
  }

  .display-1.white {
    font-size: 70px;
  }

  .style-guide-buttons {
    grid-template-columns: 1fr;
  }

  .button-wrapper.gap-24px {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-inner-content {
    padding: 10%;
  }

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

  .side-image-wrapper {
    width: 100%;
    height: 500px;
  }

  .grid-2-row {
    top: auto;
  }

  .grid-2-row.contact-detail {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .side-img.card {
    background-position: 50% 0;
  }

  .simple-tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-flex-container {
    flex-wrap: wrap;
  }

  .logo-brand {
    width: 160px;
  }

  .logo-brand.center {
    width: 200px;
  }

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

  .width-small-card.right-side {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .footer-side {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-side.flex-side {
    border-left-style: none;
    width: 100%;
    padding-left: 20px;
  }

  .footer-side.flex-side.light {
    flex-flow: column;
    width: 100%;
    padding-top: 60px;
  }

  .section-cta {
    padding-bottom: 554px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .number-white {
    font-size: 38px;
  }

  .section-half {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper {
    width: 100%;
    max-width: none;
  }

  .container-4 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .slider-right-arrow._1 {
    width: 43px;
    height: 43px;
  }

  .slide {
    margin-right: 20px;
  }

  .testimonial-text {
    max-width: 366px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .testimonial-container {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .testimonials {
    width: 90%;
  }

  .slider-left-arrow._1 {
    width: 43px;
    height: 43px;
  }

  .mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

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

  .price-features-wrapper._30px-overall-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .mechanics-grid,
  .mechanics-grid.no-gaps {
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    padding: 32px;
  }

  .contact-form {
    padding-top: 16px;
  }

  .team-grid-content {
    justify-items: start;
  }

  .image-card {
    width: 100%;
    height: 340px;
  }

  .feature-card,
  .categories-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .mg-10px-right {
    margin-right: 10px;
  }

  .icon-wrapper {
    width: 52px;
    height: 52px;
  }

  .grid-crevices-collection-3-row,
  .grid-insights-3-row {
    grid-template-columns: 1fr;
  }

  .images-floating-wrapper {
    margin-top: 114px;
  }

  .image-floating-left {
    border-radius: 16px;
  }

  .image-floring-right {
    border-radius: 0;
    margin-top: 10%;
  }

  .grid-info {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-items: start;
  }

  .features-block {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .block-quote {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .component-wrapper-block,
  .component-wrapper-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .accordion-title {
    font-size: 20px;
  }

  .accordion-open-close {
    width: 32px;
    height: 32px;
    margin-right: 20px;
  }

  .af-accordion-title-name {
    min-height: 80px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
  }

  .grid-drop-down-links {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-info-block-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .options-menu.w--open {
    width: auto;
  }

  .more-templates {
    bottom: 35px;
    right: 20px;
  }
}

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

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .price-card,
  .primary-button {
    font-size: 16px;
  }

  .primary-button.mbl {
    display: none;
  }

  .primary-button._2 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .primary-button.cart {
    justify-content: center;
    align-items: flex-end;
  }

  .primary-button._3 {
    border-width: 2px;
    font-size: 16px;
  }

  .primary-button._4.padding {
    margin-right: 0;
  }

  .cart-container {
    border-radius: 0;
    min-width: auto;
    max-width: none;
  }

  .cart-quantity.circle {
    justify-content: center;
    align-items: flex-end;
  }

  .nav-menu-button {
    padding: 8px;
  }

  .nav-menu-button.w--open {
    background-color: #3a3129;
  }

  .container {
    padding: 7em 1.6em;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .topheading {
    margin-bottom: 12px;
  }

  .paragraph-big {
    font-size: 1rem;
  }

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

  .component-wrapper {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .card-component {
    padding-left: 0%;
    padding-right: 0%;
  }

  .divider-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .display-2,
  .display-2.white {
    font-size: 46px;
  }

  .color-shade-card {
    padding: 12px;
  }

  .display-1 {
    font-size: 55px;
  }

  .display-1.white {
    font-size: 46px;
  }

  .style-guide-buttons {
    grid-template-columns: 1fr;
  }

  .button-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-wrapper.gap-24px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .grid-2-column.title-section-grid {
    grid-template-columns: auto;
  }

  .position-absolut._100vw {
    height: 340px;
  }

  .title-service {
    font-size: 35px;
  }

  .side-image-wrapper {
    width: 100%;
    height: 350px;
  }

  .grid-2-row {
    top: auto;
  }

  .grid-2-row.contact-detail {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: flex-start;
  }

  .side-img.tab {
    height: 400px;
  }

  .topheading-2 {
    margin-bottom: 12px;
  }

  .simple-tabs-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .tab-link {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link.w--current {
    margin-right: 0;
  }

  .social-footer-link {
    width: 30px;
    height: 30px;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .logo-brand {
    width: 120px;
  }

  .width-small-card {
    width: 100%;
    max-width: none;
  }

  .width-small-card.right-side {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mendosa-social-icon {
    width: 16px;
  }

  .footer-section {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-side {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-side.flex-side {
    border-left-style: none;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .footer-side.flex-side.light {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-cta {
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .topheading-3 {
    margin-bottom: 12px;
  }

  .cta-in-container {
    padding-left: 0;
    padding-right: 0;
  }

  .number {
    width: 70px;
    height: 70px;
  }

  .number-white {
    font-size: 35px;
  }

  .section-half {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-2-colmn-gap-120px {
    display: block;
  }

  .topheading-4 {
    margin-bottom: 12px;
  }

  .half-bg-image-left {
    min-height: auto;
    margin-bottom: 6em;
  }

  .container-4 {
    padding: 7em 1.6em;
  }

  .topheading-5 {
    margin-bottom: 12px;
  }

  .slider-right-arrow {
    display: none;
  }

  .slider-right-arrow._1 {
    margin-right: -1em;
    display: none;
  }

  .top-testimonials {
    flex-flow: column;
  }

  .slide {
    width: 100%;
  }

  .testimonial-text {
    padding-left: 0;
  }

  .slide-nav-second {
    justify-content: center;
    align-items: center;
    font-size: 7px;
    display: flex;
    bottom: -27px;
  }

  .team-avatar {
    background-image: none;
  }

  .testimonial-container {
    padding: 40px 20px;
  }

  .testimonials {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
  }

  .slider-left-arrow {
    display: none;
  }

  .slider-left-arrow._1 {
    margin-left: -1em;
    display: none;
  }

  .testimonials-name-2 {
    text-align: left;
  }

  .testimonial-author-name {
    text-align: center;
    flex-direction: column;
  }

  .bottom-testimonials {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: flex-start;
  }

  .mg-bottom-16px-2,
  .mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .pricing-feature-wrapper {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: row;
    align-items: flex-start;
  }

  .pricing-card {
    width: auto;
    padding: 20px;
  }

  .pricing-card._2 {
    width: auto;
  }

  .description-copy {
    font-size: 18px;
  }

  .topheading-6 {
    margin-bottom: 12px;
  }

  .checkmark-circle {
    width: 21px;
    height: 21px;
  }

  .price-features-wrapper._30px-overall-padding {
    padding: 24px 10px;
  }

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

  .contact-form-wrapper {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .team-info-div {
    flex-direction: column;
    padding-top: 10px;
  }

  .instruction-wrapper-image {
    height: 300px;
  }

  .instruction-wrapper-image.huge {
    height: 400px;
  }

  .button-link-text {
    align-items: center;
  }

  .paragraph-big-5 {
    font-size: 1rem;
  }

  .image-card {
    width: 100%;
    height: 240px;
  }

  .image-card.featured {
    height: 400px;
  }

  .feature-card {
    width: 100%;
  }

  .tittle-post-huge {
    font-size: 36px;
  }

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

  .categories-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .component-info-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mg-10px-right {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .image-floring-right {
    margin-top: 20%;
  }

  .grid-info {
    flex-flow: column;
    justify-content: flex-start;
    place-items: center start;
    display: flex;
  }

  .features-block {
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .features-block.icon {
    padding: 20px;
  }

  .horizantal-flex-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .block-quote {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .licenses--grid-img {
    width: 100%;
  }

  .component-wrapper-block {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .licenses-paragraph {
    font-size: 1rem;
  }

  .component-wrapper-block-2 {
    margin-bottom: 30px;
    padding: 30px 0;
  }

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

  .logo-links {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .licenses-paragraph-2 {
    font-size: 1rem;
  }

  .topheading-7 {
    margin-bottom: 12px;
  }

  .customer-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shipping-method {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .order-item {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-wrapper._700px {
    max-width: 100%;
  }

  .accordion-title {
    flex-flow: column;
    font-size: 16px;
    display: flex;
  }

  .af-accordion-title-name {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    font-family: Satoshi Variable, sans-serif;
    display: flex;
  }

  .default-state {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .dropdown-info-block-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .more-templates {
    font-size: 12px;
    bottom: 35px;
    right: 10px;
  }

  .brand-image {
    width: 40px;
    height: 40px;
  }
}

#w-node-aebb7dd2-10b3-adb4-d940-669c5559c829-5d0b416b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-c127dc71-65f1-2516-9a7a-58c64e5d1760-5d0b416b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ab0be85c-1c88-596b-dae9-197e34f936f4-5d0b416b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_256deacc-cda9-dae2-e705-359dfd684c01-5d0b416b,
#w-node-_6c5446aa-ac7a-33ad-d991-b2bca1ae19af-5d0b416b,
#w-node-_2e434ad3-4021-b623-d1ce-eb74ab53f881-5d0b416b,
#w-node-_4cbfc485-94b6-3d7e-c69e-94440acc7663-5d0b416b,
#w-node-_5eb9b296-32bf-7fd5-07ab-9e64d99a0f1b-5d0b416b,
#w-node-_5be0b5aa-d791-1c98-250a-bbd4ee3c6e12-5d0b416b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dc9873d7-24de-a1f3-095f-e392c09da4fa-5d0b416b {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-bf7a7058-75ba-f12d-a7d9-37527c3ac911-5d0b416b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_35c5d54d-0ae0-a9e9-9cff-31a99549dadf-5d0b416b,
#w-node-_35c5d54d-0ae0-a9e9-9cff-31a99549dabb-5d0b416b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f23e67b-82ff-bc09-1cc1-314373456ec7-5d0b416b {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-b87f040c-1b1f-c80d-cbf1-8e64c135055c-5d0b416b,
#w-node-b87f040c-1b1f-c80d-cbf1-8e64c1350560-5d0b416b,
#w-node-b87f040c-1b1f-c80d-cbf1-8e64c1350564-5d0b416b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b87f040c-1b1f-c80d-cbf1-8e64c1350568-5d0b416b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_64c788cb-4865-27e1-8335-1180338fb02e-5d0b416c {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-b7c626b1-8f7e-f11f-e0eb-3bb943d7cf59-5d0b4172 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6154bc6b-f9b4-fb69-4c0f-fa9045522293-5d0b4173,
#w-node-_92b62fd0-c386-6560-bbf7-5d5aa9971463-5d0b4175 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_03baa658-cd47-36ee-eea7-ecf8bc346161-5d0b4177 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_38f4495d-f37f-7739-f1ed-72545df1f9b0-5d0b4177,
#w-node-_38f4495d-f37f-7739-f1ed-72545df1f9c3-5d0b4177,
#w-node-_38f4495d-f37f-7739-f1ed-72545df1f9d6-5d0b4177,
#w-node-_38f4495d-f37f-7739-f1ed-72545df1f9e9-5d0b4177,
#w-node-_38f4495d-f37f-7739-f1ed-72545df1f9fc-5d0b4177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f04f9bf3-ed35-35f3-bfce-092d9b40d59e-5d0b4178 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-f04f9bf3-ed35-35f3-bfce-092d9b40d5a1-5d0b4178 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f04f9bf3-ed35-35f3-bfce-092d9b40d5b8-5d0b4178 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac5eb20f-2eaa-fb21-95f3-d1ffa4729bff-5d0b4178,
#w-node-ac5eb20f-2eaa-fb21-95f3-d1ffa4729c03-5d0b4178,
#w-node-ac5eb20f-2eaa-fb21-95f3-d1ffa4729c07-5d0b4178 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac5eb20f-2eaa-fb21-95f3-d1ffa4729c0b-5d0b4178 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_70f7b6a5-323d-9862-496f-ba3e56408005-5d0b4178,
#w-node-_70f7b6a5-323d-9862-496f-ba3e56408018-5d0b4178,
#w-node-_70f7b6a5-323d-9862-496f-ba3e5640802b-5d0b4178,
#w-node-_70f7b6a5-323d-9862-496f-ba3e5640803e-5d0b4178,
#w-node-_70f7b6a5-323d-9862-496f-ba3e56408051-5d0b4178,
#w-node-f169cbe3-51ed-764d-692e-c3fd8dbf8365-5d0b4179,
#w-node-d1f6c498-6359-ca30-5dc7-3266449fa9b8-5d0b417a,
#w-node-a8ec70e1-8db0-f970-5b23-aae2d6516271-5d0b417b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cd653f34-ae12-b29d-86fc-22e1e0dc4e3b-5d0b417b,
#w-node-cd653f34-ae12-b29d-86fc-22e1e0dc4e51-5d0b417b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e36ee39-c735-da81-a297-53974e420591-5d0b417b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3fe8c78d-2887-6c5c-ea68-b0a75c75fecf-5d0b417e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-c127dc71-65f1-2516-9a7a-58c64e5d1760-5d0b416b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-ab0be85c-1c88-596b-dae9-197e34f936f4-5d0b416b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_256deacc-cda9-dae2-e705-359dfd684c01-5d0b416b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-bf7a7058-75ba-f12d-a7d9-37527c3ac911-5d0b416b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35c5d54d-0ae0-a9e9-9cff-31a99549dad4-5d0b416b,
  #w-node-_35c5d54d-0ae0-a9e9-9cff-31a99549dae6-5d0b416b,
  #w-node-_35c5d54d-0ae0-a9e9-9cff-31a99549dadf-5d0b416b,
  #w-node-_35c5d54d-0ae0-a9e9-9cff-31a99549dac2-5d0b416b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f23e67b-82ff-bc09-1cc1-314373456ec7-5d0b416b {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-b7c626b1-8f7e-f11f-e0eb-3bb943d7cf59-5d0b4172 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_03baa658-cd47-36ee-eea7-ecf8bc346161-5d0b4177 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f04f9bf3-ed35-35f3-bfce-092d9b40d5a1-5d0b4178 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-f04f9bf3-ed35-35f3-bfce-092d9b40d5b8-5d0b4178 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8ec70e1-8db0-f970-5b23-aae2d6516271-5d0b417b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-cd653f34-ae12-b29d-86fc-22e1e0dc4e39-5d0b417b,
  #w-node-cd653f34-ae12-b29d-86fc-22e1e0dc4e4f-5d0b417b,
  #w-node-cd653f34-ae12-b29d-86fc-22e1e0dc4e51-5d0b417b,
  #w-node-cd653f34-ae12-b29d-86fc-22e1e0dc4e65-5d0b417b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e36ee39-c735-da81-a297-53974e420591-5d0b417b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-bf7a7058-75ba-f12d-a7d9-37527c3ac911-5d0b416b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_64c788cb-4865-27e1-8335-1180338fb02e-5d0b416c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_03baa658-cd47-36ee-eea7-ecf8bc346161-5d0b4177,
  #w-node-_4e36ee39-c735-da81-a297-53974e420591-5d0b417b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-dc9873d7-24de-a1f3-095f-e392c09da4fa-5d0b416b,
  #w-node-_1f23e67b-82ff-bc09-1cc1-314373456ec7-5d0b416b,
  #w-node-b87f040c-1b1f-c80d-cbf1-8e64c135055c-5d0b416b,
  #w-node-b87f040c-1b1f-c80d-cbf1-8e64c1350560-5d0b416b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b87f040c-1b1f-c80d-cbf1-8e64c1350568-5d0b416b {
    justify-self: stretch;
  }

  #w-node-_64c788cb-4865-27e1-8335-1180338fb02e-5d0b416c,
  #w-node-_6154bc6b-f9b4-fb69-4c0f-fa9045522293-5d0b4173,
  #w-node-_92b62fd0-c386-6560-bbf7-5d5aa9971463-5d0b4175,
  #w-node-ac5eb20f-2eaa-fb21-95f3-d1ffa4729bff-5d0b4178,
  #w-node-ac5eb20f-2eaa-fb21-95f3-d1ffa4729c03-5d0b4178 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac5eb20f-2eaa-fb21-95f3-d1ffa4729c07-5d0b4178 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac5eb20f-2eaa-fb21-95f3-d1ffa4729c0b-5d0b4178 {
    grid-column: span 1 / span 1;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3fe8c78d-2887-6c5c-ea68-b0a75c75fecf-5d0b417e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b87f040c-1b1f-c80d-cbf1-8e64c135055c-5d0b416b,
  #w-node-b87f040c-1b1f-c80d-cbf1-8e64c1350560-5d0b416b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3fe8c78d-2887-6c5c-ea68-b0a75c75fecf-5d0b417e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-VariableItalic.ttf") format("truetype"),
    url("../fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi Variable";
  src: url("../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Add on */
.text-end {
  text-align: end;
}
.section.hero-img-section > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: end;
}
.section.hero-img-section > div > .inner-content {
  align-items: flex-end;
}

.section.hero-img-section > p {
  text-align: end;
}

.footer-block.-mt-10rem {
  margin-top: -10rem;
}

/* Google Maps Styling */
.map-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.map-container iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 8px;
}

/* Navigation Buttons Styling */
.navigation-buttons-wrapper {
  margin-top: 40px;
  text-align: center;
}

.navigation-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 30px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.4s ease;
  min-width: 200px;
  justify-content: center;
  position: relative;
  box-shadow: inset 0 0 100px 100px #0000;
}

.navigation-button:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.navigation-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.google-maps-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border: 2px solid var(--color-3);
  background-color: var(--color-3);
  color: var(--color-1);
  text-wrap: nowrap;
}
.google-maps-btn > img {
  color: white;
  height: 100%;
  aspect-ratio: 1;
  max-height: 1.25em;
}

.google-maps-btn:hover {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: var(--color-1);
}

.waze-btn {
  border: 2px solid var(--color-1);
  background-color: var(--color-1);
  color: var(--color-2);
}

.waze-btn:hover {
  border-color: var(--color-3);
  background-color: var(--color-3);
  color: var(--color-1);
}

/* Responsive map adjustments */
@media screen and (max-width: 767px) {
  .map-container iframe {
    height: 350px;
  }

  .navigation-buttons-wrapper {
    margin-top: 30px;
  }

  .button-wrapper.gap-24px {
    flex-direction: column;
    gap: 16px;
  }

  .navigation-button {
    min-width: 100%;
    padding: 14px 20px;
  }
}

@media screen and (max-width: 479px) {
  .map-container iframe {
    height: 300px;
  }

  .navigation-buttons-wrapper {
    margin-top: 24px;
  }

  .navigation-button {
    padding: 12px 16px;
    font-size: 14px;
  }
}
