@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-BlackItalic-kopia.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  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-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic-kopia.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-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --midnight-blue: #282943;
  --black: #131313;
  --accent-1: #424bd1;
  --background: #f9f9f9;
  --white: white;
  --white-smoke: #ebebeb;
  --stroke: #f0f0f0;
  --gainsboro: gainsboro;
  --dim-grey: #5b5a5a;
  --line: #e4e4e4;
  --silver: #c6c6c6;
  --light-grey: #d4d4d4;
  --scroll: #6f6f6f;
  --tabs: #f4f4f4;
  --date: #8e8e8f;
  --divider: #e8e8e8;
  --dark-slate-blue: #414370;
  --accent-2: #ec612a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--midnight-blue);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 125%;
}

h2 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 160%;
}

a {
  color: var(--black);
  text-decoration: none;
}

blockquote {
  border-left: 5px solid var(--accent-1);
  margin-top: 24px;
  margin-bottom: 32px;
  padding: 16px 40px 16px 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
}

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

.section.hero-home-a {
  padding-top: 60px;
  padding-bottom: 0;
}

.section.world {
  background-image: url('../images/map.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 92%;
  padding-top: 140px;
  padding-bottom: 260px;
}

.section.quote {
  padding-top: 120px;
  padding-bottom: 140px;
}

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

.section.case-studies {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.home-b-feature {
  background-color: var(--background);
  padding-top: 154px;
  padding-bottom: 154px;
}

.section.home-c-hero {
  padding-top: 100px;
  padding-bottom: 24px;
}

.section.industry {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.design-process {
  padding-top: 180px;
}

.section.logo {
  padding-bottom: 120px;
}

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

.section.about-team {
  padding-top: 120px;
}

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

.section.footer {
  background-color: var(--background);
  padding-bottom: 24px;
}

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

.section.hero-about-b {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.hero-about-c {
  padding-top: 140px;
  overflow: hidden;
}

.section.hero-about-a {
  padding-top: 100px;
  padding-bottom: 0;
}

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

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

.section.careers-overview {
  padding-top: 0;
  position: relative;
}

.section.hero-category {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.hero-blog-overview {
  padding-top: 180px;
  padding-bottom: 0;
}

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

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

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

.section.template-hero {
  background-color: var(--midnight-blue);
  color: var(--white);
  padding-top: 160px;
}

.section.template-details {
  background-color: var(--background);
}

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

.section.sales-scroll {
  background-color: var(--accent-1);
  height: 100vh;
  min-height: 600px;
  max-height: 850px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.included-sales, .section.more-power {
  background-color: var(--background);
}

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

.main-container {
  max-width: 1348px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.mega-h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 75px;
  line-height: 128%;
}

.mega-h1.mega-h1-home-a {
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 75px;
  line-height: 108%;
}

.paragraph-big {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-big.table-row-title {
  margin-top: 8px;
  margin-bottom: 7px;
}

.paragraph-big.product-big {
  margin-bottom: 0;
}

.paragraph-small {
  font-size: 14px;
  line-height: 132%;
}

.space-24 {
  height: 24px;
}

.space-16 {
  height: 16px;
}

.space-32 {
  height: 32px;
}

.space-40 {
  height: 40px;
}

.space-64 {
  height: 64px;
}

.space-80 {
  height: 80px;
}

.space-100 {
  height: 100px;
}

.grid-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 100%;
}

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

.grid-thirds.contact-thirds {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.grid-thirds.blog-thirds {
  grid-row-gap: 56px;
}

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

.cta {
  text-align: center;
  background-color: #df5041;
  background-image: linear-gradient(48deg, #eb7952, #d3242c);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-right: 20px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: #424bd1e6;
}

.cta.outline {
  border: 3px solid var(--accent-1);
  background-color: var(--background);
  color: var(--accent-1);
  text-align: center;
  padding: 9px 12px;
  font-weight: 700;
  line-height: 200%;
}

.cta.ghost {
  color: var(--accent-1);
  background-color: #0000;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
}

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

.cta.newsletter-submit {
  height: 60px;
  margin-left: 8px;
}

.cta.add-to-cart-cta {
  width: 100%;
}

.cta-wrap {
  display: flex;
}

.link-block-with-line {
  color: var(--accent-1);
  flex-direction: column;
  padding-top: 8px;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.line-link {
  background-color: #f0e9e9;
  width: 100%;
  height: 2px;
  margin-top: 4px;
}

.line-link-fill {
  background-color: var(--accent-1);
  transform-origin: 0%;
  width: 0%;
  height: 100%;
}

.hero-a-content-wrap {
  margin-top: -80px;
}

.hero-a-path-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.hero-symbol {
  color: #3da0e2;
}

.span-accent-1 {
  color: #3a99dc;
  -webkit-text-fill-color: transparent;
  background-color: #3484ca;
  background-image: linear-gradient(#90deff, #3468ca);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.span-accent-1.bold {
  font-weight: 700;
}

.marquee-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 930px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.marquee.reverse {
  justify-content: flex-end;
}

.marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-image-wrap {
  border-radius: 12px;
  height: 410px;
  overflow: hidden;
}

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

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

.marquee-overlay {
  z-index: 9;
  background-image: linear-gradient(#fff, #fff0);
  height: 278px;
  position: absolute;
  inset: 0% 0% auto;
}

.marquee-overlay.bottom {
  background-image: linear-gradient(to top, #fff, #fff0);
  inset: auto 0% 0%;
}

.subtitle {
  width: auto;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
}

.limit-480 {
  width: 100%;
  max-width: none;
}

.logos-master {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1038px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-image {
  width: auto;
  max-width: none;
  height: 55px;
}

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

.feature-marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.feature-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  display: flex;
}

.feature-marquee.reverse {
  justify-content: flex-end;
}

.feature-marquee-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.feature-marquee-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--background);
  border-radius: 18px;
  flex: none;
  align-items: center;
  padding: 16px;
  display: flex;
}

.feature-image-wrap {
  border-radius: 18px;
  height: 186px;
  overflow: hidden;
}

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

.feature-content-wrap {
  max-width: 430px;
  padding-right: 24px;
}

.feature-overview-title {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 175%;
}

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

.product-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.product-title {
  margin-bottom: 0;
  font-size: 20px;
}

.product-title-wrap {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.product-content-wrap {
  align-items: center;
  width: 100%;
  max-width: 590px;
  display: flex;
}

.product-image {
  border-radius: 36px;
  flex: none;
  width: auto;
  max-width: none;
  height: 190px;
  display: block;
  position: absolute;
  inset: auto 10% auto auto;
}

.home-a-testimonial-container {
  background-color: var(--background);
  margin-left: auto;
  margin-right: auto;
  padding-top: 85px;
  padding-bottom: 85px;
}

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

.quote-text {
  margin-bottom: 0;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 170%;
}

.home-a-testimonial-name {
  font-size: 32px;
  font-weight: 900;
  line-height: 150%;
}

.home-a-testimonial-image-wrap {
  justify-content: flex-end;
  margin-top: -173px;
  margin-bottom: -196px;
  display: flex;
}

.home-a-testimonial-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tech-column {
  margin-bottom: 20px;
  display: flex;
}

.tech-content-column {
  padding-left: 0;
  padding-right: 10px;
}

.tech-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 50px;
  display: flex;
}

.tech-logo-column {
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.tech-marquee-wrap {
  background-color: var(--midnight-blue);
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tech-marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.tech-marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.tech-marquee-logo {
  background-color: var(--white);
  border-radius: 18px;
  padding: 24px;
}

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

.tech-marquee-loop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-left: 54px;
  padding-right: 54px;
  display: flex;
  position: absolute;
}

.feature-card-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px;
  display: flex;
}

.feature-card-main.industry {
  justify-content: center;
  min-height: 360px;
}

.feature-icon-wrap {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

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

.text-bold {
  font-weight: 700;
}

.no-margins {
  margin: 0;
}

.text-medium {
  font-weight: 500;
}

.number-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.number-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 112px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.number-tile.middle {
  border-right: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
}

.number-tile.right {
  border-right: 1px solid var(--gainsboro);
}

.number-tile.tile-stroke {
  border-right: 1px solid var(--dim-grey);
  border-left: 1px solid var(--dim-grey);
}

.number-tile.tile-stroke-right {
  border-right: 1px solid var(--dim-grey);
}

.text-accent-1 {
  color: var(--accent-1);
}

.sticky-wrap {
  max-width: 610px;
  position: relative;
}

.stick-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 610px;
  display: flex;
}

.stick-content-wrap.limit-520 {
  max-width: 520px;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  max-width: 504px;
  padding: 32px;
  display: flex;
}

.feature-card.gray {
  background-color: var(--background);
}

.feature-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.sticky-block {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.sticky-block.page-with-subnav {
  top: 160px;
}

.cta-left-inner {
  width: 100%;
  max-width: 480px;
}

.cta-author-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.cta-avatar-wrap {
  border-radius: 100%;
  flex: none;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

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

.cta-form-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 346px;
  display: flex;
}

.input-wrap {
  margin-bottom: 10px;
}

.text-field {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

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

.text-field::placeholder {
  color: var(--silver);
}

.text-field.quantity {
  width: 80px;
}

.text-field.checkout {
  margin-bottom: 24px;
}

.submit-wrap {
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.cta-column {
  align-items: stretch;
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.cta-left-column {
  background-color: var(--white);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.cta-left-column.gray {
  background-color: var(--background);
}

.cta-right-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 24px;
  display: flex;
}

.title-wrap {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.case-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.hero-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-big {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: flex;
}

.symbol-small {
  height: 30px;
  margin-bottom: 16px;
}

.business-column {
  align-items: stretch;
  display: flex;
}

.business-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.business-image-wrap {
  background-color: var(--background);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  height: 280px;
  display: flex;
  overflow: hidden;
}

.business-image-wrap.big {
  height: 520px;
}

.business-image-wrap.small {
  height: 132px;
}

.business-card-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.business-card-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-self: stretch;
  margin-left: 20px;
  display: flex;
}

.business-card-big {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 40px;
  display: grid;
}

.business-card-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.business-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.business-logo-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 18px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.business-logo {
  border: 1px solid var(--stroke);
  border-radius: 18px;
  flex: 1;
  padding: 16px;
}

.home-b-slider {
  background-color: #0000;
  height: auto;
  padding-left: 64px;
  padding-right: 64px;
}

.hide {
  display: none;
}

.home-b-testimonial-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review-star-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.review-star-wrap.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.review-detail-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.review-logo-wrap {
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.review-divider {
  background-color: var(--light-grey);
  width: 1px;
  height: 46px;
}

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

.home-b-left-arrow {
  width: 32px;
  height: 32px;
  inset: 0% auto 0% 0%;
}

.home-b-right-arrow {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.home-b-feature-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

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

.home-b-feature-content {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.home-b-feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  padding: 40px 50px;
  transition: all .3s;
  display: flex;
}

.home-b-feature-card.highlighted {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.space-48 {
  height: 48px;
}

.service-marquee-card {
  background-color: var(--background);
  color: var(--white);
  background-image: linear-gradient(to top, #000, #fff0);
  border-radius: 18px;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  height: 566px;
  padding: 72px;
  display: flex;
  overflow: hidden;
}

.service-marquee-card.sme-card {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/SME_1SME.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-marquee-card.startup-card {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/Hero-B---2_1Hero B - 2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-marquee-card.enterprise-card {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/enterprise_1enterprise.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-card-title {
  font-size: 52px;
  line-height: 130%;
}

.service-marquee-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.marketing-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
}

.marketing-grid.reverse {
  grid-template-columns: .7fr 1fr;
}

.marketing-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 734px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.marketing-logos-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 18px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-b-cta-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
}

.home-b-cta-image-wrap {
  border-radius: 18px;
  overflow: hidden;
}

.home-b-cta-content {
  background-color: var(--background);
  border-radius: 18px;
  justify-content: center;
  padding: 128px 40px;
  display: flex;
}

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

.space-8 {
  height: 8px;
}

.cta-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.cta-list.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.cta-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  display: flex;
}

.cta-list-item.big-list-item {
  font-size: 18px;
}

.icon-xsmall {
  width: 18px;
  height: 18px;
}

.home-c-hero-container {
  background-image: url('../images/Scroll-BG.svg'), linear-gradient(#0000001a, #0000001a), radial-gradient(circle farthest-side, #000000bf, #fff0 52%), url('../images/Home-C-Hero_1Home C Hero.webp');
  background-position: 50% 100%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: auto 73px, auto, auto, cover;
  border-radius: 30px;
  justify-content: center;
  width: 96%;
  max-width: 1400px;
  height: 648px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-c-container-inner {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 955px;
  padding-top: 120px;
  display: flex;
}

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

.mouse-scroll {
  border: 2px solid var(--scroll);
  border-radius: 99px;
  justify-content: center;
  width: 24px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  display: flex;
  position: absolute;
  inset: auto auto 16px;
}

.mouse-ball {
  background-color: var(--scroll);
  width: 2px;
  height: 8px;
}

.sticky-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

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

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

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

.tab-link.w--current {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  font-weight: 700;
}

.tab-pane, .tabs-content {
  width: 100%;
}

.tab-block {
  color: var(--white);
  cursor: none;
  background-image: linear-gradient(to top, #000, #0000);
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 640px;
  padding: 72px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-block.startup-tab {
  background-image: linear-gradient(to top, #000, #0000), url('../images/Hero-B---2_1Hero B - 2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-block.sme-tab {
  background-image: linear-gradient(to top, #000, #0000), url('../images/SME_1SME.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-block.enterprise-tab {
  background-image: linear-gradient(to top, #000, #0000), url('../images/enterprise_1enterprise.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-title {
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 130%;
}

.sticky-business-card {
  background-color: var(--background);
  border-radius: 18px;
  padding: 40px;
}

.business-card-logo-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.business-card-logo {
  background-color: var(--white);
  border-radius: 18px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.business-card-logo-image {
  height: 45px;
}

.business-card-image-wrap {
  border-radius: 18px;
  min-height: 260px;
  margin-bottom: 24px;
  overflow: hidden;
}

.home-c-cta {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--background);
  border-radius: 18px;
  padding: 64px;
  display: flex;
}

.home-c-cta-image-wrap {
  border-radius: 18px;
  width: 100%;
  max-width: 376px;
  overflow: hidden;
}

.home-c-cta-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.space-36 {
  height: 36px;
}

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

.industry-hero-container {
  background-image: url('../images/Scroll-BG.svg'), linear-gradient(#0009, #0009);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 73px, auto;
  border-radius: 30px;
  justify-content: center;
  width: 96%;
  max-width: 1400px;
  height: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.industry-hero-container.industry-a {
  background-image: url('../images/Scroll-BG.svg'), linear-gradient(#0009, #0009), url('../images/Hero-B---2_1Hero B - 2.webp');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 73px, auto, cover;
}

.industry-hero-container.industry-b {
  background-image: url('../images/Scroll-BG.svg'), linear-gradient(#0009, #0009), url('../images/SME_1SME.webp');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 73px, auto, cover;
}

.industry-hero-container.industry-c {
  background-image: url('../images/Scroll-BG.svg'), linear-gradient(#0009, #0009), url('../images/enterprise_1enterprise.webp');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 73px, auto, cover;
}

.industry-container-inner {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 810px;
  padding-top: 110px;
  display: flex;
}

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

.title-wrap-small {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.tech-stack-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tech-stack-gradient {
  background-image: linear-gradient(to right, var(--white) 5%, #fff0);
  width: 100%;
  max-width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tech-stack-gradient.reverse {
  background-image: linear-gradient(270deg, var(--white) 5%, #fff0);
  inset: 0% 0% 0% auto;
}

.tech-stack-logo {
  border: 1px solid var(--stroke);
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 102px;
  display: flex;
  overflow: hidden;
}

.tech-stack-image {
  height: 64px;
}

.container-marquee {
  overflow: hidden;
}

.design-process-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
}

.design-process-image-wrap {
  background-color: var(--background);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.design-process-image-wrap.large {
  background-color: #0000;
  max-width: 1014px;
  min-height: 598px;
  margin-left: auto;
  margin-right: auto;
}

.design-process-image {
  width: 490px;
}

.testimonial-marquee-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.testimonial-marquee-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 504px;
  padding: 32px;
  display: flex;
}

.star {
  height: 20px;
}

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

.space-56 {
  height: 56px;
}

.blog-date {
  color: var(--date);
  margin-top: 6px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}

.blog-card {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.blog-image-wrap {
  border-radius: 18px;
  height: 314px;
  position: relative;
  overflow: hidden;
}

.feature-card-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px;
  display: flex;
}

.feature-card-white.industry {
  justify-content: center;
  min-height: 360px;
}

.icon-regular {
  width: 24px;
  height: 24px;
}

.logos-master-big {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-hero-container {
  background-image: linear-gradient(#0009, #0009), url('../images/About-Hero-Image_1About Hero Image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 96%;
  max-width: 1400px;
  height: 708px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-container-inner {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1044px;
  padding-top: 205px;
  display: flex;
}

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

.about-number-wrap {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.space-140 {
  height: 140px;
}

.number-wrap-big {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-card {
  background-color: var(--background);
  text-align: center;
  border-radius: 18px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 30px;
  display: flex;
}

.team-card.movable-team {
  max-width: 400px;
}

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

.team-logo-wrap {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  position: absolute;
  inset: auto -8px -14px auto;
}

.team-avatar-wrap {
  position: relative;
}

.team-logo {
  height: 24px;
}

.office-marquee-card {
  color: var(--white);
  border-radius: 18px;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  height: 566px;
  display: flex;
  overflow: hidden;
}

.office-marquee-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  align-items: stretch;
  display: flex;
}

.office-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.office-marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.cta-card {
  text-align: center;
  background-color: #ffffff1a;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 30px;
  display: flex;
}

.cta-avatar-wrap-big {
  border-radius: 100%;
  flex: none;
  width: 112px;
  height: 112px;
  overflow: hidden;
}

.cta-four {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--midnight-blue);
  color: var(--white);
  border-radius: 18px;
  padding: 58px;
  display: flex;
}

.icon-small {
  width: 20px;
  height: 20px;
}

.home-b-marquee {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-b-marquee-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-b-marquee-image-wrap {
  flex: none;
  height: 550px;
  margin-left: 18px;
  margin-right: 18px;
}

.home-b-marquee-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.marquee-mask-top {
  background-image: url('../images/Top-Mask-Gallery.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 109px;
  position: absolute;
  inset: -56px 0% auto;
}

.marquee-mask-bottom {
  background-image: url('../images/Bottom-Mask-Gallery.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 109px;
  position: absolute;
  inset: auto 0% -56px;
}

.about-image-wrap {
  position: relative;
  left: -40px;
}

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

.number-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: stretch;
  display: flex;
}

.number-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background);
  text-align: center;
  border-radius: 18px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.team-marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.team-marquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.team-marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.about-column-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.about-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.abour-card-image-wrap {
  border-radius: 18px;
  height: 118px;
  overflow: hidden;
}

.abour-card-image-wrap.big {
  height: 520px;
}

.pricing-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--background);
  color: var(--midnight-blue);
  border-radius: 18px;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.pricing-title-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.price {
  margin-bottom: 0;
}

.pricing-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.pricing-text.opacity {
  opacity: 0;
}

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

.pricing-button-wrap {
  margin-top: auto;
}

.pricing-feature-content {
  flex-direction: column;
  width: 100%;
  max-width: 590px;
  padding-top: 40px;
}

.choose-marquee-card {
  background-color: var(--background);
  color: var(--white);
  background-image: linear-gradient(to top, #0009, #4a4a4a99 29%, #fff0);
  border-radius: 18px;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  height: 376px;
  padding: 72px;
  display: flex;
  overflow: hidden;
}

.choose-marquee-card.concepts-card {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/Design_1Design.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.choose-marquee-card.security-card {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/SecurityBig_1SecurityBig.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.choose-marquee-card.support-card {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/Hero-B---3_1Hero B - 3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.choose-marquee-card.security-03 {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/develop_1develop.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.choose-marquee-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.choose-marquee-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  align-items: stretch;
  display: flex;
}

.choose-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.choose-marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.pricing-table {
  background-color: var(--background);
  border-radius: 18px;
  flex-direction: column;
  padding: 50px;
  display: flex;
  overflow: auto;
}

.pricing-content {
  width: 100%;
  max-width: 530px;
  position: relative;
}

.pricing-title {
  font-size: 72px;
  line-height: 100%;
}

.pricing-review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.review-avatar {
  border-radius: 100%;
  flex: none;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.pricing-review-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.star-small {
  object-fit: fill;
  height: 16px;
}

.italic {
  margin-bottom: 0;
  font-style: italic;
}

.review-name {
  color: var(--date);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.pricing-image-wrap {
  border-radius: 18px;
  height: 373px;
  overflow: hidden;
}

.pricing-purchase {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 40px;
  display: flex;
  position: absolute;
  inset: auto auto -64px -64px;
  box-shadow: 19px 9px 54px #0000000f;
}

.pricing-purchase-title {
  align-items: flex-end;
  display: flex;
}

.price-title {
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 900;
  line-height: 110%;
}

.price-subtitle {
  color: var(--midnight-blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.cta-wrap-fu-ll {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.pricing-label-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 207px 175px 207px;
  width: 100%;
}

.pricing-table-content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 38px;
  display: flex;
}

.table-label-cell {
  text-align: center;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 28px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.table-label-cell.blue {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.table-cell {
  border-bottom: 1px solid var(--line);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  display: flex;
}

.table-cell.blue {
  border-bottom-color: var(--dark-slate-blue);
  background-color: var(--midnight-blue);
  color: var(--white);
  padding-bottom: 15px;
}

.table-cell.blue.last {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.table-cell.no-line {
  border-bottom-style: none;
}

.table-text-cell {
  border-bottom: 1px solid var(--line);
  width: 100%;
  min-width: 360px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.table-text-cell.no-line {
  border-bottom-style: none;
}

.table-detail {
  color: var(--date);
  margin-bottom: 0;
}

.faq-grid-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.heading-wrap-faq-halves {
  max-width: 450px;
}

.plus-expand-master {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  position: relative;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.expandable-single {
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 18px;
  padding: 24px 24px 24px 32px;
}

.plus-line {
  background-color: #000;
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

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

.expandable-master {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  max-width: 720px;
  display: flex;
}

.faq-h3 {
  margin-right: 24px;
  font-size: 20px;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 16px;
}

.services-slider {
  background-color: #ddd0;
  width: 70%;
  max-width: 820px;
  height: auto;
}

.services-slide {
  margin-right: 24px;
}

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

.services-slider-mask {
  overflow: visible;
}

.services-slider-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 80px;
  overflow: hidden;
}

.service-slider-link {
  border: 1px solid var(--stroke);
  background-color: var(--background);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .2s;
  display: flex;
  inset: auto auto -72px 0%;
}

.service-slider-link:hover {
  transform: scale(1.05);
}

.service-slider-link.right-arrow-link {
  left: 56px;
}

.slider-arrow-image {
  width: 20px;
  height: 20px;
}

.slider-arrow-image.left-arrow {
  margin-right: 2px;
}

.slider-arrow-image.right-arrow {
  margin-left: 2px;
}

.tile-cursor {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.tab-tile-cursor-circle {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-size: 16px;
  display: flex;
}

.content-wrap-testimonial {
  max-width: 1348px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.footer-top-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

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

.links-heading-footer {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.three-columns-links-footer {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  width: auto;
}

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

.link-footer {
  font-size: 18px;
}

.contact-options-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

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

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

.brand-link-footer {
  height: 40px;
}

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

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

.social-link-footer {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.social-image-footer {
  width: 100%;
}

.bottom-right-footer {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 560px;
  display: flex;
}

.form-block-newsletter {
  width: 100%;
}

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

.input-wrap-newsletter {
  flex: 1;
}

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

.roadmap-master {
  height: 400vh;
  position: relative;
}

.roadmap-sticky {
  position: sticky;
  top: 92px;
}

.roadmap-sticky.page-with-subnav {
  top: 130px;
}

.roadmap-background {
  background-color: var(--background);
  border-radius: 18px;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.roadmap-background-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.week-text {
  color: #c6c6c6;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.roadmap-background-divider {
  background-color: #ededed;
  width: 1px;
  height: 100%;
}

.roadmap-foreground {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .7fr 1fr 1.2fr .9fr;
  grid-auto-columns: 1fr;
  padding: 80px 24px 40px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.roadmap-stage-master {
  color: var(--white);
  text-align: center;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  display: flex;
  position: relative;
}

.roadmap-stage-master.ideation {
  background-color: #87abef;
  width: 120%;
}

.roadmap-stage-master.design {
  background-color: #ebbf85;
  width: 120%;
}

.roadmap-stage-master.develop {
  background-color: #e6a283;
}

.roadmap-stage-master.test {
  background-color: #92cacd;
}

.roadmap-stage-fill {
  width: 30%;
  position: absolute;
  inset: 0%;
}

.roadmap-stage-fill.ideation-fill {
  background-color: #7699da;
}

.roadmap-stage-fill.design-fill {
  background-color: #ddb177;
}

.roadmap-stage-fill.develop-fill {
  background-color: #ce8d6f;
}

.roadmap-stage-fill.test-fill {
  background-color: #7fb6b9;
}

.roadmap-info-tile {
  z-index: 100;
  grid-row-gap: 12px;
  border: 1px solid var(--stroke);
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 460px;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 110% auto auto 0%;
}

.roadmap-info-tile.development-tile {
  inset: auto auto 110% 0%;
}

.roadmap-info-tile.test-tile {
  inset: auto 0% 110% auto;
}

.roadmap-paragraph {
  margin-bottom: 0;
}

.stage-name {
  z-index: 5;
  position: relative;
}

.roadmap-fill-overflow {
  border-radius: 18px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.navbar-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1352px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbar-grid {
  grid-template-rows: 100%;
  grid-template-columns: 200px auto 200px;
  height: 100%;
  position: relative;
}

.nav-menu {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.nav-link {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

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

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

.brand-image-nav {
  width: 179px;
  max-width: 500px;
  height: 45px;
}

.dropdown-nav {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: static;
}

.dropdown-toggle-nav {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 12px;
  display: flex;
  position: static;
}

.dropdown-chevron-nav {
  height: 12px;
  margin-left: 8px;
}

.dropdown-list-nav.w--open {
  border: 1px solid var(--background);
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  padding: 24px;
  inset: 64px 0 auto;
  box-shadow: 0 1px 20px #4e4e4e1a;
}

.drodpdown-grid-pages {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.image-homepage-dropdown {
  border: 1px solid var(--stroke);
  border-radius: 12px;
  width: 100%;
  margin-bottom: 8px;
}

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

.nav-cta {
  color: var(--accent-1);
  background-color: #424bd10d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.nav-cta:hover {
  background-color: #424bd133;
}

.dropdown-grid-resources {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.resources-wrap-dropdown {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.resources-heading-footer {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

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

.story-link-dropdown {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.story-item-dropdown {
  padding: 0;
}

.story-logo-wrap-dropdown {
  background-color: var(--white);
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  box-shadow: 0 1px 8px #50505014;
}

.story-right-side-dropdown {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.resource-title-dropdown {
  font-size: 16px;
  font-weight: 500;
}

.company-logo-dropdown {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 60%;
}

.blog-link-dropdown {
  grid-column-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tile-highlighted-post-navbar {
  grid-row-gap: 8px;
  background-color: var(--background);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.blog-image-highlighted-navbar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 56%;
}

.marketing-icons-combo {
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100px;
  display: flex;
}

.marketing-logo-wrap {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.marketing-logo-image {
  width: 64px;
  height: 64px;
}

.marketing-column {
  grid-row-gap: 13px;
  flex-direction: column;
  display: flex;
}

.marketing-gradient {
  background-image: linear-gradient(#f9f9f9, #f9f9f900);
  height: 180px;
  position: absolute;
  inset: 0% 0% auto;
}

.marketing-gradient.bottom-gradient {
  background-image: linear-gradient(#f9f9f900, #f9f9f9);
  inset: auto 0% 0%;
}

.industry-sub-nav {
  z-index: 100;
  border-bottom: 1px solid var(--stroke);
  background-color: var(--white);
  justify-content: space-between;
  height: 60px;
  position: fixed;
  inset: 60px 0% auto;
}

.container-sub-nav {
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.link-sub-nav {
  color: #5f606c;
  border-bottom: 2px solid #424bd100;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.link-sub-nav.w--current {
  border-bottom-color: #424bd1;
}

.expandable-center-master {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.marquee-overlay-grey {
  z-index: 9;
  background-image: linear-gradient(#f9f9f9, #f9f9f900);
  height: 278px;
  position: absolute;
  inset: 0% 0% auto;
}

.marquee-overlay-grey.bottom-grey {
  background-image: linear-gradient(to top, #f9f9f9, #f9f9f900);
  inset: auto 0% 0%;
}

.about-h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.symbol-wrap-careers-hero {
  justify-content: center;
  width: 40px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: auto auto 16px;
}

.careers-container-inner {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 810px;
  padding-top: 110px;
  display: flex;
}

.careers-hero-container {
  background-image: url('../images/Scroll-BG.svg'), linear-gradient(#0009, #0009), url('../images/Industry-C-Hero_1Industry C Hero.webp');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto 73px, auto, cover;
  border-radius: 30px;
  justify-content: center;
  width: 96%;
  max-width: 1400px;
  height: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submenu-master-careers {
  z-index: 100;
  border-bottom: 1px solid var(--stroke);
  background-color: var(--white);
  justify-content: center;
  align-items: stretch;
  height: 60px;
  display: flex;
  position: sticky;
  top: 60px;
  box-shadow: 0 1px 2px #00000014;
}

.deparment-careers {
  flex-direction: column;
  padding-bottom: 120px;
  display: flex;
}

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

.tile-career {
  grid-row-gap: 8px;
  background-color: var(--background);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.career-h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.careers-single-hero-container {
  background-image: url('../images/Industry-C-Hero_1Industry C Hero.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 30px;
  justify-content: center;
  width: 96%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.careers-sinlge-inner-container {
  z-index: 10;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 810px;
  display: flex;
  position: relative;
}

.columns-single-career {
  display: flex;
}

.column-left-single-career {
  padding: 0 80px 0 0;
}

.sticky-wrap-career-single {
  position: sticky;
  top: 100px;
}

.apply-tile-career-single {
  grid-row-gap: 32px;
  background-color: var(--background);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.apply-top-wrap-career-single {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.apply-bottom-carrer-single {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.recruiter-text-career-single {
  color: #282943cc;
  font-weight: 500;
  line-height: 150%;
}

.recruiter-link {
  color: var(--accent-1);
  text-decoration: underline;
}

.department-button-wrap {
  display: flex;
}

.blog-sub-nav {
  z-index: 100;
  border-bottom: 1px solid var(--stroke);
  background-color: var(--white);
  justify-content: space-between;
  height: 60px;
  position: fixed;
  inset: 60px 0% auto;
}

.blog-section-blog-overview {
  padding-bottom: 120px;
}

.logo-wrap-blog-tile {
  border: 1px solid var(--stroke);
  background-color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: absolute;
  inset: auto 16px 16px auto;
}

.logo-image-blog-tile {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.cta-wrap-tag-page {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resource-hero-container {
  background-image: url('../images/Industry-C-Hero_1Industry C Hero.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  justify-content: center;
  width: 96%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.resource-single-inner-container {
  z-index: 10;
  grid-row-gap: 16px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.overlay-resource-hero {
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

.content-column-resource {
  flex-direction: column;
  padding: 0;
  display: flex;
}

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

.divider-resource-hero {
  background-color: #ffffff4d;
  width: 1px;
  height: 12px;
}

.subheading-wrap-resource {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-contact-hero {
  background-image: url('../images/Industry-A-Hero_1Industry A Hero.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
  max-width: 880px;
  height: 360px;
  margin-left: auto;
  margin-right: auto;
}

.tile-contact-form {
  z-index: 1;
  background-color: var(--white);
  border-radius: 18px;
  width: 100%;
  max-width: 650px;
  margin-top: -140px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  position: relative;
  box-shadow: 1px 1px 20px #7070701a;
}

.divider-contact-page {
  background-color: var(--divider);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 32px;
}

.tile-contact {
  grid-row-gap: 16px;
  background-color: var(--background);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.contact-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.link-contact {
  font-weight: 700;
  text-decoration: underline;
}

.small-price-title {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 110%;
}

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

.top-text-pricing-tile {
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}

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

.image-testimonial-slider, .image-testimonial-card {
  height: 40px;
}

.overlay-careers-single {
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.blog-description-tile {
  color: var(--black);
  margin: 0;
}

.checkout-form {
  padding-top: 64px;
  padding-bottom: 64px;
}

.bran-wrap-checkout {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.brand-image-checkout {
  height: 24px;
}

.apple-pay {
  border-radius: 12px;
  height: 56px;
}

.apple-pay.cart {
  height: 52px;
}

.checkout-h4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.block-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.block-content {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 24px;
}

.block-content.summary {
  padding-bottom: 16px;
}

.billing-address-toggle {
  align-items: center;
  display: flex;
}

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

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

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

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

.utility-page-form {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cta-flex-left {
  justify-content: flex-start;
  display: flex;
}

.coklumn-left-business, .column-right-business {
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.space-about-a {
  height: 120px;
}

.space-pricing-hero {
  height: 64px;
}

.piricing-content-right-side {
  width: 100%;
  max-width: 530px;
  position: relative;
}

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

.columns-template-details {
  display: flex;
}

.left-column-template-details {
  padding: 0;
}

.right-column-template-details {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

.card-template-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.card-template-details.typography-card {
  grid-row-gap: 24px;
}

.card-template-navigation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 380px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 80px;
}

.link-template-navigation {
  color: #131313b3;
  font-size: 20px;
  font-weight: 400;
}

.link-template-navigation.w--current {
  color: #131313;
  font-weight: 500;
}

.template-h2 {
  margin-top: 0;
}

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

.images-grid-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icons-grid-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.icon-template {
  width: 40px;
}

.subtext-style-guide {
  color: var(--dim-grey);
  font-size: 14px;
}

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

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

.color-wrap-style-guide {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.color {
  border: 1px solid var(--stroke);
  border-radius: 18px;
  flex-direction: column;
  padding-top: 100%;
}

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

.color.color-two {
  background-color: var(--background);
}

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

.color.color-four {
  background-color: var(--accent-1);
}

.color.color-five {
  background-color: var(--accent-2);
}

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

.color.color-seven {
  background-color: var(--midnight-blue);
}

.color.color-eight {
  background-color: var(--dark-slate-blue);
}

.color.color-nine {
  background-color: var(--dim-grey);
}

.button-wrap {
  grid-row-gap: 12px;
  background-color: var(--background);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.sales-cta-wrap {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sales-mock-image {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 0;
}

.sales-mock-link-block {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.included-tile {
  background-color: var(--white);
  text-align: center;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.padding-wrap-included-tile {
  width: 100%;
  padding: 24px;
}

.image-included-tile {
  width: 100%;
}

.figma-tile-sales {
  background-color: var(--white);
  text-align: center;
  border-radius: 18px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 24px;
  display: flex;
  overflow: hidden;
}

.figma-content-sales {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.image-figma {
  height: 60%;
}

.link-block-sales-page {
  grid-row-gap: 16px;
  background-color: var(--background);
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  transition: transform .2s;
  display: flex;
}

.link-block-sales-page:hover {
  transform: translate(0, -4px);
}

.image-sales-page {
  border: 1px solid var(--stroke);
  border-radius: 12px;
  width: 100%;
}

.sales-page-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.master-wrap-pages {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

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

.tile-more-power {
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.more-power-cta-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-name {
  margin: 4px 0 8px;
  font-size: 20px;
  font-weight: 700;
}

.cart {
  margin-left: 4px;
}

.cart-button {
  background-color: #424bd10d;
  border-radius: 12px;
  height: 44px;
}

.cart-icon {
  width: 20px;
  height: 20px;
}

.cart-container {
  border-radius: 12px;
  min-width: 360px;
  max-width: 530px;
  overflow: hidden;
}

.resource-menu-subtext {
  margin: 0;
}

.success-message {
  border: 1px solid var(--stroke);
  background-color: var(--background);
  border-radius: 12px;
}

.text-block {
  font-weight: 700;
}

.cta-learn-more {
  text-align: center;
  background-color: #df5041;
  background-image: linear-gradient(48deg, #28c1f2, #157fc6);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-right: 20px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  transition: background-color .2s;
  display: flex;
}

.cta-learn-more:hover {
  background-color: #424bd1e6;
}

.cta-learn-more.outline {
  border: 3px solid var(--accent-1);
  background-color: var(--background);
  color: var(--accent-1);
  text-align: center;
  padding: 9px 12px;
  font-weight: 700;
  line-height: 200%;
}

.cta-learn-more.ghost {
  color: var(--accent-1);
  background-color: #0000;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
}

.cta-learn-more.white {
  background-color: var(--white);
  color: var(--black);
}

.cta-learn-more.newsletter-submit {
  height: 60px;
  margin-left: 8px;
}

.cta-learn-more.add-to-cart-cta {
  width: 100%;
}

.our-quota {
  width: auto;
  margin-bottom: 6px;
  font-size: 38px;
  font-weight: 700;
  line-height: 175%;
}

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

  h2 {
    font-size: 32px;
  }

  h4 {
    font-size: 20px;
  }

  .section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 64px;
    padding-bottom: 64px;
    display: block;
  }

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

  .section.world {
    background-size: contain;
    padding-bottom: 140px;
  }

  .section.hero-contact {
    padding-top: 100px;
  }

  .section.sales-scroll {
    min-height: 0;
    max-height: 700px;
  }

  .mega-h1 {
    font-size: 70px;
  }

  .mega-h1.mega-h1-home-a {
    text-align: center;
  }

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

  .grid-halves.hero-about-c {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .grid-halves.halves-pricing {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-thirds.contact-thirds {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

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

  .grid-thirds.included-top-grid-sales, .grid-thirds.template-thirds {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .grid-fourths.template-fours {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-a-content-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .marquee-wrap {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .marquee-image-wrap {
    height: 320px;
  }

  .marquee-overlay {
    height: 140px;
  }

  .feature-marquee-card {
    width: 80vw;
    max-width: 600px;
  }

  .feature-image-wrap {
    min-width: 200px;
  }

  .image-cover {
    object-fit: cover;
  }

  .feature-content-wrap {
    max-width: 50vw;
  }

  .product-title {
    width: 180px;
    margin-right: 24px;
  }

  .product-image {
    border-radius: 24px;
    width: auto;
    height: 150px;
    margin-right: 24px;
    position: static;
  }

  .tech-content {
    padding: 24px;
  }

  .tech-marquee-logo {
    padding: 12px;
  }

  .tech-marquee-loop {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-card-main {
    padding: 32px;
  }

  .cta-column {
    width: 96%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .business-image-wrap.big {
    height: 180px;
  }

  .business-card-wrap {
    margin-left: 0;
  }

  .business-logo {
    padding: 12px;
  }

  .home-b-feature-card {
    padding: 32px;
  }

  .service-marquee-card {
    height: 440px;
    padding: 55px;
  }

  .cta-list.gap-24 {
    grid-row-gap: 16px;
  }

  .home-c-hero-container {
    max-width: 1000px;
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-c-container-inner {
    padding-top: 0;
  }

  .tab-block {
    min-height: 540px;
  }

  .sticky-business-card {
    padding: 24px;
  }

  .business-card-logo {
    padding: 12px;
  }

  .home-c-cta {
    padding: 40px;
  }

  .industry-hero-container {
    width: 96%;
    max-width: 1200px;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .industry-container-inner {
    justify-content: center;
    padding-top: 0;
  }

  .design-process-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1.2fr;
  }

  .blog-image-wrap {
    height: 25vw;
  }

  .about-hero-container {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-container-inner {
    padding-top: 120px;
  }

  .team-card {
    max-width: none;
  }

  .team-card.movable-team {
    max-width: 360px;
  }

  .office-marquee-card {
    height: 50vw;
  }

  .cta-four {
    grid-column-gap: 40px;
    padding: 24px;
  }

  .home-b-marquee-image-wrap {
    height: 400px;
  }

  .pricing-table {
    flex-direction: row;
    overflow: scroll;
  }

  .pricing-content {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .heading-wrap-faq-halves {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .expandable-master {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-top-grid {
    grid-row-gap: 64px;
    grid-template-columns: auto;
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .three-columns-links-footer {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .links-column-footer, .contact-options-list {
    align-items: center;
  }

  .footer-bottom-flex {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .bottom-left-footer, .bottom-right-footer {
    text-align: center;
    align-items: center;
  }

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

  .nav-menu {
    grid-row-gap: 16px;
    border: 1px solid var(--stroke);
    background-color: #fff;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    max-height: 85vh;
    padding: 16px;
    position: absolute;
    overflow: scroll;
    box-shadow: 0 1px 20px #8787871a;
  }

  .nav-link {
    text-align: left;
    justify-content: center;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .dropdown-nav {
    justify-content: flex-start;
    width: auto;
    height: auto;
    font-size: 18px;
    display: block;
  }

  .dropdown-toggle-nav {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-list-nav.w--open {
    border-color: var(--divider);
    background-color: var(--background);
    box-shadow: none;
    position: static;
  }

  .dropdown-link-pages {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-cta {
    margin-right: 0;
  }

  .dropdown-grid-resources {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .careers-container-inner {
    padding-bottom: 140px;
  }

  .careers-hero-container {
    height: auto;
  }

  .list-careers {
    grid-template-columns: 1fr 1fr;
  }

  .columns-single-career {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .column-left-single-career, .column-right-single-career {
    padding-left: 24px;
    padding-right: 24px;
  }

  .resource-hero-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-column-resource {
    padding-left: 24px;
    padding-right: 24px;
  }

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    border-radius: 12px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #424bd133;
  }

  .hamburger-icon {
    width: 20px;
    height: 20px;
    margin: auto;
    display: block;
  }

  .hamburger-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .coklumn-left-business {
    flex-direction: column;
  }

  .space-about-a {
    height: 40px;
  }

  .piricing-content-right-side {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .link-block-sales-page {
    padding: 16px;
  }

  .cart {
    margin-right: 4px;
  }

  .our-quota {
    font-size: 37px;
  }
}

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

  h2 {
    font-size: 30px;
  }

  blockquote {
    font-size: 20px;
    line-height: 160%;
  }

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

  .section.world {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .section.usps-pricing {
    padding-top: 80px;
  }

  .mega-h1, .mega-h1.mega-h1-home-a {
    font-size: 60px;
  }

  .paragraph-big {
    font-weight: 400;
  }

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

  .grid-thirds.team-grid {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.included-top-grid-sales {
    grid-column-gap: 20px;
  }

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

  .hero-a-content-wrap {
    text-align: center;
  }

  .hero-symbol {
    width: 99px;
  }

  .span-accent-1 {
    margin-bottom: 8px;
  }

  .subtitle {
    font-size: 20px;
  }

  .logos-master {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-image {
    height: 31px;
  }

  .feature-marquee-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    width: 60vw;
  }

  .feature-image-wrap {
    width: 100%;
    min-width: 0;
  }

  .feature-content-wrap {
    max-width: none;
    padding-right: 0;
  }

  .product-block {
    flex-direction: column;
  }

  .product-title-wrap {
    justify-content: space-between;
  }

  .home-a-testimonial-image-wrap {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-a-testimonial-wrap, .tech-column {
    flex-direction: column;
  }

  .tech-marquee-wrap {
    align-self: center;
    height: 320px;
  }

  .number-wrap {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .number-tile.middle {
    border-style: none;
    border-top-width: 1px;
    border-top-color: var(--stroke);
    border-bottom-width: 1px;
    border-bottom-color: var(--stroke);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .number-tile.right {
    border-bottom: 1px none var(--stroke);
    border-right-style: none;
  }

  .number-tile.tile-stroke {
    border-left-style: none;
    border-right-style: none;
  }

  .number-tile.tile-stroke-right {
    border-right-style: none;
  }

  .text-accent-1 {
    font-size: 48px;
  }

  .cta-column {
    flex-direction: column;
    width: 96%;
  }

  .cta-right-column {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .business-card {
    padding: 32px;
  }

  .business-image-wrap.small {
    height: 170px;
  }

  .business-card-big {
    padding: 32px;
  }

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

  .business-card-small {
    padding: 32px;
  }

  .review-detail-wrap {
    flex-direction: column;
  }

  .review-divider {
    width: 50%;
    height: 1px;
  }

  .home-b-feature-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .service-marquee-card {
    padding: 24px;
  }

  .service-card-title {
    margin-bottom: 6px;
    font-size: 32px;
  }

  .service-marquee-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .marketing-grid, .marketing-grid.reverse {
    grid-template-columns: 1fr;
  }

  .marketing-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .marketing-logos-wrap {
    order: 1;
    align-self: center;
    height: 400px;
  }

  .home-b-cta-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .home-b-cta-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .business-card-logo {
    min-height: 90px;
  }

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

  .blog-image-wrap {
    height: 50vw;
  }

  .logos-master-big {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-number-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .number-wrap-big {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-card {
    max-width: none;
  }

  .team-card.movable-team {
    width: 46vw;
    max-width: none;
  }

  .cta-card {
    max-width: none;
  }

  .cta-four {
    grid-row-gap: 24px;
    flex-direction: column;
  }

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

  .about-card {
    padding: 24px;
  }

  .abour-card-image-wrap {
    height: 230px;
  }

  .pricing-title {
    font-size: 52px;
  }

  .pricing-purchase {
    left: -12px;
  }

  .services-slider {
    width: 90%;
  }

  .footer-bottom-flex {
    grid-row-gap: 64px;
  }

  .week-text {
    opacity: 0;
  }

  .roadmap-foreground {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .roadmap-stage-master.ideation, .roadmap-stage-master.design {
    width: 100%;
  }

  .roadmap-info-tile {
    min-width: 0;
  }

  .roadmap-info-tile.ideation-tile {
    left: auto;
    right: auto;
  }

  .roadmap-info-tile.design-tile {
    inset: 110% auto auto;
  }

  .container-sub-nav {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .link-sub-nav {
    border: 1px solid var(--gainsboro);
    background-color: var(--background);
    border-radius: 40px;
    flex: none;
    height: 32px;
    margin-right: 1vw;
    padding-top: 0;
  }

  .link-sub-nav.w--current {
    border-color: var(--white);
    background-color: var(--accent-1);
    color: var(--background);
  }

  .careers-hero-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .submenu-master-careers {
    align-items: center;
  }

  .list-careers {
    grid-template-columns: 1fr;
  }

  .content-column-resource {
    padding: 0;
  }

  .image-contact-hero {
    height: 270px;
  }

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

  .testimonial-h1 {
    font-size: 24px;
  }

  .piricing-content-right-side {
    width: 90%;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .left-column-template-details {
    display: none;
  }

  .right-column-template-details {
    padding: 0;
  }

  .card-template-details, .card-template-navigation {
    padding: 24px;
  }

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

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

  .sales-mockups-column.first-column {
    display: none;
  }

  .sales-mockups-column.second-column {
    display: block;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .figma-tile-sales {
    flex-direction: column;
    padding-top: 24px;
    padding-left: 0;
  }

  .figma-content-sales {
    text-align: center;
    align-items: center;
  }

  .image-figma {
    width: 140px;
    height: auto;
  }

  .heading, .heading-2 {
    font-size: 24px;
  }

  .our-quota {
    font-size: 22px;
  }
}

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

  .section.case-studies {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.home-b-feature {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.industry, .section.hero-about-b {
    padding-top: 140px;
  }

  .section.hero-careers {
    padding-top: 80px;
  }

  .section.usps-pricing {
    padding-top: 200px;
  }

  .section.sales-scroll {
    min-height: 0;
    max-height: 450px;
  }

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

  .mega-h1, .mega-h1.mega-h1-home-a {
    font-size: 11vw;
  }

  .grid-thirds.sales-mockups {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-fourths.template-fours {
    grid-template-columns: 1fr;
  }

  .cta.newsletter-submit {
    margin-left: 0;
  }

  .link-block-with-line {
    font-size: 16px;
  }

  .hero-symbol {
    width: 18vw;
  }

  .marquee-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .marquee-column {
    width: 48%;
  }

  .marquee-column.column-one, .marquee-column.column-two {
    flex: none;
  }

  .marquee-overlay {
    top: -1px;
  }

  .marquee-overlay.bottom {
    bottom: -1px;
  }

  .feature-marquee-card {
    width: 80vw;
  }

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

  .product-title {
    width: auto;
    margin-right: 0;
  }

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

  .product-content-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-image {
    width: 80%;
    max-width: 90%;
    height: auto;
    margin-right: 0;
  }

  .quote-text {
    font-size: 24px;
    line-height: 140%;
  }

  .home-a-testimonial-name {
    font-size: 24px;
  }

  .feature-card {
    max-width: 290px;
  }

  .feature-card.gray {
    max-width: none;
  }

  .cta-left-inner {
    text-align: center;
  }

  .cta-author-wrap {
    flex-direction: column;
  }

  .cta-right-column {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-wrap-big {
    padding: 24px 0;
  }

  .business-card {
    padding: 24px;
  }

  .business-image-wrap {
    height: 180px;
  }

  .business-image-wrap.small {
    height: 110px;
  }

  .business-card-big {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .home-b-slider {
    padding-left: 32px;
    padding-right: 32px;
  }

  .review-detail-wrap {
    text-align: center;
  }

  .review-detail {
    text-align: center;
    align-items: center;
  }

  .feature-wrap {
    grid-template-columns: 1fr;
  }

  .home-b-feature-content {
    max-width: none;
  }

  .home-c-hero-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs-menu {
    width: 100%;
  }

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

  .tab-block {
    padding: 24px;
  }

  .tab-title {
    font-size: 40px;
  }

  .business-card-logo-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .business-card-image-wrap {
    min-height: auto;
  }

  .home-c-cta {
    padding: 24px;
  }

  .industry-hero-container {
    width: 92%;
  }

  .design-process-image-wrap {
    padding: 16px;
  }

  .design-process-image-wrap.large {
    min-height: 0;
    padding: 0;
  }

  .blog-image-wrap {
    height: 63vw;
  }

  .feature-card-white.industry {
    padding: 24px;
  }

  .main-title-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .about-hero-container {
    background-image: linear-gradient(#0000007a, #0000007a), url('../images/About-Hero-Image_1About Hero Image.webp');
    background-position: 0 0, 82%;
  }

  .about-container-inner {
    padding-top: 64px;
  }

  .about-number-wrap {
    grid-template-columns: 1fr;
  }

  .number-wrap-big {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .team-card.movable-team {
    width: 80vw;
  }

  .office-marquee-card {
    height: 60vw;
  }

  .home-b-marquee-image-wrap {
    height: 290px;
  }

  .about-image-wrap {
    width: 105%;
    left: -16px;
  }

  .number-grid.numbers-about-c {
    flex-direction: column;
  }

  .about-card {
    padding: 24px;
  }

  .abour-card-image-wrap.big {
    height: 330px;
  }

  .pricing-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-title {
    font-size: 40px;
  }

  .pricing-review {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .pricing-review-detail {
    align-items: center;
  }

  .pricing-purchase {
    align-items: center;
    width: 94%;
    bottom: -50%;
    left: auto;
  }

  .pricing-purchase-title {
    flex-direction: column;
    align-items: center;
  }

  .three-columns-links-footer {
    grid-row-gap: 16px;
  }

  .form-newsletter {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

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

  .roadmap-foreground, .roadmap-info-tile {
    padding: 16px;
  }

  .roadmap-paragraph {
    font-size: 14px;
  }

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

  .nav-link, .dropdown-toggle-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-list-nav.w--open {
    padding: 8px;
  }

  .drodpdown-grid-pages {
    grid-template-columns: 1fr;
  }

  .nav-cta {
    display: none;
  }

  .resources-heading-footer {
    font-size: 16px;
    font-weight: 700;
  }

  .story-link-dropdown {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .story-logo-wrap-dropdown {
    width: 40px;
    height: 40px;
  }

  .company-logo-dropdown {
    width: 40%;
    height: 40%;
  }

  .tile-highlighted-post-navbar {
    background-color: var(--white);
  }

  .marketing-icons-combo {
    width: auto;
  }

  .marketing-logo-wrap {
    width: 24vw;
    height: 24vw;
  }

  .marketing-logo-image {
    width: 80%;
    height: 80%;
  }

  .careers-hero-container {
    width: 94%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .submenu-master-careers {
    justify-content: flex-start;
    padding-left: 16px;
    overflow: scroll;
  }

  .list-careers {
    grid-template-columns: 1fr;
  }

  .careers-single-hero-container {
    background-image: url('../images/Industry-C-Hero_1Industry C Hero.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    width: 94%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .column-left-single-career, .column-right-single-career {
    padding-left: 0;
    padding-right: 0;
  }

  .apply-tile-career-single {
    grid-row-gap: 16px;
  }

  .blog-section-blog-overview {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .logo-wrap-blog-tile {
    width: 56px;
    height: 56px;
  }

  .logo-image-blog-tile {
    width: 60%;
    height: 60%;
  }

  .resource-hero-container {
    width: 94%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-contact-hero {
    height: 50vw;
  }

  .tile-contact-form {
    margin-top: -48px;
    padding: 24px;
  }

  .overlay-careers-single {
    background-image: linear-gradient(#0000001a, #0000001a);
  }

  .cta-wrap-newsletter-form {
    flex-direction: column;
    display: flex;
  }

  .space-about-a {
    height: 16px;
  }

  .space-pricing-hero {
    height: 24px;
  }

  .piricing-content-right-side {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .card-template-details, .card-template-navigation {
    padding: 24px;
  }

  .icons-grid-template, .colors-grid-style-guide {
    grid-template-columns: 1fr 1fr;
  }

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

  .sales-mockups-column.second-column {
    display: block;
  }

  .sales-mock-link-block {
    margin-bottom: 8px;
  }

  .image-figma {
    width: 90px;
    height: auto;
  }

  .single-wrap-pages {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .resource-menu-subtext {
    font-size: 14px;
    line-height: 150%;
  }

  .cta-learn-more.newsletter-submit {
    margin-left: 0;
  }
}

#w-node-ea704afb-2725-4a93-ebec-96cc3ace94b3-ad68536e, #w-node-ea704afb-2725-4a93-ebec-96cc3ace94bc-ad68536e, #w-node-ea704afb-2725-4a93-ebec-96cc3ace94c5-ad68536e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0e47142-e987-67ab-ccce-fcb3ab5a6775-ad68536e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_31fcedfc-5d30-ec9b-33b4-28bf82de817a-ad68536e, #w-node-_8be24bc0-fa31-66d4-9396-9b2e2abdc9f4-ad68536e, #w-node-d3c58c7e-c5c3-7085-1b0d-3710e1023a8f-ad68536e, #w-node-fe28f6dc-a000-6a0a-c463-86638120dc8d-ad68536e, #w-node-fe28f6dc-a000-6a0a-c463-86638120dc91-ad68536e, #w-node-fe28f6dc-a000-6a0a-c463-86638120dc95-ad68536e, #w-node-bf22dc31-139e-3033-e872-8f20e737288e-ad68536e, #w-node-bf22dc31-139e-3033-e872-8f20e7372892-ad68536e, #w-node-bf22dc31-139e-3033-e872-8f20e7372896-ad68536e, #w-node-b475cb67-ef18-6bb4-4bc4-6dbf7133012d-ad68536e, #w-node-b475cb67-ef18-6bb4-4bc4-6dbf71330131-ad68536e, #w-node-b475cb67-ef18-6bb4-4bc4-6dbf71330135-ad68536e, #w-node-d2de7932-816f-8072-a181-55c9f67bb26e-ad68536e, #w-node-_4321599d-cf65-a866-0fab-f8d531ebdcd2-ad68536e, #w-node-f504e56f-af19-c891-cc38-6e731d2298b6-ad68536e, #w-node-_5f9fa299-ec78-1263-0931-bd79ff5289ab-ad68536e, #w-node-_0fe8c367-109d-637b-3278-20be698352ab-ad68536e, #w-node-_9511e5e5-975d-552e-941a-c538b5a597e2-ad68536e, #w-node-_99214222-4586-5365-ee34-227a0f56ff8b-ad68536e, #w-node-_99214222-4586-5365-ee34-227a0f56ff8f-ad68536e, #w-node-_99214222-4586-5365-ee34-227a0f56ff93-ad68536e, #w-node-a10a6a17-bb44-4b28-6215-9f5b89c57b23-ad68536e, #w-node-_6b1605f8-afe3-bc9b-b05a-63af3227498b-32274988, #w-node-_6b1605f8-afe3-bc9b-b05a-63af3227498f-32274988, #w-node-_6b1605f8-afe3-bc9b-b05a-63af3227499c-32274988, #w-node-_6b1605f8-afe3-bc9b-b05a-63af322749a9-32274988, #w-node-_6b1605f8-afe3-bc9b-b05a-63af322749b2-32274988 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b1605f8-afe3-bc9b-b05a-63af322749be-32274988 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-da508061-90b3-a2be-084b-0625638de8db-638de8d8 {
  place-self: center start;
}

#w-node-da508061-90b3-a2be-084b-0625638de8e5-638de8d8, #w-node-da508061-90b3-a2be-084b-0625638de8e9-638de8d8, #w-node-da508061-90b3-a2be-084b-0625638de8ed-638de8d8, #w-node-da508061-90b3-a2be-084b-0625638de8f8-638de8d8, #w-node-da508061-90b3-a2be-084b-0625638de8fc-638de8d8, #w-node-da508061-90b3-a2be-084b-0625638de900-638de8d8, #w-node-da508061-90b3-a2be-084b-0625638de90b-638de8d8, #w-node-da508061-90b3-a2be-084b-0625638de90f-638de8d8, #w-node-da508061-90b3-a2be-084b-0625638de913-638de8d8, #w-node-da508061-90b3-a2be-084b-0625638de91e-638de8d8, #w-node-da508061-90b3-a2be-084b-0625638de932-638de8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da508061-90b3-a2be-084b-0625638de943-638de8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-da508061-90b3-a2be-084b-0625638de951-638de8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_12078f4e-85e5-fabd-d633-bbc02e3d667c-ad685383 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12078f4e-85e5-fabd-d633-bbc02e3d667e-ad685383, #w-node-_12078f4e-85e5-fabd-d633-bbc02e3d667f-ad685383 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_38135d98-e028-7a93-f789-6b45dcf9ccc5-ad685385, #w-node-_291f36ac-6cf4-394b-f206-c07f3a51d764-ad685385, #w-node-_07aa41e2-f902-417f-8d70-955aeee824fb-ad685385, #w-node-c1e0db02-32be-15ae-ca45-b7c412a4fba9-ad685385, #w-node-_2801cf46-bb19-dee1-7b63-171a1363d30d-ad685385, #w-node-_3d1992cc-ce9d-d653-d8a5-e9d78b519a1a-ad685385, #w-node-a7306e37-86a9-7f0d-6146-f6bbd77d7493-ad685385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5d5336a-fbee-eb70-9a11-00bccf5face5-ad685385 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cb20b714-f587-5e40-79f4-2ac496a99988-ad685386, #w-node-_0b4c1ab3-f414-dd6a-217b-7c02ca908948-ad685386, #w-node-_340122c0-9adb-5412-da7a-efbb3411c882-ad685386, #w-node-_4f63a20e-4e2e-5767-0f11-69e0c5fec24e-ad685386, #w-node-_6af0a24c-fba9-0277-ec84-ba4bf9fa82dc-ad685386, #w-node-da64ea68-7094-b689-5b3a-aea46a2c3d43-ad685386, #w-node-_9c3e71ee-c7e3-ce00-9bc8-9a89c77c25d3-ad685386, #w-node-a9f41e07-ddda-c5de-9c0f-1925f84b9700-ad685386, #w-node-_7f8922f6-0189-5f8a-99c0-14f73f16c24c-ad685386, #w-node-_6f97369f-9932-a01d-39e9-6ff456ed30d1-ad685387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a3047e2-9ecf-ff0c-e73a-320689f7103f-ad685387, #w-node-_6fc5b502-2e29-6af5-2de3-1be8ffbcec58-ad685387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0a9ec2f3-9d3d-8bd9-7489-e1dc8c3ed686-ad685387, #w-node-_0a9ec2f3-9d3d-8bd9-7489-e1dc8c3ed692-ad685387, #w-node-_0a9ec2f3-9d3d-8bd9-7489-e1dc8c3ed69e-ad685387, #w-node-_0a9ec2f3-9d3d-8bd9-7489-e1dc8c3ed6aa-ad685387, #w-node-_0a9ec2f3-9d3d-8bd9-7489-e1dc8c3ed6b6-ad685387, #w-node-_0a9ec2f3-9d3d-8bd9-7489-e1dc8c3ed6c2-ad685387 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd59ad9e-59f3-7d01-f3d2-4e99068f5f1a-068f5f17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bd59ad9e-59f3-7d01-f3d2-4e99068f5f1c-068f5f17, #w-node-_2f35a675-0e96-a7bd-426b-a5f1e7c6f58e-ad68538e, #w-node-_8d7e2a26-52df-a236-4d6d-505b92e9e3da-ad68538e, #w-node-_0d760d94-4770-da28-daae-08eba3a00d30-ad68538e, #w-node-_60be015a-9437-b465-abb9-801797d3a9da-ad685390, #w-node-_60be015a-9437-b465-abb9-801797d3a9db-ad685390, #w-node-_60be015a-9437-b465-abb9-801797d3a9e2-ad685390, #w-node-_60be015a-9437-b465-abb9-801797d3a9e9-ad685390, #w-node-_60be015a-9437-b465-abb9-801797d3a9f0-ad685390 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03ba9f40-6165-775c-2794-a87b4352a74e-ad685392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_03ba9f40-6165-775c-2794-a87b4352a763-ad685392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-eea1698c-44c8-5f50-b6f2-0396df3098ec-ad685392, #w-node-eea1698c-44c8-5f50-b6f2-0396df3098f3-ad685392, #w-node-eea1698c-44c8-5f50-b6f2-0396df3098fa-ad685392, #w-node-eea1698c-44c8-5f50-b6f2-0396df309901-ad685392, #w-node-eea1698c-44c8-5f50-b6f2-0396df309908-ad685392, #w-node-eea1698c-44c8-5f50-b6f2-0396df30990f-ad685392, #w-node-_5918c965-e6aa-2738-844c-bafafe551d28-ad685392, #w-node-_5918c965-e6aa-2738-844c-bafafe551d2d-ad685392, #w-node-_5918c965-e6aa-2738-844c-bafafe551d30-ad685392, #w-node-_5918c965-e6aa-2738-844c-bafafe551d33-ad685392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5918c965-e6aa-2738-844c-bafafe551d39-ad685392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_5918c965-e6aa-2738-844c-bafafe551d3b-ad685392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5918c965-e6aa-2738-844c-bafafe551d44-ad685392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_5918c965-e6aa-2738-844c-bafafe551d47-ad685392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5918c965-e6aa-2738-844c-bafafe551d50-ad685392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_5918c965-e6aa-2738-844c-bafafe551d53-ad685392, #w-node-_5918c965-e6aa-2738-844c-bafafe551d5e-ad685392, #w-node-_5918c965-e6aa-2738-844c-bafafe551d67-ad685392, #w-node-_5918c965-e6aa-2738-844c-bafafe551d70-ad685392, #w-node-_5918c965-e6aa-2738-844c-bafafe551d79-ad685392, #w-node-_5918c965-e6aa-2738-844c-bafafe551d7d-ad685392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04c99617-382e-5e7d-052b-f965a49e5f67-ad685397 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6ddaafa3-dc3d-e5e5-f996-62c237e775ca-ad685397 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_12640bd5-a7c9-f724-5abd-38e6c691f2d3-ad685397, #w-node-_12640bd5-a7c9-f724-5abd-38e6c691f2d4-ad685397, #w-node-_12640bd5-a7c9-f724-5abd-38e6c691f2db-ad685397, #w-node-_12640bd5-a7c9-f724-5abd-38e6c691f2e2-ad685397, #w-node-_12640bd5-a7c9-f724-5abd-38e6c691f2e9-ad685397 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12640bd5-a7c9-f724-5abd-38e6c691f2f0-ad685397 {
  justify-self: center;
}

#w-node-eb50849f-b922-6193-86b8-1afe037edc91-ad685397, #w-node-_745a67af-0087-8b0c-bccf-7a0666d8d0c7-ad685397, #w-node-_60730cd9-5b23-4b9e-e21b-b9da0155cde1-ad685397, #w-node-e9a85d22-e0f9-ff10-3920-0cfb25e4ba4e-ad685397 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9acb0e1-89db-d781-8d93-b6fb2c180581-ad685397 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b2bff84c-c50e-11b8-4f13-08a71010fbf2-1010fbe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-b2bff84c-c50e-11b8-4f13-08a71010fbf4-1010fbe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bff84c-c50e-11b8-4f13-08a71010fbf5-1010fbe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-b2bff84c-c50e-11b8-4f13-08a71010fbf7-1010fbe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bff84c-c50e-11b8-4f13-08a71010fbf8-1010fbe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-b2bff84c-c50e-11b8-4f13-08a71010fbfa-1010fbe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bff84c-c50e-11b8-4f13-08a71010fbfb-1010fbe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-b2bff84c-c50e-11b8-4f13-08a71010fbfd-1010fbe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bff84c-c50e-11b8-4f13-08a71010fbfe-1010fbe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-b2bff84c-c50e-11b8-4f13-08a71010fc00-1010fbe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bff84c-c50e-11b8-4f13-08a71010fc01-1010fbe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-b2bff84c-c50e-11b8-4f13-08a71010fc04-1010fbe5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b2bff84c-c50e-11b8-4f13-08a71010fc0f-1010fbe5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b2bff84c-c50e-11b8-4f13-08a71010fc1a-1010fbe5 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-b2bff84c-c50e-11b8-4f13-08a71010fc25-1010fbe5 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_7a246b71-4b58-8a1d-a1dc-c776bed57cbb-ad685398, #w-node-b3f3d3bd-91c9-cd36-0922-2746291f9ce9-ad685398 {
  align-self: stretch;
}

#w-node-_0c322d2d-644b-a867-ace6-53ecb876d7c3-ad685398, #w-node-_92885997-6a89-aa54-3860-cc278ac1e954-ad685398, #w-node-afbd5131-c00d-f071-7fbb-3bcf77ce569a-ad685398, #w-node-_1d88e3ff-0024-4b8f-771e-26cc661792f3-ad685398, #w-node-_76e8f159-26f7-c449-e433-b53b9a9200a0-ad685398 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8270d020-2ca0-3722-263f-739cd37cf0f1-ad685398 {
  justify-self: center;
}

#w-node-cfb65145-2b01-d644-af8d-10eafcf53712-fcf5370f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-cfb65145-2b01-d644-af8d-10eafcf5371c-fcf5370f, #w-node-a9e0e0f1-b5fb-c80c-5e54-560816089ab5-16089ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9e0e0f1-b5fb-c80c-5e54-560816089aba-16089ab2 {
  justify-self: end;
}

#w-node-_38d13277-f635-e97e-0136-94a3c61f694a-ad685399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d13277-f635-e97e-0136-94a3c61f6958-ad685399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8b25daa6-1e17-75cd-e0e1-e8e047321474-2d46db03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb95a92f-d900-637c-b0ee-814e2d46db07-2d46db03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-baee0b6e-e9f6-bfd4-3bbb-ff8cbdcb9f2d-ad6853b4, #w-node-fa510d42-28af-000f-4044-1b664ad8974f-ad6853b4, #w-node-_15ee2ef0-777c-7266-6dd1-2495a1da9d8d-ad6853b4, #w-node-fd6441b3-c684-b3d9-d84d-cf75690be76c-ad6853b4, #w-node-_24cec5c3-61cc-ddce-a140-f8d25148d3ef-ad6853b4, #w-node-e97c3c35-3356-9078-48aa-03abc8531e2f-ad6853b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1070673f-3c2f-69d5-de24-68b7a37d54f0-ad6853b4 {
  justify-self: end;
}

#w-node-_2b14fe06-aedf-fdbb-e5eb-410f653ff601-ad6853b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0a6c1a58-ac8d-b9cf-2f6a-6ba486c922f4-ad6853b5, #w-node-_0a6c1a58-ac8d-b9cf-2f6a-6ba486c922fb-ad6853b5, #w-node-_0a6c1a58-ac8d-b9cf-2f6a-6ba486c92302-ad6853b5, #w-node-_0a6c1a58-ac8d-b9cf-2f6a-6ba486c92309-ad6853b5, #w-node-_0a6c1a58-ac8d-b9cf-2f6a-6ba486c92310-ad6853b5, #w-node-_0a6c1a58-ac8d-b9cf-2f6a-6ba486c92317-ad6853b5, #w-node-_57330d6b-5feb-f438-0894-84db4cfb83e8-ad6853b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57330d6b-5feb-f438-0894-84db4cfb83f6-ad6853b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_044420cc-415c-572b-822b-9bacddf9fef9-ad6853b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_044420cc-415c-572b-822b-9bacddf9fefb-ad6853b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_044420cc-415c-572b-822b-9bacddf9fefc-ad6853b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_044420cc-415c-572b-822b-9bacddf9fefe-ad6853b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_044420cc-415c-572b-822b-9bacddf9feff-ad6853b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_044420cc-415c-572b-822b-9bacddf9ff01-ad6853b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_044420cc-415c-572b-822b-9bacddf9ff02-ad6853b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_044420cc-415c-572b-822b-9bacddf9ff04-ad6853b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_044420cc-415c-572b-822b-9bacddf9ff05-ad6853b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_044420cc-415c-572b-822b-9bacddf9ff07-ad6853b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_044420cc-415c-572b-822b-9bacddf9ff08-ad6853b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_044420cc-415c-572b-822b-9bacddf9ff0b-ad6853b6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_044420cc-415c-572b-822b-9bacddf9ff16-ad6853b6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_044420cc-415c-572b-822b-9bacddf9ff21-ad6853b6 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_044420cc-415c-572b-822b-9bacddf9ff2c-ad6853b6 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-a40b9222-128d-74de-6bd1-0ba102b5dd3d-ad6853b9, #w-node-e8df1371-23d8-a512-2ddf-85e7b402d86a-ad6853b9, #w-node-bbea24b9-9726-9db0-1353-2ddb601e2b63-ad6853b9, #w-node-a419dcee-80fb-104e-e10a-290ebbe06e35-ad6853b9, #w-node-_9864d99e-3a0e-1c06-1fa2-3cd92f00db62-ad6853b9, #w-node-_325a3e85-8274-d5c4-5833-7f3a52c02bbd-ad6853b9, #w-node-_7feca76a-e10e-7b21-e6e2-c28020f4fabd-ad6853b9, #w-node-_8dfcd24f-8133-09cd-9bf2-c7e9c020849d-ad6853b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f23e54b-cc6b-6173-d23c-6341c1a87e11-ad6853b9, #w-node-f07e2969-460b-d89c-23ea-9e92d42e2fd6-ad6853b9, #w-node-fa4ab4da-1948-502f-0975-ef82d8b80583-ad6853b9, #w-node-ac4d1dcc-42e5-539d-b79c-cb838a79ef9f-ad6853b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d7f18e02-851e-44dd-a422-6d20d44d78a8-ad6853b9, #w-node-bd4a7cc3-b803-5e02-9487-f41cad1672d9-ad6853b9, #w-node-a44e2d41-5d89-b61e-f2c4-961e8c56c4c5-ad6853b9, #w-node-_69ca1346-7b01-c7a3-92c3-de0233478625-ad6853b9, #w-node-_3d99ca51-b1f9-197c-a15f-3098d402f95b-ad6853b9, #w-node-_65eecfdb-68b7-988a-1b25-065e9b133fd5-ad6853b9 {
  place-self: center;
}

#w-node-_6532ee45-e32b-f2a3-57de-59a7db7e0229-ad6853bc, #w-node-_07f2b0d8-c1d1-3c2a-e134-7fbc10c5a710-ad6853bc, #w-node-_64095dbd-273b-eb5c-486f-8afc448b6f87-ad6853bc, #w-node-_4ffca22d-3a84-d35c-a050-48451c44de04-ad6853bc, #w-node-_4ffca22d-3a84-d35c-a050-48451c44de05-ad6853bc, #w-node-b312004c-94f8-c5d1-ee33-428847b65498-ad6853bc, #w-node-_5e241ceb-acc5-4798-ce9a-07cde94b43ea-ad6853bc, #w-node-_6eb3e90b-1a6d-dc3f-757d-e571000fbe88-ad6853bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1997601-6b33-092d-c26c-dde2a75a06ff-ad6853bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a6b3f079-4464-bc85-95f7-e25f28f65ed7-ad6853bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-faf0b415-8aa8-e983-cd97-e20f47b00886-ad6853bd, #w-node-faf0b415-8aa8-e983-cd97-e20f47b0088d-ad6853bd, #w-node-faf0b415-8aa8-e983-cd97-e20f47b00894-ad6853bd, #w-node-faf0b415-8aa8-e983-cd97-e20f47b0089b-ad6853bd, #w-node-faf0b415-8aa8-e983-cd97-e20f47b008a2-ad6853bd, #w-node-faf0b415-8aa8-e983-cd97-e20f47b008a9-ad6853bd, #w-node-_9a364c12-e55d-0d67-4f00-2cfa83e41421-ad6853bd, #w-node-_0568488e-97c4-70f8-21d6-439929bf0433-ad6853bd, #w-node-_5d6f4800-2298-af2c-814a-a6fda31a0f3d-ad6853bd, #w-node-_22803abc-d374-dec2-2d20-42113dd82291-ad6853bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cabfcc52-d729-fbc3-ceca-7553607adefb-ad6853bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_5191c202-a9b2-3c46-6a7c-7260e11286f2-ad6853bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_251ee28c-c6f2-5b51-79ff-f9144652ba2e-ad6853bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-bed14e0a-472c-2f7b-e76e-13110fc20968-ad6853bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20d33573-1265-9d5e-8787-304f5faec09b-ad6853bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-d3915450-2f0a-861c-88ea-7ae1596b6c21-ad6853bd, #w-node-_7074f660-4eab-22ae-312a-4aa28735216e-ad6853bd, #w-node-deb53851-c345-d3ff-da05-04d3b8240756-ad6853bd, #w-node-c1158986-c4da-2525-5e04-8dd4a66dd0ec-ad6853bd, #w-node-_9049f759-7e82-799b-cd51-8c2e9381e6bb-ad6853bd, #w-node-_9eb029c2-22c3-3506-87a0-ca7b99982cf1-ad6853bd, #w-node-d261de15-4159-ccc6-f080-83ee715b9b76-ad6853bd, #w-node-d261de15-4159-ccc6-f080-83ee715b9b7d-ad6853bd, #w-node-d261de15-4159-ccc6-f080-83ee715b9b84-ad6853bd, #w-node-d261de15-4159-ccc6-f080-83ee715b9b8b-ad6853bd, #w-node-d261de15-4159-ccc6-f080-83ee715b9b92-ad6853bd, #w-node-d261de15-4159-ccc6-f080-83ee715b9b99-ad6853bd, #w-node-_0fd5033a-d645-dd47-8efe-62f2b8d5f043-ad6853d2, #w-node-e7b768a0-fbc6-d8d7-90e1-87ca3a6ea712-ad6853d2, #w-node-e703d793-ff29-3c42-2332-07e0618754f3-ad6853d2, #w-node-_2f2ba517-e4df-62d8-754d-2f39f67291f7-ad6853d2, #w-node-d75ea932-8fd0-ffca-af2f-e0e84f72571a-ad6853d2, #w-node-cae3776e-c78b-59c3-da0e-957e28065280-ad6853d2, #w-node-_869f9236-e74c-32b2-de7d-55913ad4b903-ad6853d2, #w-node-_1a236c7a-88ea-bc4c-d1f0-8d8edc73fa97-ad6853d2, #w-node-_3679f9f8-b4c4-a0c5-6f46-559ffa1ad556-ad6853d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43800128-06d7-de65-5eb6-a7f644269d62-ad6853d2, #w-node-_43800128-06d7-de65-5eb6-a7f644269d63-ad6853d2, #w-node-_43800128-06d7-de65-5eb6-a7f644269d64-ad6853d2, #w-node-_43800128-06d7-de65-5eb6-a7f644269d65-ad6853d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_43800128-06d7-de65-5eb6-a7f644269d66-ad6853d2, #w-node-_43800128-06d7-de65-5eb6-a7f644269d67-ad6853d2, #w-node-_43800128-06d7-de65-5eb6-a7f644269d68-ad6853d2, #w-node-_43800128-06d7-de65-5eb6-a7f644269d69-ad6853d2, #w-node-_43800128-06d7-de65-5eb6-a7f644269d6a-ad6853d2, #w-node-_43800128-06d7-de65-5eb6-a7f644269d6b-ad6853d2 {
  place-self: center;
}

#w-node-_420bea3d-1391-788f-d0bf-e8f179755a24-ad6853d2, #w-node-c2c565bd-8958-61a5-3672-51d07945b8ea-ad6853d2, #w-node-_10838f16-7f96-12be-5280-94a501ec9bad-ad6853d2, #w-node-_557ce7f3-bdc8-e9c4-a428-41a9b202cc0a-ad6853d2, #w-node-_4705a4a7-bf8a-fd59-8c3c-8eddfb719eac-ad6853d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6b1605f8-afe3-bc9b-b05a-63af3227498b-32274988 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_6b1605f8-afe3-bc9b-b05a-63af322749b2-32274988, #w-node-_6b1605f8-afe3-bc9b-b05a-63af322749be-32274988 {
    justify-self: center;
  }

  #w-node-_356d776c-2c02-4350-a8df-6ad0cf832682-638de8d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a3047e2-9ecf-ff0c-e73a-320689f7103f-ad685387, #w-node-_2b14fe06-aedf-fdbb-e5eb-410f653ff601-ad6853b4 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d0e47142-e987-67ab-ccce-fcb3ab5a6775-ad68536e {
    grid-column: span 1 / span 1;
  }

  #w-node-_12640bd5-a7c9-f724-5abd-38e6c691f2f0-ad685397 {
    order: -9999;
  }

  #w-node-b2bff84c-c50e-11b8-4f13-08a71010fc04-1010fbe5, #w-node-b2bff84c-c50e-11b8-4f13-08a71010fc0f-1010fbe5, #w-node-b2bff84c-c50e-11b8-4f13-08a71010fc1a-1010fbe5, #w-node-b2bff84c-c50e-11b8-4f13-08a71010fc25-1010fbe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8270d020-2ca0-3722-263f-739cd37cf0f1-ad685398 {
    order: -9999;
  }

  #w-node-_044420cc-415c-572b-822b-9bacddf9ff0b-ad6853b6, #w-node-_044420cc-415c-572b-822b-9bacddf9ff16-ad6853b6, #w-node-_044420cc-415c-572b-822b-9bacddf9ff21-ad6853b6, #w-node-_044420cc-415c-572b-822b-9bacddf9ff2c-ad6853b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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-BlackItalic-kopia.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  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-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic-kopia.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-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic-kopia.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular-kopia.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic-kopia.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}