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

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

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

:root {
  --light: #ddddd5;
  --dark: #181818;
  --light-elevation: #d3d3cb;
  --dark-elevation: #222221;
}

.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-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-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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

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

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

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

  .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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--light);
  color: var(--dark);
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 125%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 400;
  line-height: 125%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 125%;
}

a {
  color: var(--dark);
  text-decoration: underline;
}

blockquote {
  background-color: var(--dark);
  color: var(--light);
  border-left: 5px #e2e2e2;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 48px;
  font-size: 24px;
  line-height: 125%;
}

.section {
  color: #181818;
  background-color: #ddddd5;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.section.dark {
  color: #ddddd5;
  background-color: #181818;
}

.section.dark.medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.dark.big-testimonial-abstract-right {
  background-image: url('../images/abstractright.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.dark.big-testimonial-abstract-left {
  background-image: url('../images/abstractleft.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.dark.hero-home-c {
  background-image: url('../images/AbstractHomeC.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 140px;
}

.section.dark.moving-team-section {
  overflow: hidden;
}

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

.section.hero-home-b {
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.testimonial-background-one {
  background-image: url('../images/TestiBigOne.webp');
  background-position: 50%;
  background-size: cover;
  height: 95vh;
  min-height: 600px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.scroll-over-section {
  background-color: var(--light);
  min-height: 100vh;
  position: sticky;
  top: 0;
}

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

.section.testimonial-background-two {
  background-image: url('../images/TestiBigTwo.webp');
  background-position: 50%;
  background-size: cover;
  height: 95vh;
  min-height: 600px;
  padding-top: 160px;
  padding-bottom: 160px;
}

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

.section.hero-about-a {
  background-image: url('../images/AbstractABoutA.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 120px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.hero-about-c {
  background-image: url('../images/AboutC_1.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 500px;
  position: relative;
}

.section.about-c-contet-section {
  overflow: hidden;
}

.section.hero-blog-template {
  padding-top: 180px;
  padding-bottom: 8px;
  overflow: hidden;
}

.section.blog-content-section {
  padding-bottom: 0;
}

.section.hero-contact {
  background-image: url('../images/abstractcontact.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50vw;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero-pricing {
  padding-top: 120px;
}

.section.hero-product {
  padding-top: 180px;
}

.main-container {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-small {
  font-size: 18px;
  line-height: 140%;
}

.paragraph-small.showreel-duration {
  font-style: italic;
}

.big-text {
  font-size: 32px;
  font-weight: 300;
  line-height: 140%;
}

.big-text.fade-out-white {
  color: #ddddd599;
}

.big-text.fade-out-dark {
  color: #18181899;
}

.cta-main {
  background-color: var(--dark);
  color: var(--light);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta-main:hover {
  background-color: #181818eb;
}

.cta-main.submit-cta {
  width: 100%;
  margin-top: 16px;
}

.cta-white {
  background-color: var(--light);
  color: var(--dark);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta-white:hover {
  background-color: #ddddd5eb;
}

.link-dropdown {
  text-align: center;
  font-size: 16px;
}

.link-dropdown:hover {
  background-color: #1818180f;
}

.link-dropdown.w--current {
  color: #0a0a0a;
  font-weight: 700;
}

.dropdown-list.w--open {
  background-color: var(--light-elevation);
  border-radius: 12px;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.dropdown {
  font-size: 18px;
}

.brand-navbar {
  max-width: none;
  height: 100%;
}

.image-chevron-dropdown {
  width: 24px;
  height: 24px;
}

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

.link-brand-navbar {
  align-items: center;
  height: 32px;
  display: flex;
}

.navbar {
  background-color: var(--light);
  border-bottom: 1px solid #18181814;
  height: 82px;
  position: fixed;
  inset: 0% 0% auto;
}

.cta-nav {
  background-color: var(--dark);
  color: var(--light);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-left: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.title-wrap-center {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-wrap-center.mg-bottom-80 {
  margin-bottom: 80px;
}

.limit-hero-home-a {
  max-width: 960px;
}

.master-hero-home-graphic {
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 80px;
  margin-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.inside-hero-home-a-graphic {
  grid-column-gap: 2vw;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-hero-home-a {
  border-radius: 50%;
  flex: none;
  width: 30vw;
  height: 30vw;
  display: block;
}

.image-hero-home-a.main-one {
  object-fit: cover;
  width: 24vw;
  height: 24vw;
}

.image-hero-home-a.side-left, .image-hero-home-a.side-right {
  width: 17vw;
  height: 17vw;
}

.image-hero-home-a.side-smal-left, .image-hero-home-a.side-small-right {
  width: 13vw;
  height: 13vw;
}

.image-hero-home-a.border-right, .image-hero-home-a.border-left {
  width: 14vw;
  height: 14vw;
}

.bottom-hero-home-a {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.flex-right.mg-top-80 {
  margin-top: 80px;
}

.limit-content-to-right {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1008px;
  display: flex;
}

.grid-services-to-right {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 64px;
}

.tile-dark-with-dots {
  grid-row-gap: 24px;
  background-color: var(--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px 24px;
  display: flex;
  position: relative;
}

.tile-dark-with-dots.service-small-centered-tile {
  grid-row-gap: 72px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 56px;
}

.tile-dark-with-dots.partner-tile {
  grid-row-gap: 120px;
  align-items: flex-start;
  padding: 64px;
}

.tile-dark-with-dots.process-center-tile {
  grid-row-gap: 100px;
  padding: 64px;
  position: sticky;
  top: 120px;
}

.tile-dark-with-dots.process-center-tile.secon-tile {
  background-color: #272725;
}

.tile-dark-with-dots.process-center-tile.third-tile {
  background-color: #363634;
}

.tile-dark-with-dots.area-with-image-tile {
  grid-row-gap: 40px;
  align-items: flex-start;
  padding-top: 56px;
  padding-bottom: 48px;
}

.tile-dark-with-dots.process-sticky-tile {
  grid-row-gap: 100px;
  padding: 64px;
}

.tile-dark-with-dots.area-with-image-tile-big {
  grid-row-gap: 40px;
  align-items: flex-start;
  padding-top: 56px;
  padding-bottom: 64px;
}

.tile-dark-with-dots.move-team-tile {
  grid-row-gap: 40px;
  flex: none;
  align-items: flex-start;
  max-width: 435px;
  padding: 48px;
}

.dot-dark-tile {
  background-color: #ddddd54d;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.dot-dark-tile.top-left {
  position: absolute;
  inset: 16px auto auto 16px;
}

.dot-dark-tile.top-right {
  position: absolute;
  inset: 16px 16px auto auto;
}

.dot-dark-tile.bottom-left {
  position: absolute;
  inset: auto auto 16px 16px;
}

.dot-dark-tile.bottom-right {
  position: absolute;
  inset: auto 16px 16px auto;
}

.icon-service-small {
  object-fit: contain;
  width: 64px;
  height: 64px;
}

.bottom-service-small {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h3-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 125%;
}

.limit-676 {
  max-width: 676px;
}

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

.center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-heading.mg-bottom-40 {
  margin-bottom: 40px;
}

.center-heading.mg-bottom-80 {
  margin-bottom: 80px;
}

.limit-518 {
  width: 100%;
  max-width: 518px;
}

.h2-fade-out-dark {
  color: #18181899;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 125%;
}

.h2-fade-out-dark.mg-bottom-80 {
  margin-bottom: 80px;
}

.fade-in-dark {
  color: #181818;
}

.grid-projects-halves {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-project-halves {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.wrap-image-project-halves {
  border-radius: 12px;
  width: 100%;
  padding-top: 90%;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrap-image-project-halves.floating-one {
  padding-top: 105%;
}

.wrap-image-project-halves.floating-two {
  padding-top: 90%;
}

.wrap-image-project-halves.floating-three {
  padding-top: 100%;
}

.wrap-image-project-halves.floating-four {
  padding-top: 120%;
}

.image-project {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bottom-project-halves {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-detail-project {
  grid-column-gap: 7px;
  opacity: .8;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cta-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-cta-center.mg-top-80 {
  margin-top: 80px;
}

.grid-halves-testimonial {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.wrap-testimonial-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  max-width: 320px;
  display: flex;
}

.text-testimonial {
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
}

.divider-testimonials {
  background-color: var(--light);
  width: 100%;
  height: 1px;
}

.bottom-testimonial {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-testimonial-postion {
  font-size: 18px;
  font-style: italic;
}

.wrap-image-testimonial {
  min-height: 600px;
  position: relative;
}

.image-testimonial-right {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 52vw;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tabs-areas {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-pane-areas {
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--light-elevation);
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  padding: 6px;
  display: flex;
}

.tab-link {
  color: var(--dark);
  text-align: center;
  background-color: #fff0;
  border-radius: 80px;
  width: 160px;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

.tab-link.w--current {
  background-color: var(--dark);
  color: var(--light);
}

.tabs-content {
  width: 100%;
}

.master-tab-areas {
  background-color: #d3d3cb;
  border-radius: 12px;
  padding: 80px;
}

.grid-area-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .51fr .49fr;
}

.image-area-halves {
  width: 100%;
}

.wrap-content-area-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-sticky-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.left-sticky-halves {
  position: relative;
}

.sticky-sticky-halves {
  position: sticky;
  top: 140px;
}

.wrap-left-partners {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 530px;
  display: flex;
}

.flex-cta-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.master-right-partners {
  grid-row-gap: 32px;
  flex-direction: column;
  max-width: 549px;
  display: flex;
}

.image-partner-logo {
  height: 36px;
}

.bottom-partner {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-partner {
  background-color: var(--light);
  width: 100%;
  height: 1px;
}

.grid-lightbox-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.left-lightbox-halves {
  grid-row-gap: 240px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-left-lightbox {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-lightbox-left {
  width: 40px;
}

.bottom-lightbox-left {
  max-width: 520px;
}

.video-lighbox-halves {
  z-index: 1;
  border-radius: 24px;
  min-height: 520px;
  position: relative;
}

.lightbox-absolute-halves {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-testimonial-left {
  object-fit: cover;
  border-radius: 0 12px 12px 0;
  width: 52vw;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.master-team-centered {
  flex-direction: column;
  width: 100%;
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.single-team-wide {
  border-top: 1px solid var(--dark);
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.single-team-wide.on-dark-wide-team {
  border-top-color: var(--light);
}

.inside-team-wide {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-team-wide {
  border-radius: 12px;
  width: 30%;
  max-width: 292px;
}

.right-team-wide {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 484px;
  display: flex;
}

.top-team-right {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.opacity-80 {
  opacity: .8;
}

.h2-fade-out-light {
  color: #ddddd599;
  margin-top: 0;
  margin-bottom: 0;
}

.master-process-center {
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100%;
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-process-number {
  color: #ddddd533;
  font-size: 120px;
  font-weight: 500;
  line-height: 100%;
}

.bottom-process-tille {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.divider-process-center {
  background-color: var(--light);
  width: 100%;
  height: 1px;
}

.limit-920 {
  width: 100%;
  max-width: 920px;
}

.single-wide-news {
  border-top: 1px solid var(--dark);
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.single-wide-news:hover {
  transform: translate(0, -5px);
}

.inside-wide-news {
  grid-column-gap: 56px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-wide-news {
  object-fit: cover;
  border-radius: 12px;
  width: 35%;
  max-width: 380px;
  min-height: 280px;
}

.right-wide-news {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer {
  background-color: var(--dark);
  color: var(--light);
  border-top: 1px solid #ddddd533;
  padding-top: 120px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.brand-link-footer {
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-footer {
  width: 100%;
}

.master-contact-footer {
  border-top: 1px solid #ddddd566;
  border-bottom: 1px solid #ddddd566;
  margin-top: 64px;
  margin-bottom: 80px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-contact-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tile-contact-thirds {
  background-color: var(--dark-elevation);
  color: var(--light);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 135px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 32px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.master-footer-links {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-footer-link {
  margin-bottom: 8px;
}

.link-footer {
  color: var(--light);
  text-decoration: none;
}

.bottom-footer {
  border-top: 1px solid #ddddd566;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.text-legal-footer {
  color: #ddddd599;
  font-size: 14px;
}

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

.master-hero-b {
  position: relative;
}

.video-home-b {
  z-index: 20;
  border-radius: 330px;
  width: 100%;
  max-width: 1120px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44%;
}

.master-background-hero-b {
  z-index: 10;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotate(-7deg);
}

.move-hero-b {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.move-hero-b.first-move, .move-hero-b.second-move {
  position: relative;
}

.single-hero-b {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-hero-b {
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 700;
  line-height: 100%;
}

.text-hero-b.outline-text {
  color: var(--light);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--dark);
}

.wrap-subtitle-hero-b {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 788px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-three-dots {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dot-thirds-small {
  background-color: #18181880;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.dot-thirds-small.light-small-dot {
  background-color: #ddddd580;
}

.dot-thirds-big {
  background-color: var(--dark);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.dot-thirds-big.light-big-dot {
  background-color: #ddddd5cc;
}

.grid-halves-services {
  grid-column-gap: 24px;
  grid-template-rows: auto;
}

.left-halves-services {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 518px;
  display: flex;
}

.right-wide-services {
  flex-direction: column;
  width: 100%;
  max-width: 549px;
  display: flex;
}

.single-wide-service {
  grid-row-gap: 40px;
  border-top: 1px solid var(--light);
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.top-wide-service {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-wide-service {
  width: 48px;
  height: 48px;
}

.flex-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.flex-left.mg-bottom-64 {
  margin-bottom: 64px;
}

.flex-left.mg-bottom-80 {
  margin-bottom: 80px;
}

.grid-floating-projects {
  grid-column-gap: 48px;
  grid-template-rows: auto;
}

.left-floating-projects {
  flex-direction: column;
  display: flex;
}

.wrap-floating-project-one {
  width: 90%;
  max-width: 590px;
  margin-bottom: 340px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-floating-project-two {
  width: 80%;
  max-width: 450px;
  margin-bottom: 340px;
  margin-left: auto;
  margin-right: 0;
}

.right-floating-projects {
  flex-direction: column;
  display: flex;
}

.wrap-floating-project-three {
  width: 85%;
  max-width: 590px;
  margin: 500px 0 240px auto;
}

.wrap-floating-project-four {
  width: 70%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.divider-testimonials-dark {
  background-color: var(--dark);
  width: 100%;
  height: 1px;
}

.master-scroll-over-sections {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.image-area-halves-section {
  width: 90%;
  max-width: 420px;
}

.wrap-content-area-halves-section {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 485px;
  display: flex;
}

.image-area-to-right {
  border-radius: 12px;
  width: 100%;
}

.bottom-area-to-right {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.divider-area-to-right {
  background-color: var(--light);
  width: 100%;
  height: 1px;
}

.master-team-to-right {
  width: 100%;
  max-width: 1008px;
}

.wrap-left-sticky-process {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 530px;
  display: flex;
}

.master-right-sticky-process {
  grid-row-gap: 32px;
  flex-direction: column;
  max-width: 549px;
  display: flex;
}

.divider-left-process {
  background-color: var(--light);
  width: 100%;
  height: 1px;
}

.master-process-testimonial {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
}

.top-process-testimonial {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-process-testimonial {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.right-top-process-testimonial {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-heading-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-heading-cta.mg-bottom-48 {
  margin-bottom: 48px;
}

.flex-heading-cta.mg-bottom-80 {
  margin-bottom: 80px;
}

.grid-blog-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-blog-tile {
  grid-row-gap: 24px;
  background-color: var(--light-elevation);
  border-radius: 12px;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.link-blog-tile:hover {
  transform: translate(0, -4px);
}

.wrap-image-blog {
  border-radius: 12px;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.image-blog-tile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bottom-blog-tile {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.limt-home-c-tiltle {
  max-width: 830px;
}

.master-moving-hero-c {
  width: 100vw;
  margin-top: 64px;
  margin-bottom: 64px;
  overflow: hidden;
}

.move-home-c {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-home-c {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-circle-home-c {
  width: 200px;
  height: 200px;
}

.limit-subtitle-home-c {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 386px;
  display: flex;
}

.list-projects-version-three {
  flex-direction: column;
  display: flex;
}

.wrap-image-project-version-c {
  border-radius: 12px;
  width: 100%;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.image-project-version-c {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bottom-project-version-c {
  background-color: var(--dark);
  color: var(--light);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  margin-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.left-bottom-project-version-c {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-see-project {
  width: 80px;
  height: 80px;
}

.divider-project-version-c {
  background-color: var(--dark);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.slider-industries {
  background-color: #ddd0;
  height: auto;
  margin-left: 100px;
  margin-right: 100px;
  position: static;
}

.mask-industries {
  height: auto;
  position: static;
  overflow: visible;
}

.arrow-industries {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap-slider-industries {
  position: relative;
}

.slide-industries {
  padding-left: 16px;
  padding-right: 16px;
}

.master-slide-industries {
  grid-row-gap: 56px;
  background-color: var(--light-elevation);
  border-radius: 12px;
  flex-direction: column;
  padding: 56px;
  display: flex;
}

.image-industry-slide {
  border-radius: 12px;
}

.bottom-industry-slide {
  grid-column-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-industry-slide {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 520px;
  display: flex;
}

.right-industry-slide {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dark-stat {
  grid-row-gap: 8px;
  background-color: var(--dark);
  color: var(--light);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 26px 32px;
  display: flex;
}

.text-stat {
  font-size: 40px;
  line-height: 110%;
}

.text-substat {
  font-size: 22px;
}

.master-moving-testimonials {
  flex-direction: row;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.move-testimonials, .single-move-testiomnials {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tile-big-testimonial {
  grid-row-gap: 140px;
  background-color: var(--light-elevation);
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 664px;
  padding: 64px;
  display: flex;
}

.logo-moving-testimonial {
  height: 44px;
}

.bottom-moving-testimonial {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.divider-moving-testimonial {
  background-color: var(--dark);
  width: 100%;
  height: 1px;
}

.wrap-left-areas {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 530px;
  display: flex;
}

.master-right-areas {
  grid-row-gap: 32px;
  flex-direction: column;
  max-width: 549px;
  display: flex;
}

.master-process-circles {
  grid-row-gap: 64px;
  flex-direction: column;
  width: 100%;
  max-width: 864px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.single-process-circle {
  grid-column-gap: 72px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.big-process-circle {
  border: 1px solid var(--dark);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  font-size: 80px;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

.right-process-circle {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

.paragraph-big {
  font-size: 22px;
  line-height: 130%;
}

.title-wrap-center-space {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-about-a {
  outline-offset: 0px;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  outline: 60px solid #181818;
  width: 100%;
  max-width: 860px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mega-wrap-content-about-a {
  grid-row-gap: 100px;
  flex-direction: column;
  width: 90%;
  max-width: 1238px;
  display: flex;
}

.top-content-about-a {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.grid-two-stats {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.dark-elevation-stat-min-size {
  grid-row-gap: 8px;
  background-color: var(--dark-elevation);
  color: var(--light);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 212px;
  padding: 26px 32px;
  display: flex;
}

.image-clouds {
  border-radius: 12px;
}

.bottom-content-about-a {
  max-width: 550px;
}

.wrap-left-values {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  display: flex;
}

.master-right-values {
  grid-row-gap: 32px;
  flex-direction: column;
  max-width: 664px;
  display: flex;
}

.tile-value-light {
  grid-row-gap: 120px;
  background-color: var(--light-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 63px;
  display: flex;
}

.icon-value {
  object-fit: contain;
  width: 80px;
  height: 80px;
}

.bottom-value-tile {
  grid-row-gap: 16px;
  border-top: 1px solid var(--dark);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.grid-content-right-space {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 90px;
}

.wrap-subtitle-about-b {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.grid-gallery-halves {
  grid-column-gap: 24px;
  grid-template-rows: auto;
}

.column-gallery {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.lightbox-gallery-about {
  width: 100%;
}

.lightbox-gallery-about.expand-lightbox {
  flex: 1;
}

.image-gallery-about {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.image-gallery-abstract {
  width: 100%;
}

.grid-content-space-left {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 205px 1fr;
}

.limit-550 {
  width: 100%;
  max-width: 550px;
}

.title-wrap-about-c {
  z-index: 10;
  grid-row-gap: 32px;
  color: var(--light);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.overlay-about-c {
  background-image: linear-gradient(to bottom, var(--dark), #18181899 46%, #18181833 72%, var(--dark));
  position: absolute;
  inset: 0%;
}

.grid-values-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.tile-value-dark {
  grid-row-gap: 120px;
  background-color: var(--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 63px;
  display: flex;
}

.bottom-value-tile-dark {
  grid-row-gap: 16px;
  border-top: 1px solid var(--light);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.grid-about-c-content {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.left-about-c-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  padding-top: 100px;
  display: flex;
}

.light-elevation-stat-min-size {
  grid-row-gap: 8px;
  background-color: var(--light-elevation);
  color: var(--dark);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 212px;
  padding: 26px 32px;
  display: flex;
}

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

.wrap-image-about-c-content {
  align-items: center;
  width: 100%;
  min-height: 600px;
  display: flex;
  position: relative;
}

.image-about-c-content {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 55vw;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.master-move-team {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.move-team {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-move-team {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.bottom-move-team {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-move-team {
  border-radius: 12px;
  width: 100%;
}

.flex-heading-text {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-heading-text.mg-bottom-64 {
  margin-bottom: 64px;
}

.left-heading-text {
  max-width: 664px;
}

.right-heading-text {
  max-width: 380px;
}

.video-showreel {
  z-index: 10;
  border-radius: 12px;
  min-height: 600px;
  position: relative;
}

.lightbox-showreel {
  grid-column-gap: 16px;
  background-color: var(--light);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 80px 24px 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 24px 24px auto;
}

.icon-play-showreel {
  width: 72px;
  height: 72px;
}

.right-play-showreel {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-heading-3-styles {
  font-size: 30px;
  line-height: 125%;
}

.section-hero-project {
  padding-top: 180px;
  padding-bottom: 80px;
}

.tittle-wrap-project-template {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.limit-760 {
  max-width: 760px;
}

.section-image-project {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 105vh;
  min-height: 600px;
  max-height: 1100px;
}

.wrap-content-project {
  max-width: 790px;
}

.grid-gallery-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-gallery-thirds, .image-gallery-thirds {
  width: 100%;
}

.list-gallery-wide {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.list-wrapper-gallery-wide {
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-gallery-wide, .image-gallery-wide {
  width: 100%;
}

.divider-more-cms {
  background-color: var(--dark);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 100px;
}

.title-wrap-blog-template {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-blog-main-image {
  height: 95vh;
  min-height: 600px;
  max-height: 1100px;
  margin-top: 64px;
}

.image-blog-main {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 102vw;
  max-width: none;
  height: 100%;
}

.master-blog-content {
  width: 100%;
  max-width: 780px;
}

.title-wrap-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-contact-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr;
  margin-top: 64px;
}

.tile-contact-form {
  background-color: var(--light-elevation);
  border-radius: 12px;
  padding: 64px;
}

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

.text-field-underline {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark);
  color: var(--dark);
  background-color: #ddddd500;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  font-size: 20px;
}

.text-field-underline:focus {
  border-bottom-style: solid;
}

.text-field-underline::placeholder {
  color: #18181899;
}

.text-field-underline.text-area-size {
  padding-top: 0;
  padding-bottom: 65px;
}

.form-contact {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.master-checkboxes {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.list-checkboxes {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.checkbox {
  background-color: var(--dark);
  border-radius: 8px;
  width: 26px;
  height: 26px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
}

.checkbox.w--redirected-checked {
  background-color: var(--dark);
  background-size: 50% 50%;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.right-contact {
  max-width: 460px;
}

.link-main-contact {
  font-size: 30px;
  line-height: 125%;
  text-decoration: none;
}

.top-contact {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.divider-contact {
  background-color: var(--dark);
  width: 100%;
  height: 1px;
}

.middle-contact {
  padding-top: 32px;
  padding-bottom: 32px;
}

.text-address-contact {
  font-size: 24px;
}

.wrap-socials-contact {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.link-social {
  opacity: .8;
  width: 32px;
  height: 32px;
}

.icon-socials {
  object-fit: contain;
  width: 100px;
  height: 100%;
}

.expand-open {
  transform-origin: 50% 0;
}

.space-24 {
  height: 24px;
}

.expandable-content-flex {
  border-bottom: 1px solid var(--dark);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.expandable-content-flex.first-expandable {
  border-top: 1px solid var(--dark);
}

.expandable-content-wrap {
  width: 100%;
  max-width: 314px;
  height: auto;
}

.expandable-content-wrap.wide-content-expandable {
  max-width: 600px;
}

.expand-line {
  background-color: var(--dark);
  width: 16px;
  height: 2px;
}

.expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 8px;
  display: flex;
}

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

.expandable-wrap {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.expandable-wrap.faq-wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.service-expandable-left {
  align-items: flex-start;
  display: flex;
}

.grid-pricing-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tile-pricing {
  grid-row-gap: 80px;
  background-color: var(--light-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  padding: 48px 40px;
  display: flex;
}

.top-pricing-tile {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-pricing-tile {
  object-fit: contain;
  width: 64px;
  height: 64px;
}

.text-price-on-tile {
  font-size: 28px;
}

.bottom-pricing-tile {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.content-pricing-tile {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand-checkout {
  background-color: var(--light-elevation);
  border-bottom: 1px solid #18181833;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.link-brand-checkout {
  height: 32px;
}

.brand-image-checkout {
  height: 100%;
}

.checkbox-checkout {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.shipping-method {
  background-color: #f7f2e2;
}

.block-content {
  background-color: var(--light-elevation);
  border-bottom-color: #1818184d;
  border-left-color: #1818184d;
  border-right-color: #1818184d;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

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

.text-field-checkout {
  background-color: var(--light);
  border-color: #18181880;
  border-radius: 8px;
  height: 44px;
  margin-bottom: 8px;
}

.text-field-checkout:focus, .text-field-checkout.-wfp-focus {
  border-color: var(--dark);
}

.checkout-form {
  background-color: var(--light);
  padding: 64px 0;
}

.block-header {
  background-color: var(--light-elevation);
  border-color: #1818184d;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 180px;
  padding-bottom: 120px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 90%;
  max-width: 400px;
  display: flex;
}

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

.icon-lock {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.grid-content-space-left-blog {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 205px 1fr;
}

.title-wrap-product {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-product {
  width: 120px;
  height: 120px;
}

.hide-quantity {
  display: none;
}

.default-add-to-cart {
  margin-bottom: 0;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.success-message {
  background-color: var(--dark);
  color: var(--light);
  border-radius: 12px;
  padding: 37px;
}

.fixed-cart {
  z-index: 1000;
  border: 1px solid var(--light-elevation);
  background-color: var(--dark-elevation);
  border-radius: 50%;
  position: fixed;
  inset: auto 16px 16px auto;
}

.cart-button {
  background-color: #202020;
  border-radius: 50%;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.remove-link {
  color: #1c3533;
  text-decoration: none;
}

.icon-cart-product {
  border: 1px solid var(--dark);
  background-color: var(--light);
  border-radius: 6px;
  padding: 15px;
}

.cart-container {
  background-color: var(--light-elevation);
}

.remove-button {
  color: #1c3533;
}

.h1-heading {
  font-family: Satoshi, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 125%;
}

.h2-heading {
  font-size: 44px;
  font-weight: 400;
  line-height: 125%;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 125%;
}

.single-wide-service-2 {
  grid-row-gap: 40px;
  border-top: 1px solid #ddddd5;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.bottom-project-version-c-2 {
  color: #ddddd5;
  background-color: #181818;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  margin-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.dot-thirds-big-2 {
  background-color: #181818;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.dot-thirds-small-2 {
  background-color: #18181880;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.expandable-content-flex-2 {
  cursor: pointer;
  border-bottom: 1px solid #181818;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

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

  .section.hero-home-b {
    padding-top: 170px;
  }

  .section.hero-about-a {
    padding-top: 160px;
  }

  .section.hero-about-c {
    padding-top: 160px;
    padding-bottom: 260px;
  }

  .section.blog-content-section {
    padding-top: 80px;
  }

  .section.hero-pricing {
    padding-top: 140px;
  }

  .section.project-content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .big-text {
    font-size: 36px;
    line-height: 135%;
  }

  .menu-button {
    background-color: #1818180d;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--dark);
  }

  .line-menu {
    background-color: #000;
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.second-line {
    width: 20px;
  }

  .wrap-menu-button {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .container-navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown {
    display: block;
  }

  .nav-menu {
    background-color: var(--light-elevation);
    flex-direction: column;
    max-height: 90vh;
    padding: 40px;
    overflow: scroll;
  }

  .title-wrap-center.mg-bottom-80 {
    margin-bottom: 40px;
  }

  .tile-dark-with-dots.service-small-centered-tile {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .tile-dark-with-dots.process-center-tile {
    grid-row-gap: 64px;
  }

  .tile-dark-with-dots.move-team-tile {
    max-width: 330px;
    padding: 32px;
  }

  .wrap-detail-project {
    flex-wrap: wrap;
  }

  .grid-lightbox-halves {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .video-lighbox-halves {
    height: 100%;
    min-height: 460px;
  }

  .grid-contact-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-legal-footer {
    font-size: 16px;
  }

  .video-home-b {
    padding-top: 56%;
  }

  .text-hero-b {
    font-size: 90px;
  }

  .flex-heading-cta {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-blog-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .limt-home-c-tiltle {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-circle-home-c {
    width: 140px;
    height: 140px;
  }

  .limit-subtitle-home-c {
    text-align: center;
    align-items: center;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-slide-industries {
    grid-row-gap: 40px;
  }

  .bottom-industry-slide {
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .left-industry-slide {
    text-align: center;
    align-items: center;
  }

  .tile-big-testimonial, .master-process-circles {
    grid-row-gap: 120px;
  }

  .single-process-circle {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .right-process-circle {
    align-items: center;
  }

  .image-about-a {
    outline-width: 32px;
    width: 70%;
    margin-top: 80px;
  }

  .tile-value-light {
    padding: 48px;
  }

  .icon-value {
    width: 64px;
    height: 64px;
  }

  .tile-value-dark {
    padding: 52px;
  }

  .grid-about-c-content {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .wrap-image-about-c-content {
    min-height: 370px;
  }

  .image-about-c-content {
    width: 102vw;
  }

  .flex-heading-text {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .video-showreel {
    min-height: 480px;
  }

  .text-heading-3-styles.faq-h3 {
    font-size: 24px;
  }

  .title-wrap-blog-template {
    text-align: center;
    align-items: center;
  }

  .wrap-blog-main-image {
    height: 400px;
    min-height: 0;
    max-height: none;
  }

  .title-wrap-left.center-tablet {
    text-align: center;
    align-items: center;
  }

  .grid-contact-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-main-contact {
    font-size: 24px;
  }

  .top-contact {
    grid-row-gap: 16px;
  }

  .text-address-contact {
    line-height: 130%;
  }

  .wrap-socials-contact {
    flex-wrap: wrap;
  }

  .expandable-content-wrap.wide-content-expandable {
    max-width: 400px;
  }

  .grid-pricing-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-content-space-left-blog {
    grid-template-columns: 1fr;
  }

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

  .h1-heading {
    font-size: 64px;
    line-height: 125%;
  }
}

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

  h2 {
    font-size: 38px;
  }

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

  .section.scroll-over-section {
    position: static;
  }

  .section.slider-industries-section {
    padding-bottom: 180px;
  }

  .section.hero-about-c {
    padding-bottom: 210px;
  }

  .big-text {
    font-size: 32px;
  }

  .big-text.project-subittle {
    font-size: 24px;
  }

  .inside-hero-home-a-graphic {
    grid-column-gap: 1vw;
  }

  .image-hero-home-a.main-one {
    width: 30vw;
    height: 30vw;
  }

  .image-hero-home-a.side-smal-left, .image-hero-home-a.side-small-right {
    width: 11vw;
    height: 11vw;
  }

  .image-hero-home-a.border-right, .image-hero-home-a.border-left {
    width: 9vw;
    height: 9vw;
  }

  .grid-services-to-right {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-fade-out-dark {
    font-size: 38px;
    line-height: 125%;
  }

  .h2-fade-out-dark.mg-bottom-80.center-landscape, .h2-fade-out-dark.center-landscape {
    text-align: center;
  }

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

  .grid-halves-testimonial {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .wrap-image-testimonial {
    height: 72vw;
    min-height: 0;
  }

  .image-testimonial-right {
    width: 100vw;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .master-tab-areas {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 48px;
  }

  .grid-area-halves {
    grid-row-gap: 56px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .image-area-halves {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-content-area-halves {
    text-align: center;
    align-items: center;
  }

  .grid-sticky-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .wrap-left-partners {
    text-align: center;
    align-items: center;
  }

  .grid-lightbox-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .left-lightbox-halves {
    grid-row-gap: 120px;
  }

  .video-lighbox-halves {
    height: 72vw;
    min-height: 0;
  }

  .image-testimonial-left {
    width: 102vw;
  }

  .inside-team-wide {
    grid-row-gap: 48px;
    flex-direction: column;
  }

  .image-team-wide {
    width: 60%;
  }

  .right-team-wide {
    text-align: center;
    align-items: center;
  }

  .h2-fade-out-light.center-landscape {
    text-align: center;
  }

  .inside-wide-news {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .image-wide-news {
    width: 80%;
    min-height: 0;
  }

  .right-wide-news {
    align-items: center;
  }

  .master-footer-links {
    grid-row-gap: 80px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .column-footer-links {
    text-align: center;
    align-items: center;
  }

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

  .video-home-b {
    height: 56vw;
    padding-top: 0%;
  }

  .text-hero-b {
    font-size: 9vw;
  }

  .grid-halves-services {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .left-halves-services {
    text-align: center;
    align-items: center;
  }

  .grid-floating-projects {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-floating-projects {
    grid-row-gap: 32px;
  }

  .wrap-floating-project-one, .wrap-floating-project-two {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .right-floating-projects {
    grid-row-gap: 32px;
  }

  .wrap-floating-project-three {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrap-floating-project-four {
    width: 100%;
    max-width: none;
  }

  .image-area-halves-section {
    max-width: 380px;
  }

  .wrap-content-area-halves-section {
    align-items: center;
  }

  .wrap-left-sticky-process {
    text-align: center;
    align-items: center;
  }

  .master-process-testimonial {
    align-items: center;
  }

  .flex-heading-cta {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-blog-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-circle-home-c {
    width: 18vw;
    height: 18vw;
  }

  .bottom-project-version-c {
    margin-top: 24px;
  }

  .divider-project-version-c {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .slider-industries {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .arrow-industries {
    inset: auto 0% -100px;
  }

  .arrow-industries.right-arrow {
    right: -90px;
  }

  .arrow-industries.left-arrow {
    left: -90px;
  }

  .master-slide-industries {
    padding: 32px;
  }

  .tile-big-testimonial {
    max-width: 460px;
    padding: 32px;
  }

  .wrap-left-areas {
    text-align: center;
    align-items: center;
  }

  .master-right-areas {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .big-process-circle {
    width: 45vw;
    height: 45vw;
    font-size: 13vw;
  }

  .image-about-a {
    outline-width: 20px;
  }

  .mega-wrap-content-about-a {
    width: 100%;
  }

  .wrap-left-values {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-content-right-space, .grid-content-space-left, .grid-values-halves {
    grid-template-columns: 1fr;
  }

  .left-about-c-content {
    padding-top: 0;
  }

  .wrap-image-about-c-content {
    min-height: 45vw;
  }

  .section-hero-project {
    padding-top: 140px;
  }

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

  .wrap-blog-main-image {
    height: 60vw;
  }

  .service-expandable-left {
    flex-direction: column;
  }

  .center-landscape {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-content-space-left-blog {
    grid-template-columns: 1fr;
  }

  .h1-heading {
    font-size: 58px;
    line-height: 125%;
  }

  .h2-heading {
    font-size: 38px;
  }

  .bottom-project-version-c-2 {
    margin-top: 24px;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  .section.dark.big-testimonial-abstract-right {
    background-size: auto 100%;
  }

  .section.dark.hero-home-c, .section.hero-home-b {
    padding-top: 140px;
  }

  .section.testimonial-background-one, .section.testimonial-background-two {
    height: auto;
    min-height: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.hero-about-a, .section.hero-about-c, .section.hero-blog-template, .section.hero-contact {
    padding-top: 140px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .big-text.project-subittle {
    font-size: 20px;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar {
    height: 72px;
  }

  .title-wrap-center.mg-bottom-80 {
    margin-bottom: 64px;
  }

  .inside-hero-home-a-graphic {
    grid-column-gap: 3vw;
  }

  .image-hero-home-a.main-one {
    width: 50vw;
    height: 50vw;
  }

  .image-hero-home-a.side-left, .image-hero-home-a.side-right {
    width: 32vw;
    height: 32vw;
  }

  .image-hero-home-a.side-smal-left, .image-hero-home-a.side-small-right {
    width: 18vw;
    height: 18vw;
    display: none;
  }

  .image-hero-home-a.border-right, .image-hero-home-a.border-left {
    display: none;
  }

  .tile-dark-with-dots.partner-tile {
    grid-row-gap: 80px;
    padding: 48px 40px;
  }

  .tile-dark-with-dots.process-center-tile {
    padding: 48px 32px;
    position: relative;
    top: 0;
  }

  .tile-dark-with-dots.process-sticky-tile {
    grid-row-gap: 80px;
    padding: 56px 48px;
  }

  .tile-dark-with-dots.move-team-tile {
    max-width: 90vw;
  }

  .h2-fade-out-dark {
    font-size: 34px;
    line-height: 125%;
  }

  .wrap-detail-project {
    flex-wrap: wrap;
  }

  .wrap-detail-project.version-c-wrap {
    justify-content: center;
  }

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

  .text-testimonial.moving-testimonial-text {
    font-size: 20px;
  }

  .tabs-areas {
    width: 100%;
  }

  .tabs-menu {
    border-radius: 10px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 24px;
  }

  .tab-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 5vw;
    display: flex;
  }

  .master-tab-areas {
    padding: 32px;
  }

  .image-team-wide {
    width: 80%;
  }

  .right-team-wide {
    grid-row-gap: 32px;
  }

  .top-team-right {
    align-items: center;
  }

  .master-process-center {
    grid-row-gap: 32px;
  }

  .brand-link-footer {
    width: 90%;
  }

  .tile-contact-thirds {
    font-size: 7vw;
  }

  .video-home-b {
    height: 60vw;
  }

  .image-area-halves-section {
    width: 80%;
  }

  .top-process-testimonial {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .right-top-process-testimonial {
    align-items: center;
  }

  .single-home-c {
    grid-column-gap: 4vw;
  }

  .image-circle-home-c {
    width: 28vw;
    height: 28vw;
  }

  .wrap-image-project-version-c {
    padding-top: 100%;
  }

  .bottom-project-version-c {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .left-bottom-project-version-c {
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
  }

  .master-slide-industries {
    padding: 24px 24px 32px;
  }

  .image-industry-slide {
    object-fit: cover;
    min-height: 170px;
  }

  .right-industry-slide {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .tile-big-testimonial {
    max-width: 370px;
  }

  .paragraph-big {
    font-size: 22px;
  }

  .image-about-a {
    outline-width: 15px;
    width: 80%;
    margin-top: 64px;
  }

  .grid-two-stats {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .image-clouds {
    object-fit: cover;
    min-height: 230px;
  }

  .tile-value-light {
    padding: 32px;
  }

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

  .title-wrap-about-c {
    grid-row-gap: 24px;
  }

  .tile-value-dark {
    padding: 40px 32px;
  }

  .right-about-c-content {
    grid-row-gap: 64px;
  }

  .wrap-image-about-c-content {
    min-height: 70vw;
  }

  .video-showreel {
    height: 90vw;
    min-height: 0;
  }

  .lightbox-showreel {
    width: auto;
    padding: 24px;
    inset: auto 16px 16px;
  }

  .text-heading-3-styles.faq-h3 {
    font-size: 21px;
  }

  .section-hero-project {
    padding-top: 120px;
  }

  .section-image-project {
    height: 70vh;
    min-height: 0;
  }

  .divider-more-cms {
    margin-top: 32px;
    margin-bottom: 64px;
  }

  .grid-contact-halves {
    margin-top: 32px;
  }

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

  .link-main-contact {
    font-size: 6.5vw;
  }

  .expandable-content-wrap {
    flex: 0 auto;
    max-width: none;
  }

  .expand-line {
    flex: none;
  }

  .expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .expand-icon-wrap {
    flex: none;
  }

  .expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .service-expandable-left {
    flex-direction: column;
    flex: 1;
    margin-right: 16px;
  }

  .tile-pricing {
    padding: 32px;
  }

  .top-pricing-tile {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .content-pricing-tile {
    text-align: center;
    align-items: center;
  }

  .icon-play-lightbox-halves {
    width: 64px;
    height: 64px;
  }

  .h1-heading {
    font-size: 44px;
    line-height: 125%;
  }

  .h2-heading {
    font-size: 34px;
    line-height: 125%;
  }

  .h3-heading {
    font-size: 28px;
    line-height: 125%;
  }

  .bottom-project-version-c-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

#w-node-ad4abe7d-24f5-7903-354f-b8f9d174c866-4541f087, #w-node-c7807b5f-34f0-b864-e6e7-93a68809ffa2-4541f087, #w-node-_195b3dcd-a9f5-b44b-99b3-df107b362e11-4541f088 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35f232aa-dec5-a8ab-298e-feda227d4a27-4541f08a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_35f232aa-dec5-a8ab-298e-feda227d4a30-4541f08a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5456239-bdd0-2729-bea8-b6e7479b9e60-4541f08b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e5456239-bdd0-2729-bea8-b6e7479b9e69-4541f08b, #w-node-_33dd5069-fd56-45a5-90b5-07ea7256f6b0-05e54dc6, #w-node-_33dd5069-fd56-45a5-90b5-07ea7256f6bb-05e54dc6, #w-node-_33dd5069-fd56-45a5-90b5-07ea7256f6c6-05e54dc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7f45379-fea9-638c-9cca-74e8cdedc59f-743d6391 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f7f45379-fea9-638c-9cca-74e8cdedc5a8-743d6391, #w-node-_776a8dbc-0867-e390-a842-729c67cdade4-241c7c38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_776a8dbc-0867-e390-a842-729c67cdade5-241c7c38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_776a8dbc-0867-e390-a842-729c67cdaded-241c7c38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_776a8dbc-0867-e390-a842-729c67cdadee-241c7c38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_776a8dbc-0867-e390-a842-729c67cdadf6-241c7c38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_776a8dbc-0867-e390-a842-729c67cdadf7-241c7c38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a30bca5d-5a19-3302-7119-88bd2cf2f9dd-d0900c9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a30bca5d-5a19-3302-7119-88bd2cf2f9e7-d0900c9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_7baa06fe-83c2-a2ee-af40-d899d6abcfa6-34376722, #w-node-_7baa06fe-83c2-a2ee-af40-d899d6abcfb1-34376722, #w-node-_1ce8be98-01e2-5245-3160-fcb142147be5-4a100a9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ce8be98-01e2-5245-3160-fcb142147be7-4a100a9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_53317e72-9603-1e81-c665-a677b59ae12b-d3010229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53317e72-9603-1e81-c665-a677b59ae130-d3010229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_7db26310-e036-36fa-9587-9fe198ac0f45-740650e6, #w-node-_89fdc568-f19c-4af8-6f6c-99fe8f169109-59b7e18a, #w-node-_89fdc568-f19c-4af8-6f6c-99fe8f16910a-59b7e18a, #w-node-_89fdc568-f19c-4af8-6f6c-99fe8f169115-59b7e18a, #w-node-_89fdc568-f19c-4af8-6f6c-99fe8f169116-59b7e18a, #w-node-_89fdc568-f19c-4af8-6f6c-99fe8f169121-59b7e18a, #w-node-_89fdc568-f19c-4af8-6f6c-99fe8f169122-59b7e18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_899a6a45-8da2-90e3-a1d2-be2e5448a29c-88e76b5d, #w-node-_899a6a45-8da2-90e3-a1d2-be2e5448a2a8-88e76b5d, #w-node-_899a6a45-8da2-90e3-a1d2-be2e5448a2b4-88e76b5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b71e2b0-23a5-eeac-0564-304bf9e2bfc9-2ec93f71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0e2ab1e9-8f41-05a6-50f1-45d80aab407a-3d119514 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0e2ab1e9-8f41-05a6-50f1-45d80aab408a-3d119514 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-abd8633a-86e6-4df0-36e7-59ccadf342fb-ef725445, #w-node-abd8633a-86e6-4df0-36e7-59ccadf34306-ef725445 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e4eae0-010c-1637-d6a5-a1159befc056-88eebc25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_10e4eae0-010c-1637-d6a5-a1159befc063-88eebc25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_4a41a332-72a4-d860-5469-fd6e0129db3a-72bd7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_4a41a332-72a4-d860-5469-fd6e0129db45-72bd7e2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_8592851f-d434-bd3c-82e4-571e3866e1ac-19dc5f63, #w-node-_30b1c8f3-1c16-bf2b-3e4c-0f9cedd05997-6b8f523c, #w-node-_30b1c8f3-1c16-bf2b-3e4c-0f9cedd0599d-6b8f523c, #w-node-_6397b75d-9994-3145-f211-48de9db37b2d-ce0145d0, #w-node-_6397b75d-9994-3145-f211-48de9db37b41-ce0145d0, #w-node-_4ee1d93e-e600-4ed3-6387-eacc355c4a1d-d90b1a2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ee1d93e-e600-4ed3-6387-eacc355c4a40-d90b1a2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2ed68df0-68ee-eb43-8a1f-55d227ecb618-7aa8eaaf, #w-node-_2ed68df0-68ee-eb43-8a1f-55d227ecb625-7aa8eaaf, #w-node-_2ed68df0-68ee-eb43-8a1f-55d227ecb632-7aa8eaaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_195b3dcd-a9f5-b44b-99b3-df107b362e11-4541f088 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7baa06fe-83c2-a2ee-af40-d899d6abcfb1-34376722 {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ad4abe7d-24f5-7903-354f-b8f9d174c866-4541f087, #w-node-c7807b5f-34f0-b864-e6e7-93a68809ffa2-4541f087, #w-node-_195b3dcd-a9f5-b44b-99b3-df107b362e11-4541f088 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}