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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Bentoga;
  src: url("../fonts/Bentoga-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: BentogaItalic Thini;
  src: url("../fonts/BentogaItalic-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  /* Memoria Dark Mode Color System */
  --color-bg-primary: #1c2127;
  --color-bg-secondary: #252a31;
  --color-bg-elevated-1: #2f343c;
  --color-bg-elevated-2: #383e47;
  --color-text-primary: #ffffff;
  --color-text-secondary: #abb3bf;
  --color-text-muted: #9DA8B6;
  --color-text-placeholder: #5f6b7c;
  --color-border-primary: #404854;
  --color-border-subtle: #383e47;
  --color-accent-primary: #3774d7;
  --color-accent-hover: #4c90f0;
  --color-accent-pressed: #215db0;
  --color-accent-light: #8abbff;

  /* Layout */
  --max-width: 75rem;
  --spacing-base: 8px;
  --border-radius: 6px;

  /* Typography */
  --font-primary: Satoshi, Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: Bentoga, serif;
  --font-mono: JetBrains Mono, monospace;

  /* Legacy Typography Sizes (keep for compatibility) */
  --heading-style--h2: 6.25rem;
  --text-size--regular: 1rem;
  --text-size--display: 3.375rem;
  --text-size--large: 1.5rem;
  --heading-style--h3: 5.75rem;
  --heading-style--h6: 3.875rem;
  --heading-style--h5: 4.375rem;
  --text-size--medium: 1.125rem;
  --heading-style--h1: 7rem;
  --text-size--small: 0.875rem;
  --text-size--tiny: 0.75rem;
  --heading-style--h4: 4.875rem;
  --text-size--huge: 2.5rem;
  --text-size--xhuge: 3rem;
  --text-size--xlarge: 2rem;

  /* Legacy Color Tokens (inverted for dark mode) */
  --color--white: #1c2127;
  --color--black: #ffffff;
  --color--grey: #9DA8B6;
  --color--dark-grey: #2f343c;
}

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

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

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #000;
  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: #000;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #ffffff40;
}

.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: #000;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--color-bg-secondary);
  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: #000;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--color-bg-secondary);
  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: #000;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

.w-commerce-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-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #000;
  background-color: var(--color-bg-secondary);
}

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

.w-commerce-commerceaddtocartbutton {
  color: #000;
  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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--color-text-primary);
  background-color: var(--color-bg-primary);
  font-family:
    Satoshi,
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: #121212;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 40px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.button-style-guide {
  color: #000;
  background-color: #cccccc;
  border-radius: 10rem;
  flex-direction: column;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  transition: padding 0.6s;
  display: flex;
  overflow: hidden;
}

.button-style-guide:hover {
  grid-row-gap: 0.25rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.rich-text h1 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.rich-text p {
  margin-bottom: 1.5rem;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.rich-text ul {
  margin-bottom: 1.5rem;
}

.rich-text h3,
.rich-text h4 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.rich-text img {
  border-radius: 0.5rem;
  overflow: hidden;
}

.rich-text h5 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.rich-text blockquote {
  margin-bottom: 1.5rem;
}

.rich-text h6 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.container {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.container.large {
  max-width: 90vw;
}

.container.medium {
  max-width: 110rem;
}

.text-box {
  max-width: 25vw;
}

.text-box.large {
  max-width: 60rem;
}

.heading-2 {
  font-size: var(--heading-style--h2);
  line-height: 1;
}

.text-size-regular {
  font-size: var(--text-size--regular);
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.section-style-guide {
  margin-top: 5.75rem;
}

.text-weight-regular {
  font-weight: 400;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-style-guide-wrapper {
  background-color: #f5f5f5;
  border-radius: 1rem;
  width: 100%;
  margin-top: 1rem;
  padding: 13rem 2rem 2rem;
  overflow: hidden;
}

.text-size-display {
  font-size: var(--text-size--display);
  line-height: 1.25;
}

.heading-component {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 90ch;
  display: flex;
}

.blog-pots-component {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 10rem;
  display: flex;
}

.card {
  grid-row-gap: 1.75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

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

.block-header {
  background-color: #f9f9f9;
  border-color: #f9f9f9 #f9f9f9 #0003;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.payment-info {
  overflow: hidden;
}

.checkout-wrapper {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.checkout-wrapper.middle {
  align-items: flex-start;
}

.customer-info {
  background-color: #f9f9f9;
  overflow: hidden;
}

.order-summary {
  width: 100%;
  overflow: hidden;
}

.checkout-form {
  background-color: var(--color-bg-secondary)fff;
  margin-top: 9rem;
}

.border-margin-checkout {
  overflow: hidden;
}

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

.shipping-method {
  overflow: hidden;
}

.checkbox {
  margin-top: 0;
}

.block-content {
  background-color: #f9f9f9;
  border-bottom-color: #e6e6e633;
  border-left-color: #f9f9f9;
  border-right-color: #f9f9f9;
  padding-top: 1.7rem;
  padding-bottom: 1.5rem;
}

.shipping-address,
.order-items,
.billing-address {
  overflow: hidden;
}

.order-confirmation {
  background-color: #0000;
  padding-top: 15vh;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.utility-page-content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

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

.password-wrap {
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.password-text-field {
  color: var(--color--white);
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #0003;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1rem;
  transition: padding-left 0.25s;
}

.password-text-field:hover {
  padding-left: 1.5rem;
}

.button-wrap {
  align-self: center;
  display: flex;
}

.button-password {
  z-index: 10;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  color: #0000;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.error-404 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.2rem;
  display: flex;
}

.opacity-80 {
  opacity: 0.8;
}

.style-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #12121233;
  border-radius: 10rem;
  padding: 0.625rem 1.5rem;
  font-weight: 500;
}

.button-line {
  background-color: #c0c0c0;
  width: 100%;
  height: 1px;
}

.divider-line {
  opacity: 0.1;
  background-color: #3a3a3a;
  width: 100%;
  height: 1px;
}

.divider-line.margin-4rem {
  margin-top: 6rem;
}

.text-size-large {
  font-size: var(--text-size--large);
  line-height: 1.25;
}

.heading-3 {
  font-size: var(--heading-style--h3);
  line-height: 1;
}

.heading-6 {
  font-size: var(--heading-style--h6);
  line-height: 1.1;
}

.heading-6.text-weight-bold.line-height-15 {
  font-size: var(--heading-style--h6);
  line-height: 1.35;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 1fr;
}

.heading-5 {
  font-size: var(--heading-style--h5);
  line-height: 1;
}

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.color-palette {
  border: 1px solid #0000001a;
  border-radius: 1rem;
  width: 100%;
  height: 10rem;
}

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

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.typography-content {
  grid-row-gap: 0.5rem;
  flex-direction: column;
  display: flex;
}

.button-text-absolute {
  position: absolute;
  bottom: -2rem;
}

.text-weight-light {
  font-weight: 300;
}

.style-gudie-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 2rem;
  display: grid;
}

.text-size-medium {
  font-size: var(--text-size--medium);
  line-height: 1.2;
}

.text-size-medium.line-height-15 {
  line-height: 1.5;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.button-text {
  flex-direction: column;
  display: flex;
  position: relative;
}

.style-guide-content {
  margin-bottom: 8rem;
}

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

.text-weight-medium.text-size-xhuge.line-height-1 {
  line-height: 1;
}

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

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.heading-1 {
  font-size: var(--heading-style--h1);
  line-height: 1;
}

.color-palette-text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.text-size-small {
  font-size: var(--text-size--small);
  line-height: 1.5;
}

.button {
  grid-row-gap: 0.25rem;
  color: #121212;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-size-tiny {
  font-size: var(--text-size--tiny);
  line-height: 1.15;
}

.color-palette-card {
  grid-row-gap: 2rem;
  border: 1px solid #3a3a3a33;
  border-radius: 1rem;
  flex-direction: column;
  padding: 0.5rem 0.5rem 2rem;
  display: flex;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  font-size: var(--heading-style--h4);
  line-height: 1;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: 0.5;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
}

.style-guide-menu-links:hover,
.style-guide-menu-links.w--current {
  opacity: 1;
}

.text-size-huge {
  font-size: var(--text-size--huge);
  line-height: 1.25;
}

.caps {
  text-transform: uppercase;
}

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

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

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

.text-opacity {
  opacity: 0.7;
}

.highlight-wrapper {
  justify-content: flex-start;
  margin-left: 0.2vw;
  margin-right: 0.2vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  display: inline-flex;
  position: relative;
}

.small-text-opacity {
  opacity: 0.7;
  text-transform: uppercase;
  vertical-align: baseline;
  max-width: 10.8rem;
  margin-right: 4rem;
  font-size: 0.875rem;
  display: inline-flex;
  position: relative;
  bottom: 1.5rem;
}

.about-description {
  flex-flow: wrap;
  max-width: 110ch;
}

.about-description-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8rem;
  display: flex;
}

.numbers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.numbers-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  border: 1px solid #1212121a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 5rem 3.5rem;
  transition:
    background-color 0.35s,
    border-color 0.35s;
  display: flex;
}

.numbers-card:hover {
  background-color: #dcdcdc1a;
  border-color: #12121200;
}

.works-rotate-wrapper {
  flex-flow: column;
  align-items: center;
  margin-top: 16rem;
  margin-bottom: 6rem;
  display: flex;
  position: relative;
}

.works-item {
  border-radius: 1.4375rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-home-item {
  perspective: 800px;
  perspective-origin: 50%;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 35rem;
  height: 70vh;
  display: flex;
}

.works-home-item:nth-child(2n) {
  transform: rotateX(0) rotateY(-180deg) rotateZ(0);
}

.collection-list {
  grid-column-gap: 14rem;
  grid-row-gap: 14rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.works-name {
  z-index: 2;
  white-space: nowrap;
  mix-blend-mode: overlay;
  position: absolute;
}

.works-image {
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.footer-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 3rem;
  display: flex;
}

.credits-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  justify-content: center;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}

.footer-heading {
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
  text-align: center;
}

.text-color-white {
  opacity: 1;
  color: #2a2a2a;
}

.credits {
  text-decoration: none;
  transition: opacity 0.2s;
}

.credits:hover {
  opacity: 0.8;
}

.footer-link {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.25s;
}

.footer-link:hover {
  color: #2a2a2a;
  transform: translate(0, -2px);
}

.footer-social {
  color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0.7rem;
  transition: all 0.3s;
  display: flex;
}

.footer-social:hover {
  color: var(--color--black);
  background-color: #000;
  transform: translate(0, -2px);
}

.icon-embed {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-grid {
  grid-column-gap: 5.62rem;
  grid-row-gap: 5.62rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  margin-bottom: 4.8rem;
  justify-content: center;
  justify-items: center;
}

.footer-grid-wrap {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}

.paragraph {
  color: #00000080;
}

.footer-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 11rem;
  display: flex;
}

.vertical-line {
  opacity: 0.4;
  background-color: #666666;
  width: 1px;
  height: 0.8rem;
}

.works-sticky-item {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  border-bottom-color: #f0f0f0;
  border-left-color: #f0f0f0;
  border-right-color: #f0f0f0;
}

.source {
  position: relative;
}

.hover-follow-wrapper {
  z-index: 3;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-follow {
  color: #121212;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
}

.works-sticky-link {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-image-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.works-title {
  color: var(--color--white);
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-left: 1.5vw;
  position: absolute;
}

.mask-frame {
  z-index: 2;
  background-color: var(--color--black);
  opacity: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.video {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video.card-vh {
  height: 70vh;
  position: relative;
}

.works-wrapper {
  margin-top: 14rem;
}

.works-wrapper.margin-top-works {
  margin-top: 6rem;
}

.work-cards-content {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  flex-flow: column;
  align-self: stretch;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.work-cards-content.margin-top-works {
  margin-top: 6rem;
}

.work-cards-content.no-margin-top {
  margin-top: 0;
}

.work-small-card-wrapper {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.work-small-card-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.work-small-card-list.small-gap {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
}

.work-small-card-item {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-marquee-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  white-space: nowrap;
  flex-flow: row;
  align-items: center;
  padding-bottom: 1vh;
  display: flex;
}

.elipse-marquee {
  background-color: #121212;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.big-card-image-work {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.marquee-works {
  z-index: 2;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  align-items: center;
  display: flex;
  position: relative;
}

.work-small-card {
  color: #121212;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-text-size {
  color: #121212;
  text-transform: uppercase;
  font-size: 7.5vh;
  font-weight: 500;
  line-height: 7.5vh;
}

.work-card {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: blur(2.5rem);
  backdrop-filter: blur(2.5rem);
  background-color: #00000021;
  border-radius: 0.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 31ch;
  padding: 2rem;
  display: flex;
  position: relative;
}

.work-card-header {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.about-title {
  max-width: 94ch;
}

.about-paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  margin-left: 50%;
  display: flex;
}

.about-component {
  grid-row-gap: 8.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-size-xhuge {
  font-size: 2rem;
  line-height: 1.2;
}

.tag {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  opacity: 0.8;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag.absolute-tag {
  margin-right: 5vw;
  position: absolute;
}

.max-width-65ch {
  max-width: 65ch;
}

.logos-grid {
  grid-column-gap: 8rem;
  opacity: 0.6;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 12rem;
  margin-left: auto;
  margin-right: auto;
}

.logos-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-logo {
  width: 10.5rem;
  max-width: none;
  height: auto;
}

.card-number {
  text-align: right;
}

.grid-content {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.card-big-number {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
}

.grid-card {
  grid-column-gap: 6.4rem;
  grid-row-gap: 6.4rem;
  background-color: #fafafa;
  border-radius: 0.5rem;
  flex-flow: column;
  justify-content: space-between;
  min-height: 20vw;
  padding: 1.5vw;
  display: flex;
  overflow: hidden;
}

.cards-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12rem;
  display: grid;
}

.card-text {
  font-size: 0.9vw;
}

.description-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.description-tag {
  grid-column-gap: 0.8rem;
  grid-row-gap: 0.8rem;
  align-items: center;
  max-width: 20ch;
  display: flex;
  overflow: hidden;
}

.description {
  max-width: 100ch;
}

.description-component {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 12rem;
  display: flex;
}

.elipse {
  background-color: var(--color--white);
  border-radius: 50%;
  width: 0.25rem;
  height: 0.25rem;
}

.tag-marquee {
  grid-column-gap: 0.8rem;
  grid-row-gap: 0.8rem;
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.work-big-card-component {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.work-big-card-item {
  height: 100%;
}

.work-big-card-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.work-big-card-list {
  height: 100%;
}

.work-big-card {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-card-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-double-card {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-component {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-header {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 92ch;
  display: flex;
}

.hero-header.max-w {
  max-width: 95ch;
}

.hero-header.work {
  max-width: 70ch;
}

.header-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.button-primary {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  color: var(--color-text-primary);
  transition: all 0.3s ease;
}

.button-primary.margin-top-hero.relative {
  position: relative;
}

.button-primary.margin-top-hero {
  margin-top: 1rem;
}

.button-elipse {
  background-color: #3774d7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  position: relative;
}

.button-elipse.absolute {
  position: absolute;
}

.about-hero-image {
  border-radius: 0.5rem;
  width: 100%;
  height: 90vh;
  margin-top: 5rem;
  position: relative;
  overflow: hidden;
}

.max-width-44ch {
  max-width: 44ch;
}

.table-component {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: stretch;
  max-width: 122ch;
  margin-top: 6.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  color: #e5e5e5;
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 0.8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row-wrapper {
  display: block;
}

.services-text-size {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 500;
}

.row-line {
  background-color: #d8d8d8;
  width: 100%;
  height: 1px;
  margin-top: 3.5rem;
}

.row-heading {
  text-align: center;
  mix-blend-mode: normal;
  margin-top: 12rem;
}

.logo-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #1212121a;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10rem;
  display: grid;
}

.logo-card {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  text-align: center;
  border: 1px solid #1212121a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 4.75rem 4.5rem;
  transition:
    background-color 0.2s,
    border-color 0.2s;
  display: flex;
}

.logo-card:hover {
  background-color: #dcdcdc;
  border-color: #dcdcdc1a;
}

.last-cta-conponent {
  z-index: 2;
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.last-cta-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 90ch;
  display: flex;
}

.cta-images-wrap {
  filter: blur(4.35px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-gradient {
  background-image: linear-gradient(#ffffff, #ffffff00 50%, #ffffff);
  position: absolute;
  inset: 0%;
}

.cta-image {
  border-radius: 0.5rem;
  position: absolute;
  overflow: hidden;
}

.cta-image.is-third {
  width: 20vw;
  height: 18vw;
  right: -4vw;
}

.cta-image.is-second {
  width: 18vw;
  height: 18vw;
  bottom: 0;
  left: -6vw;
}

.cta-image.is-fourth {
  border-radius: 0.8vw;
  width: 20vw;
  height: 18vw;
  bottom: 0;
  right: 8vw;
}

.cta-image.is-first {
  width: 18vw;
  height: 18vw;
  left: -2vw;
}

.last-cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 14rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.team-card-wrapper {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.team-card-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.max-width-90ch {
  max-width: 90ch;
}

.team-big-cards {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.team-big-cards.margin-top {
  margin-top: 8rem;
}

.team-list {
  perspective: 62.5rem;
  align-self: stretch;
}

.team-list.display-none-team {
  display: none;
}

.team-collection-list {
  grid-column-gap: 1.4rem;
  grid-row-gap: 2.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-team {
  perspective: 1000px;
}

.team-card-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-card {
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 40vh;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-big-card-info {
  grid-column-gap: 0.4rem;
  grid-row-gap: 0.4rem;
  flex-flow: column;
  align-items: center;
  margin-top: 1.125rem;
  display: flex;
}

.team-link {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.highlight {
  opacity: 0.05;
  filter: blur(50px);
  background-color: #000;
  border-radius: 50%;
  width: 25rem;
  height: 25rem;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.highlight.card-team {
  width: 12rem;
  height: 12rem;
}

.team-1-cards {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 9.5rem;
  display: flex;
}

.team-1-collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-1-card {
  color: #f0f0f0;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 40vh;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-1-info {
  margin-top: 0.5rem;
}

.max-width-70ch {
  max-width: 70ch;
  position: relative;
}

.text-size-xlarge {
  font-size: 2rem;
}

.about-grid {
  grid-column-gap: 10.5rem;
  grid-row-gap: 10.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.about-grid-card {
  grid-column-gap: 0.3125rem;
  grid-row-gap: 0.3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.big-numbers {
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 1;
}

.about-numbers {
  grid-column-gap: 3.875rem;
  grid-row-gap: 3.875rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-numbers-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 12rem;
  display: flex;
}

.frame-image-left {
  border-radius: 1rem;
  flex: none;
  width: 37vw;
  height: 59vh;
  overflow: hidden;
  transform: translate(22vw, 4vh) translate(0) rotate(9.68deg);
}

.tracker {
  height: 300vh;
}

.frame {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-image-right {
  border-radius: 1rem;
  flex: none;
  width: 37vw;
  height: 59vh;
  overflow: hidden;
  transform: translate(-22vw, 10vh) rotate(-9.65deg);
}

.frame-image-center {
  z-index: 2;
  border-radius: 1rem;
  flex: none;
  width: 37vw;
  height: 71vh;
  position: relative;
  overflow: hidden;
  transform: translate(0, -5vh) rotate(-5.77deg);
}

.camera {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.culture {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.culture-content {
  grid-column-gap: 2.4vw;
  grid-row-gap: 2.4vw;
  flex-flow: column;
  max-width: 41vw;
  display: flex;
}

.culture-text-size {
  font-size: 1.5vw;
}

.culture-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.culture-heading {
  font-size: 1.5vw;
  font-weight: 400;
}

.about-content-wrapper {
  flex-flow: column;
  display: flex;
}

.big-elipse {
  background-color: var(--color--white);
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
}

.bottom-about-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.5vw;
  padding-bottom: 6vw;
  display: flex;
}

.services {
  grid-column-gap: 0.8rem;
  grid-row-gap: 0.8rem;
  white-space: nowrap;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.top-about-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.5vw;
  padding-bottom: 7vw;
  display: flex;
}

.services-wrapper {
  grid-column-gap: 7.5vw;
  grid-row-gap: 7.5vw;
  opacity: 1;
  width: 41vw;
  max-width: 41vw;
  display: flex;
}

.logos-component {
  flex-flow: column;
  align-items: center;
  margin-top: 6.8rem;
  display: flex;
}

.logo-image {
  object-fit: none;
  height: 5rem;
}

.logo {
  justify-content: center;
  align-items: center;
  transition: opacity 0.25s;
  display: flex;
}

.logo:hover {
  opacity: 0.5;
}

.logo-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.opacity-70 {
  opacity: 0.7;
}

.home-marquee {
  z-index: 1;
  grid-column-gap: 1vw;
  perspective: 100rem;
  background-color: #0000;
  width: 100%;
  margin-top: 6rem;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.overflow-hidden {
  width: 100%;
  overflow: hidden;
}

.home-marquee-wrapper {
  z-index: 1;
  grid-column-gap: 1vw;
  align-items: center;
  display: flex;
  position: relative;
}

.image-marquee {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.home-marquee-image {
  border-radius: 1rem;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 26vw;
  height: 100%;
  transition: filter 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
  display: flex;
  overflow: hidden;
}

.home-marquee-image:hover {
  filter: saturate(0%) blur(2px);
}

.home-marquee-image.rotate-horizontal-delay {
  z-index: 50;
  transform-style: preserve-3d;
  transition-property: filter;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  transform: rotateX(0) rotateY(-180deg) rotateZ(0);
}

.home-marquee-image.relative-image {
  z-index: 25;
  transition-property: filter;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
}

.home-marquee-image.rotate-horizontal {
  z-index: 50;
  transform-style: preserve-3d;
  transition-property: filter;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  transform: perspective(100rem) rotateX(0) rotateY(-180deg) rotateZ(0);
}

.text-wrapper {
  max-width: 120ch;
}

.span {
  text-align: left;
  white-space: nowrap;
  object-fit: cover;
  background-image: url("../images/Placeholder.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: 4.75rem;
  width: 6.5rem;
  height: 4rem;
  font-size: 0.875rem;
  line-height: 7.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
  bottom: -0.875rem;
}

.span.one {
  pointer-events: none;
  white-space: nowrap;
  cursor: default;
  background-image: url("../images/Text-Images-01.jpg");
  background-position: 50%;
  background-size: 103px;
  border-radius: 5rem;
}

.span.two {
  pointer-events: none;
  cursor: default;
  background-image: url("../images/Text-Images-02.jpg");
  background-size: 103px;
  border-radius: 5rem;
}

.span.three {
  pointer-events: none;
  cursor: default;
  background-image: url("../images/Text-Images-03.jpg");
  background-size: 103px;
  border-radius: 5rem;
}

.text-images-wrapper {
  text-align: center;
  justify-content: center;
  margin-top: 12rem;
  display: flex;
}

.sticky-wrapper {
  height: 160vh;
  margin-top: 2rem;
  margin-bottom: 15rem;
  position: relative;
}

.elipse-sticky {
  background-color: #0000;
  border-radius: 50%;
  width: 7.5rem;
  min-width: 7.5rem;
  max-width: 7.5rem;
  height: 7.5rem;
  min-height: 7.5rem;
  max-height: 7.5rem;
  position: sticky;
  overflow: hidden;
}

.logos-section-wrapper {
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-top: 12rem;
  display: flex;
  position: sticky;
  top: 20vh;
  bottom: 10vh;
}

.heading-logos {
  z-index: 2;
  position: relative;
}

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

.sticky-logo.bottom {
  justify-content: center;
  align-items: flex-end;
}

.sticky-logo.top {
  justify-content: center;
  align-items: flex-start;
}

.gradient-blur {
  opacity: 0.06;
  filter: blur(15.5rem);
  pointer-events: none;
  background-color: #000;
  width: 80%;
  height: 50vh;
  position: absolute;
}

.logos-sticky-wrapper {
  z-index: 2;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 60vh;
  display: grid;
  position: absolute;
  inset: auto 0%;
}

.background-video {
  height: 100%;
}

.spline-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: 8rem;
  display: flex;
}

.spline-wrapper.absolute {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.spline-wrapper.rem-height {
  height: 75rem;
  margin-bottom: 4rem;
}

.spline {
  width: 100%;
  height: 100%;
}

.spline.bigger {
  transform: scale(1.1);
}

.spline.scale {
  transform: translate(-6rem) scale(1.4);
}

.spline.bigger-top {
  transform: scale(1.2);
}

.spline.absolute-mobile {
  justify-content: center;
  align-items: center;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.spline-wrapper-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200vh;
  display: flex;
  position: absolute;
  top: -45%;
  left: 25%;
}

.hero-left-header {
  z-index: 3;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 50ch;
  display: flex;
  position: relative;
}

.home-hero-wrapper {
  width: 100%;
  margin-top: 15vh;
  margin-bottom: 15vh;
  display: flex;
}

.relative {
  z-index: 3;
  position: relative;
}

.hero-gradient-mobile {
  display: none;
}

.writter-name {
  grid-column-gap: 0.2rem;
  grid-row-gap: 0.2rem;
  display: flex;
}

.image-projects-template {
  height: 100%;
}

.works-template-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  width: 100%;
  margin-top: 9rem;
  margin-bottom: 3rem;
  display: flex;
}

.project-content-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.projects-main-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mask-interaction {
  z-index: 1;
  background-color: #f5f5f5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.project-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.project-collection-list._2-columns {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.sticky-info {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  opacity: 0.8;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.works-sticky {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 2rem;
}

.size-full {
  flex: 1;
}

.text-style-italic {
  font-style: italic;
}

.text-style-italic.text-color-grey {
  color: #cdcdcd;
}

.work-sticky-wrapper {
  width: 100%;
  position: relative;
}

.about-the-project {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: flex;
}

.colection-list-wrapper {
  width: 100%;
}

.text-size-password {
  letter-spacing: -6px;
  font-size: 12vw;
  font-weight: 700;
  line-height: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.blog-small-card-list {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-card-wrapper {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-top: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-small-card-item {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-hover {
  background-color: #f5f5f5cc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.max-width-30ch {
  max-width: 30ch;
}

.top-blog-content {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-small-card {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-card-image-blog {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-hover-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.blog-header {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 110ch;
  display: flex;
}

.blog-header-component {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-image-wrapper {
  width: 100%;
  height: 80vh;
  margin-top: 5rem;
  position: relative;
  overflow: hidden;
}

.rich-text-padding {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  align-items: center;
  margin-top: 6.875rem;
  margin-bottom: 6.625rem;
  display: flex;
}

.max-width-100ch {
  max-width: 100ch;
}

.pricing-card-wrapper {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-top: 4.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-card-list {
  grid-column-gap: 0.3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-small-card-item {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 35vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.price-wrapper {
  grid-column-gap: 0.2rem;
  grid-row-gap: 0.2rem;
  opacity: 0.8;
  align-items: flex-end;
  display: flex;
}

.price-name {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.option-list {
  flex-flow: column;
  display: flex;
}

.production-price {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #2a2a2a;
  display: flex;
}

.error-state {
  color: #121212;
  text-align: center;
  background-color: #e56464;
  border-radius: 0.3rem;
  margin-top: 0;
  position: relative;
  inset: 0%;
}

.product-image {
  width: 40vw;
  max-width: 50rem;
  height: 35vw;
  max-height: 50rem;
  position: relative;
  overflow: hidden;
}

.out-of-stock-state {
  color: #d8d8d8;
  text-align: center;
  border-radius: 0.3rem;
  width: 100%;
  margin-top: 0;
}

.pricing-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.cart-button-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  color: #0000;
  background-color: #0000;
  border-radius: 0.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.button-mask-pricing {
  z-index: 1;
  background-color: #c9d4d8;
  border: 1px solid #c9d4d8;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.cart-button-wrapper {
  z-index: 5;
  display: flex;
}

.add-to-cart-text {
  z-index: 2;
  white-space: nowrap;
  display: flex;
  position: relative;
}

.product-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.pricing {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  opacity: 0.8;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.cart-submit {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0000;
  background-color: #0000;
  border-radius: 0.5rem;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.relative-pricing {
  z-index: 3;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.relative-pricing.add-to-cart-button {
  color: #f5f5f5;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
}

.product-wrapper {
  width: 100%;
  margin-top: 15vh;
}

.quantity {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  opacity: 0.8;
  color: #2a2a2a;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.button-product {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  color: #dedede;
  cursor: pointer;
  background-color: #0000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-right: 2.5rem;
  transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  position: relative;
  overflow: visible;
}

.product-component {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-quantity {
  color: #121212;
  background-color: #f5f5f5;
  border-color: #c4c4c4;
}

.product-description {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  opacity: 0.8;
  flex-flow: column;
  align-items: flex-start;
  max-width: 38ch;
  margin-top: 0.25rem;
  display: flex;
}

.price {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  display: flex;
}

.cart-icon {
  width: 100%;
  height: 60%;
  margin-right: 0;
}

.cart-button {
  color: #f5f5f5;
  background-color: #e5e5e5;
  border-radius: 50%;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0.8rem 1rem;
  transition: all 0.3s;
  position: fixed;
  inset: auto 2rem 2rem auto;
}

.cart-button:hover {
  opacity: 0.8;
  color: #f0f0f0;
  background-color: #e5e5e5;
  transform: scale(0.9);
}

.cart-footer {
  border-top-color: #cccccc;
}

.remove-button {
  color: #e5e5e580;
  cursor: pointer;
}

.close-button {
  filter: invert();
  cursor: pointer;
}

.cart-container {
  background-color: #e2e2e2;
}

.icon {
  filter: invert();
}

.checkout-button {
  color: #fff;
  background-color: #000;
  border-radius: 6px;
}

.cart-header {
  border-bottom-color: #cccccc;
}

.team-member-job {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  opacity: 0.8;
  flex-flow: row;
  display: flex;
}

.team-member-image {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 45vh;
  display: flex;
  overflow: hidden;
}

.social-links {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.2s;
  display: flex;
}

.social-links:hover {
  color: #666666;
  transform: translate(0, 1px);
}

.max-width-50ch {
  max-width: 50ch;
}

.team-member-post {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.team-member-grid {
  grid-column-gap: 4rem;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 1rem 3.3rem 1rem 1rem;
  display: grid;
  overflow: hidden;
}

.team-member-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.team-member-component {
  flex-direction: column;
  margin-top: 15vh;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.social-icons {
  align-items: center;
  padding-top: 0.1rem;
  display: flex;
}

.spline-wrapper-top {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200vh;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: 25%;
}

.home-text-size {
  text-transform: uppercase;
  font-size: 5.5vw;
  font-weight: 500;
  line-height: 1;
}

.hero-big-header {
  z-index: 3;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 42vw;
  display: flex;
  position: relative;
}

.home-4-hero-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-title {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cards-bg {
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000008;
  border-radius: 0.5rem;
  padding: 1rem;
  position: relative;
}

.home-4-hero {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 15vh;
  margin-bottom: 15vh;
  display: flex;
}

.collection-list-wrapper-nav {
  z-index: 2;
  position: relative;
}

.collection-list-hero {
  flex-flow: column;
  display: flex;
}

.dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0.5rem;
  align-items: center;
  padding: 0.5rem 2.87rem 0.5rem 0.5rem;
  transition: all 0.25s;
  display: flex;
}

.dropdown-link:hover {
  background-color: #0000000d;
  border-radius: 0.5rem;
}

.dropdown-image {
  border-radius: 0.2rem;
  width: 3.875rem;
  height: 3.375rem;
  overflow: hidden;
}

.nav-category-link {
  grid-column-gap: 0.125rem;
  grid-row-gap: 0.125rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.opacity-40 {
  opacity: 0.4;
}

.font-bentoga {
  color: #9DA8B6;
  text-transform: capitalize;
  font-family:
    BentogaItalic Thini,
    sans-serif;
  font-weight: 500;
}

.paypal-checkout-form {
  background-color: var(--color-bg-secondary)fff;
  padding-top: 15vh;
}

.contact-size {
  font-size: 2.3vw;
  font-weight: 700;
  line-height: 1;
}

.text-size-medium-vw {
  font-size: 1vw;
  font-weight: 400;
}

.relative-transparent {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-heading {
  grid-row-gap: 0.8rem;
  color: #121212;
  flex-direction: column;
  display: flex;
}

.submit-button {
  z-index: 3;
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.contact-wrapper-adress {
  grid-column-gap: 3.8125rem;
  grid-row-gap: 3.8125rem;
  justify-content: flex-start;
  display: flex;
}

.footer-social-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.name-wrapper-contact {
  width: 100%;
}

.contact-button {
  background-color: #e2e2e0;
  border-radius: 0.3rem;
  transition: all 0.25s;
}

.footer-arrow-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 1.5rem;
  position: relative;
  overflow: hidden;
}

.contact-content {
  grid-row-gap: 1rem;
  color: #121212;
  flex-direction: column;
  display: flex;
}

.text-size-contact {
  font-size: 1.375rem;
}

.form-wrapper {
  margin-top: 1rem;
}

.form-content {
  width: 100%;
}

.text-size-medium-contact {
  font-size: 1.125rem;
}

.contact-1-wrapper {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 15vh 2.8rem;
  display: grid;
}

.footer-arrow {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 1.5rem;
}

.footer-arrow.absolute {
  position: absolute;
  left: -1.5rem;
}

.footer-social-link {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  justify-content: flex-start;
  align-items: center;
  transition: opacity 0.2s;
  display: flex;
}

.footer-social-link:hover {
  opacity: 0.8;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-grid {
  grid-row-gap: 3.2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.main-button {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  color: #2a2a2a;
  cursor: pointer;
  background-color: #e2e2e0;
  border-radius: 0.1875rem;
  justify-content: flex-start;
  align-items: center;
  padding: 0.8rem 1.5rem;
  transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button:hover {
  color: #f5f5f5;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: var(--color-bg-elevated-1);
  border-radius: 0.6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-field-contact {
  color: #121212;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #c9d4d833;
  border-radius: 0;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all 0.4s;
}

.text-field-contact:hover {
  color: #121212;
  border-width: 1px;
  border-color: #c9d4d81a;
  padding-left: 1.2rem;
}

.text-field-contact:active {
  color: #dedede;
}

.text-field-contact:focus {
  color: #121212;
  border-color: #dedede;
}

.opacity-60 {
  opacity: 0.6;
}

.contact-wrapper {
  grid-row-gap: 3.2rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.address-wrapper {
  opacity: 0.8;
}

.text-size-small-vw {
  font-size: 0.8vw;
}

.error-message {
  color: #121212;
  text-align: center;
  background-color: #ec3c3c;
  border-radius: 0.7rem;
  margin-top: 2rem;
  padding: 1.5rem 1.1rem;
}

.collection-list-wrapper.text-list {
  z-index: 2;
  position: absolute;
  top: 0;
}

.work-text-size-card {
  color: #121212;
  font-size: 6vw;
  line-height: 6vw;
}

.works-link {
  justify-content: center;
  align-items: center;
  width: 35rem;
  height: 70vh;
  display: flex;
}

.works-link:nth-child(odd) {
  transform: rotate(-8.83deg);
}

.works-link:nth-child(2n) {
  transform: rotate(8.83deg);
}

.hero-interaction-trigger._3 {
  z-index: 2;
  position: relative;
}

.heading-home {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.home-paragraph {
  font-size: 1.5rem;
  line-height: 1.5;
}

.template-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12rem;
  display: flex;
}

.figma {
  background-color: #0000;
  border: 1px solid #dadada;
  justify-content: space-between;
  margin-top: 1rem;
  display: flex;
}

.template-component-homepage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.figma-image {
  object-fit: cover;
  object-position: 0% 50%;
  height: 100%;
}

.figma-logo {
  width: 2.125rem;
  height: auto;
}

.home-template-wrap {
  width: 100%;
  margin-top: 6rem;
}

.home-template-wrap.margin-top {
  margin-top: 0;
}

.figma-image-wrap {
  width: 60%;
}

.figma-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 5rem;
  margin-bottom: 6rem;
  margin-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.video-card-content {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  text-decoration: none;
  display: flex;
}

.home-card-video-wrap {
  aspect-ratio: 1.82;
  border-radius: 0.5px;
  align-self: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-card-video-wrap.ratio-auto {
  aspect-ratio: auto;
}

.home-page-cards-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 6rem;
}

.card-video-wrap {
  grid-row-gap: 1rem;
  color: #121212;
  background-color: #0000;
  border: 1px solid #dadada;
  flex-direction: column;
  padding: 0.8rem 0.8rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition:
    border 0.3s,
    background-color 0.2s;
  display: flex;
  overflow: hidden;
}

.card-video-wrap:hover {
  background-color: #d8d8d8;
  border: 1px solid #19606140;
}

.homepage-video {
  z-index: 1;
  border-radius: 0.5rem;
  width: 100%;
  height: 105%;
  display: flex;
  bottom: 2px;
}

.changelog-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 12rem;
}

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

.license-image-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  display: flex;
  overflow: hidden;
}

.license-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 6.2rem;
  margin-bottom: 7.7rem;
}

.background-video-license {
  width: 100%;
  height: 100%;
}

.license-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.style-guide-button {
  grid-row-gap: 0.25rem;
  color: #e5e5e5;
  flex-direction: column;
  text-decoration: none;
  transition:
    color 0.2s,
    opacity 0.2s;
  display: flex;
  overflow: hidden;
}

.style-guide-button:hover {
  opacity: 0.79;
}

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

.dropdown-list {
  background-color: #000;
  margin-top: 4.5rem;
}

.dropdown-list.w--open {
  color: #000;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
}

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

.dropdown-icon {
  display: none;
}

.nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.dropdown {
  grid-column-gap: 5rem;
  color: #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0 1.5rem 0;
  transition: all 0.25s;
}

.dropdown:hover {
  opacity: 0.8;
  transform: translate(0, 2px);
}

.dropdown.responsive.w--current {
  color: #121212;
}

.dropdown-navbar {
  display: flex;
}

.dropdown-navbar.responsive {
  display: none;
}

.navbar-menu-lottie {
  width: 2rem;
  height: 2rem;
}

.dropdown-link-navbar {
  color: #000;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all 0.2s;
}

.dropdown-link-navbar:hover {
  color: #000c;
  background-color: #cfcfcf4d;
}

.dropdown-link-navbar.w--current {
  color: #808187;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: absolute;
  top: 0;
}

.text-item,
.works-text-link {
  justify-content: center;
  align-items: center;
  width: 35rem;
  height: 70vh;
  display: flex;
}

.works-text-link:nth-child(odd) {
  transform: rotate(-8.83deg);
}

.works-text-link:nth-child(2n) {
  transform: rotate(8.83deg);
}

@media screen and (max-width: 991px) {
  .rich-text h1 {
    font-size: 2.5rem;
  }

  .rich-text h2 {
    font-size: 2rem;
  }

  .rich-text h3 {
    font-size: 1.7rem;
  }

  .rich-text h4 {
    font-size: 1.6rem;
  }

  .container {
    max-width: 100rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-box {
    max-width: 26ch;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .text-size-regular {
    font-size: 1rem;
  }

  .section-style-guide {
    margin-top: 4rem;
  }

  .text-size-display {
    font-size: 2.5rem;
  }

  .blog-pots-component {
    margin-bottom: 4rem;
  }

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

  .checkout-wrapper {
    flex-flow: column;
    display: flex;
  }

  .divider-line.margin-4rem {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .heading-3 {
    font-size: 3.5rem;
  }

  .heading-6 {
    font-size: 3rem;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-5 {
    font-size: 1.5rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .text-size-medium {
    font-size: 1.125rem;
  }

  .text-weight-medium.text-size-xhuge.line-height-1 {
    font-size: 3rem;
  }

  .heading-1 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .style-guide-menu {
    grid-column-gap: 5rem;
    flex-flow: wrap;
    width: 100%;
  }

  .heading-4 {
    font-size: 1.75rem;
  }

  .text-size-huge {
    font-size: 2rem;
  }

  .small-text-opacity {
    opacity: 0.8;
    max-width: none;
    margin-bottom: 2rem;
    font-size: 1rem;
    display: flex;
    bottom: auto;
  }

  .about-description {
    width: 100%;
    max-width: none;
  }

  .about-description-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

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

  .numbers-card {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .works-rotate-wrapper {
    margin-top: 8rem;
  }

  .works-home-item {
    width: 80svw;
    height: 60vh;
  }

  .collection-list {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    align-items: center;
    width: 100%;
  }

  .works-image {
    width: 80rem;
  }

  .footer-component {
    min-height: 0;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .footer-heading {
    margin-bottom: 4rem;
  }

  .footer-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    grid-template-columns: auto auto auto;
    margin-bottom: 4rem;
    justify-content: center;
    justify-items: center;
  }

  .footer-social-wrapper {
    margin-bottom: 4rem;
  }

  .works-image-wrapper {
    height: 100%;
  }

  .works-title {
    margin-bottom: 2rem;
    margin-left: 1.5rem;
  }

  .mask-frame {
    z-index: 4;
  }

  .video.card-vh {
    height: 100%;
  }

  .works-wrapper,
  .work-cards-content {
    margin-top: 8rem;
  }

  .work-small-card-list {
    flex-flow: column;
    display: flex;
  }

  .work-text-size {
    font-size: 5rem;
    line-height: 1;
  }

  .work-card {
    max-width: 25ch;
  }

  .about-title {
    margin-right: 0%;
  }

  .about-paragraph {
    margin-left: 0%;
  }

  .about-component {
    z-index: 2;
    grid-row-gap: 4rem;
    padding-top: 12rem;
    position: relative;
  }

  .tag.absolute-tag {
    order: -1;
    position: relative;
  }

  .logos-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    margin-bottom: 8rem;
    display: flex;
  }

  .grid-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-big-number {
    font-size: 4.6rem;
  }

  .grid-card {
    padding: 1rem;
  }

  .cards-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 6rem;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .card-text {
    font-size: 1rem;
  }

  .description {
    max-width: none;
  }

  .description-component {
    margin-top: 8rem;
  }

  .header-wrapper {
    z-index: 3;
    position: relative;
  }

  .button-primary.margin-top-hero.w--current {
    margin-top: 0;
  }

  .max-width-44ch {
    max-width: none;
  }

  .table-component {
    margin-top: 6rem;
    margin-bottom: 0;
  }

  .row {
    flex-direction: column;
    grid-template-columns: 0.25fr;
    align-items: flex-start;
    transition: none;
    display: flex;
  }

  .row:hover {
    padding-bottom: 0;
  }

  .row-heading {
    text-align: left;
    margin-top: 6rem;
  }

  .logo-card-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 8rem;
  }

  .logo-card {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .last-cta-conponent {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .last-cta-wrap {
    max-width: none;
  }

  .cta-image.is-third {
    width: 20rem;
    height: 18rem;
    right: -8rem;
  }

  .cta-image.is-second {
    width: 14rem;
    height: 14rem;
  }

  .cta-image.is-fourth {
    width: 15rem;
    height: 15rem;
    right: 4rem;
  }

  .cta-image.is-first {
    width: 18rem;
    height: 18rem;
  }

  .last-cta {
    margin-top: 6rem;
  }

  .team-card-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 8rem;
  }

  .team-big-cards {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 90vw;
    margin-bottom: 6rem;
  }

  .team-list.display-none-mobile {
    display: none;
  }

  .team-list.display-none-team {
    display: block;
  }

  .highlight {
    width: 100%;
    height: 100%;
  }

  .team-1-cards {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 90vw;
    margin-bottom: 6rem;
  }

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

  .max-width-70ch {
    display: flex;
  }

  .about-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    margin-top: 6rem;
    margin-bottom: 0;
  }

  .about-grid-card {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .big-numbers {
    font-size: 7rem;
  }

  .about-numbers {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0%;
  }

  .about-numbers-wrapper {
    margin-top: 8rem;
  }

  .culture {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    opacity: 0.8;
    width: 100%;
  }

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

  .culture-text-size {
    font-size: 1.5rem;
  }

  .culture-title {
    width: auto;
  }

  .culture-heading {
    font-size: 1.8rem;
  }

  .about-content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .bottom-about-content,
  .top-about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .services-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
    max-width: none;
  }

  .logos-component {
    margin-top: 0;
    margin-bottom: 0;
  }

  .logo-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-marquee-wrapper {
    z-index: 2;
    grid-column-gap: 1rem;
    position: relative;
  }

  .home-marquee-image {
    width: 20rem;
  }

  .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .span {
    border-radius: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .span.one,
  .span.two,
  .span.three {
    width: 4rem;
  }

  .text-images-wrapper {
    margin-top: 8rem;
  }

  .heading-logos {
    text-align: center;
    max-width: 40ch;
  }

  .logos-sticky-wrapper {
    height: 40vh;
  }

  .spline-wrapper.rem-height {
    position: absolute;
  }

  .spline.absolute-mobile {
    z-index: 1;
  }

  .spline-wrapper-right {
    height: 150vh;
  }

  .hero-gradient-mobile {
    z-index: 2;
    background-image: linear-gradient(90deg, #ffffff, #ffffff00);
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .works-template-wrapper {
    flex-flow: column;
    margin-bottom: 0;
  }

  .project-content-wrapper {
    width: 100%;
  }

  .projects-main-image {
    margin-bottom: 0;
  }

  .project-collection-list._2-columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sticky-info {
    justify-content: flex-start;
    align-items: center;
  }

  .works-sticky {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: 0;
  }

  .work-sticky-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .text-size-password {
    font-size: 10rem;
  }

  .blog-image-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .pricing-card-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .pricing-small-card-item {
    height: 50vh;
  }

  .product-image {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 30rem;
  }

  .pricing-wrapper {
    width: 100%;
    display: flex;
  }

  .cart-button-wrap {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cart-button-wrapper {
    justify-content: center;
    width: 100%;
  }

  .product-info {
    justify-content: flex-start;
    align-items: center;
  }

  .button-product {
    white-space: nowrap;
    overflow-wrap: normal;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .product-component {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .product-description {
    justify-content: flex-start;
    align-items: center;
  }

  .team-member-job {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-member-image {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 50vh;
  }

  .team-member-post {
    width: 100%;
  }

  .team-member-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-bottom: 3.3rem;
    padding-right: 1rem;
  }

  .team-member-content {
    justify-content: center;
    align-items: flex-start;
  }

  .team-member-component {
    grid-row-gap: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home-text-size {
    font-size: 6rem;
  }

  .hero-big-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
  }

  .hero-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .home-4-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5vh;
  }

  .contact-size {
    font-size: 5rem;
  }

  .text-size-medium-vw {
    font-size: 1.125rem;
  }

  .contact-content {
    grid-row-gap: 1.3rem;
  }

  .form-wrapper {
    width: 100%;
  }

  .contact-1-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 0;
    margin-top: 15vh;
    padding: 0 0;
    display: flex;
  }

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

  .contact-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    display: flex;
  }

  .main-button {
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .contact-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .text-size-small-vw {
    font-size: 0.8rem;
  }

  .mobile-wrapper {
    justify-content: center;
    align-items: center;
    height: 100svh;
    display: flex;
    position: relative;
  }

  .collection-list-wrapper {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .work-text-size-card {
    font-size: 5rem;
    line-height: 1;
  }

  .works-link {
    height: 60vh;
  }

  .hero-interaction-trigger._3 {
    z-index: 5;
  }

  .heading-home {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.8rem;
    line-height: 1.15;
  }

  .home-paragraph {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .template-component {
    margin-bottom: 6rem;
    padding-top: 8rem;
  }

  .figma {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
  }

  .figma-image {
    height: 100%;
  }

  .home-template-wrap {
    margin-top: 0;
  }

  .figma-image-wrap {
    width: 100%;
  }

  .figma-content {
    width: 100%;
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
    margin-left: 0;
    padding-left: 3.1rem;
    padding-right: 3.1rem;
  }

  .home-page-cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .changelog-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

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

  .dropdown-list {
    margin-top: 0;
  }

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

  .navbar-component {
    flex-direction: row;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: space-between;
    place-items: center start;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    display: flex;
    position: relative;
  }

  .dropdown-icon {
    color: #f0f0f0;
  }

  .nav-menu {
    background-color: #1b1b1b;
    border-radius: 1.7rem;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    position: absolute;
  }

  .dropdown {
    flex-flow: column;
    display: flex;
  }

  .dropdown.responsive,
  .dropdown-navbar {
    display: none;
  }

  .dropdown-navbar.responsive {
    flex-flow: column;
    display: flex;
  }

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

  .navbar-menu-lottie {
    filter: invert();
  }

  .text-item {
    width: 80svw;
    height: 60vh;
  }

  .text-item:nth-child(odd) {
    transform: rotate(-5deg);
  }

  .text-item:nth-child(2n) {
    transform: rotate(5deg);
  }

  .works-text-link {
    height: 60vh;
  }
}

@media screen and (max-width: 767px) {
  .rich-text h1 {
    font-size: 2.3rem;
  }

  .heading-2 {
    font-size: 2.375rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .checkout-wrapper {
    margin-top: 4rem;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .heading-6 {
    font-size: 2.5rem;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .heading-5 {
    font-size: 1.375rem;
  }

  .style-guide-header {
    font-size: 0.875rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .heading-1 {
    font-size: 2.875rem;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-4 {
    font-size: 1.625rem;
  }

  .highlight-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .small-text-opacity {
    margin-bottom: 1rem;
  }

  .about-description {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .about-description-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 4rem;
  }

  .numbers-card {
    padding: 3rem 2rem;
  }

  .works-rotate-wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .works-home-item {
    width: 75svw;
    height: 60svh;
  }

  .collection-list {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .works-image {
    width: 60rem;
  }

  .footer-component {
    padding-top: 4rem;
  }

  .credits-wrapper {
    flex-flow: column;
  }

  .footer-grid {
    grid-column-gap: 4rem;
    grid-template-columns: auto auto;
    justify-content: center;
    justify-items: center;
  }

  .works-title {
    margin-right: 1.5rem;
  }

  .works-wrapper,
  .work-cards-content {
    margin-top: 4rem;
  }

  .work-small-card-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .work-small-card-item {
    height: 80vh;
  }

  .logos-grid {
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 4rem;
  }

  .grid-card {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .description-component,
  .table-component,
  .logo-card-grid {
    margin-top: 4rem;
  }

  .logo-card {
    padding: 3rem 2rem;
  }

  .cta-image.is-third {
    top: -6rem;
  }

  .cta-image.is-second {
    display: none;
  }

  .cta-image.is-first {
    width: 17rem;
    height: 17rem;
  }

  .last-cta {
    margin-top: 4rem;
  }

  .team-card-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team-big-cards {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-big-cards.margin-top {
    margin-top: 4rem;
  }

  .team-collection-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .team-1-cards {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .text-size-xlarge {
    font-size: 1.5rem;
  }

  .about-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    margin-top: 4rem;
    display: flex;
  }

  .about-grid-card {
    text-align: center;
    max-width: none;
  }

  .about-numbers-wrapper {
    margin-top: 4rem;
  }

  .frame-image-left {
    width: 100%;
    height: 50vh;
    transform: none;
  }

  .tracker {
    flex-flow: column;
    align-items: center;
    height: auto;
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: flex;
  }

  .frame {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: stretch;
    position: static;
  }

  .frame-image-right,
  .frame-image-center {
    width: 100%;
    height: 50vh;
    transform: none;
  }

  .camera {
    flex-flow: column;
    width: 90%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .culture-text-size {
    font-size: 1.25rem;
  }

  .culture-title {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .services {
    width: auto;
  }

  .services-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
  }

  .logos-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .logo-image {
    object-fit: contain;
    width: 10rem;
    height: 5rem;
  }

  .logo-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .home-marquee {
    margin-top: 4rem;
  }

  .span {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -2rem;
    bottom: -1.25rem;
  }

  .text-images-wrapper {
    margin-top: 4rem;
  }

  .sticky-wrapper {
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .elipse-sticky {
    min-width: 6rem;
    max-width: 6rem;
    min-height: 6rem;
    max-height: 6rem;
  }

  .logos-section-wrapper {
    justify-content: center;
    align-items: center;
    top: 20vh;
  }

  .heading-logos {
    text-align: center;
    max-width: 40ch;
  }

  .sticky-logo.middle {
    display: flex;
  }

  .sticky-logo.middle.side {
    display: none;
  }

  .logos-sticky-wrapper {
    height: 40vh;
  }

  .spline {
    display: none;
  }

  .spline.bigger,
  .spline.bigger-top {
    transform: scale(1);
  }

  .spline-wrapper-right {
    left: 0%;
  }

  .hero-left-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .relative {
    z-index: 2;
    position: relative;
  }

  .project-content-wrapper {
    grid-row-gap: 4rem;
    margin-top: 4rem;
  }

  .project-image-wrapper {
    height: 40vh;
  }

  .project-collection-list._2-columns {
    flex-flow: column;
    display: flex;
  }

  .about-the-project {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-small-card-list {
    flex-flow: column;
    display: flex;
  }

  .blog-card-wrapper {
    margin-top: 4rem;
  }

  .blog-small-card-item {
    height: 80vh;
  }

  .rich-text-padding {
    padding-left: 0;
  }

  .pricing-card-list {
    flex-flow: column;
    display: flex;
  }

  .price-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .price-name {
    align-items: flex-end;
  }

  .pricing,
  .quantity {
    justify-content: flex-start;
    align-items: center;
  }

  .team-member-component {
    grid-row-gap: 3rem;
  }

  .spline-wrapper-top {
    top: -65%;
    left: 0%;
  }

  .home-text-size {
    font-size: 4.3rem;
  }

  .cards-bg {
    width: 100%;
  }

  .home-4-hero {
    flex-flow: column;
    align-items: flex-start;
  }

  .collection-list-hero {
    width: 100%;
  }

  .dropdown-image {
    min-width: 3.875rem;
    min-height: 3.875rem;
  }

  .footer-social-wrap {
    margin-top: 1rem;
  }

  .contact-content {
    grid-row-gap: 1rem;
  }

  .contact-grid {
    flex-flow: column;
    display: flex;
  }

  .works-link {
    width: 25rem;
    height: 60svh;
  }

  .heading-home {
    font-size: 2.5rem;
  }

  .home-paragraph {
    font-size: 1rem;
    line-height: 1.5;
  }

  .template-component {
    margin-bottom: 4rem;
    padding-top: 4rem;
  }

  .figma-content {
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-page-cards-grid {
    margin-top: 0;
  }

  .changelog-component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

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

  .navbar-component {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .text-item {
    width: 75svw;
    height: 60svh;
  }

  .text-item:nth-child(odd) {
    transform: rotate(-2.5deg);
  }

  .text-item:nth-child(2n) {
    transform: rotate(2.5deg);
  }

  .works-text-link {
    width: 25rem;
    height: 60svh;
  }
}

@media screen and (max-width: 479px) {
  .rich-text h1 {
    font-size: 2rem;
  }

  .rich-text h2 {
    font-size: 1.8rem;
  }

  .rich-text h3 {
    font-size: 1.6rem;
  }

  .rich-text h4 {
    font-size: 1.4rem;
  }

  .rich-text h5 {
    font-size: 1.2rem;
  }

  .rich-text h6 {
    font-size: 1.1rem;
  }

  .heading-2 {
    font-size: 2.25rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-pots-component {
    margin-top: 15vh;
    margin-bottom: 0;
  }

  .card {
    grid-row-gap: 1rem;
    padding-bottom: 3rem;
  }

  .checkout-wrapper {
    margin-top: 4rem;
  }

  .divider-line {
    width: 100%;
  }

  .heading-3 {
    font-size: 2.5rem;
  }

  .style-guide-component {
    width: 100%;
  }

  .heading-5 {
    font-size: 1.25rem;
  }

  .sticky-menu {
    width: 100%;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .style-guide-menu-wrapper {
    width: 100%;
  }

  .heading-1 {
    font-size: 2.75rem;
  }

  .style-guide-menu {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .heading-4 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .highlight-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .small-text-opacity {
    margin-right: auto;
    line-height: 1.2;
  }

  .about-description {
    flex-flow: row;
    display: block;
  }

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

  .numbers-card {
    border-width: 0.5px;
  }

  .works-image {
    width: 60rem;
    height: 100%;
  }

  .credits-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-links-wrapper,
  .footer-heading {
    text-align: center;
  }

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: auto auto;
    justify-content: center;
    justify-items: center;
  }

  .footer-social-wrapper {
    margin-bottom: 2rem;
  }

  .vertical-line.hide-mobile {
    display: none;
  }

  .mask-frame {
    z-index: 4;
  }

  .about-paragraph {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-component {
    grid-row-gap: 2rem;
    padding-top: 8rem;
  }

  .tag {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .tag.align-middle-mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
  }

  .logos-grid {
    grid-row-gap: 3rem;
  }

  .logos-image {
    width: 7rem;
  }

  .home-logo {
    width: 100%;
  }

  .card-big-number {
    font-size: 4.6rem;
  }

  .cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
  }

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

  .services-text-size {
    font-size: 2.5rem;
  }

  .row-line {
    margin-top: 2rem;
  }

  .row-heading {
    margin-top: 4rem;
  }

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

  .logo-card {
    border-width: 0.5px;
  }

  .cta-image.is-first {
    display: none;
  }

  .team-card-wrapper {
    margin-top: 6rem;
  }

  .team-big-cards {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-collection-list {
    flex-flow: column;
    display: flex;
  }

  .team-1-cards {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-1-collection-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .big-numbers {
    font-size: 6rem;
  }

  .camera {
    height: auto;
  }

  .culture {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .culture-text-size {
    font-size: 1rem;
  }

  .bottom-about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 0;
  }

  .top-about-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .services-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .logos-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .logo-image {
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .logo-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .elipse-sticky {
    min-width: 5.5rem;
    max-width: 5.5rem;
    min-height: 5.5rem;
    max-height: 5.5rem;
  }

  .sticky-logo.middle.side {
    display: none;
  }

  .logos-sticky-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    height: 60vh;
  }

  .hero-left-header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .project-content-wrapper {
    grid-row-gap: 2rem;
  }

  .projects-main-image {
    height: 40vh;
  }

  .project-image-wrapper {
    height: 30vh;
  }

  .about-the-project {
    grid-row-gap: 1rem;
  }

  .text-size-password {
    font-size: 7rem;
  }

  .rich-text-padding {
    padding-left: 0;
  }

  .price-wrapper {
    flex-flow: row;
  }

  .price-name {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .production-price {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .pricing-wrapper {
    flex-flow: column;
  }

  .team-member-job {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .team-member-post {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team-member-grid {
    grid-row-gap: 1rem;
  }

  .home-text-size {
    font-size: 3rem;
  }

  .hero-big-header {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-title {
    justify-content: flex-end;
    align-items: center;
  }

  .home-4-hero {
    align-items: center;
  }

  .collection-list-wrapper-nav,
  .collection-list-hero {
    width: 100%;
  }

  .dropdown-link {
    width: 100%;
    padding-right: 0.5rem;
  }

  .contact-size {
    font-size: 3.5rem;
  }

  .relative-transparent {
    background-color: #0000;
  }

  .contact-wrapper-adress {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .footer-social-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .form-wrapper {
    width: 100%;
  }

  .contact-1-wrapper {
    margin-top: 6rem;
    margin-bottom: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    width: 100%;
  }

  .contact-grid {
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .contact-wrapper {
    grid-row-gap: 2rem;
    width: 100%;
  }

  .work-text-size-card {
    font-size: 4rem;
  }

  .hero-interaction-trigger {
    width: 100%;
  }

  .heading-home {
    font-size: 2rem;
  }

  .home-paragraph {
    font-size: 1rem;
    line-height: 1.5;
  }

  .template-component {
    margin-bottom: 4rem;
  }

  .figma-content {
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .changelog-component {
    width: 100%;
  }

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .dropdown-icon {
    filter: invert();
    display: flex;
  }

  .nav-menu {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
  }

  .dropdown {
    flex-flow: row;
    justify-content: space-between;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .dropdown-link-navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#w-node-_274155b6-ea58-a1cb-ae5e-40f17a3709e8-7a3709e5 {
  place-self: stretch start;
}

#w-node-_274155b6-ea58-a1cb-ae5e-40f17a370a0c-7a3709e5 {
  place-self: center;
}

#w-node-_274155b6-ea58-a1cb-ae5e-40f17a370a12-7a3709e5 {
  justify-self: end;
}

#w-node-_906e40a7-22ff-c030-82cf-bc174bfbfb7f-ded359d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_926d3338-e78f-69d0-ce1c-20907b9019a7-ded359dd,
#w-node-_926d3338-e78f-69d0-ce1c-20907b9019be-ded359dd,
#w-node-_926d3338-e78f-69d0-ce1c-20907b9019c3-ded359dd,
#w-node-_926d3338-e78f-69d0-ce1c-20907b9019da-ded359dd,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a04-ded359dd,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a28-ded359dd,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a46-ded359dd,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a48-ded359dd,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a4d-ded359dd,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a5c-ded359dd,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a57-ded359dd,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a65-ded359dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f35972b0-7bb6-3457-e560-bceb83767d39-83767d2e,
#w-node-f35972b0-7bb6-3457-e560-bceb83767d40-83767d2e,
#w-node-f35972b0-7bb6-3457-e560-bceb83767d47-83767d2e,
#w-node-f35972b0-7bb6-3457-e560-bceb83767d4e-83767d2e {
  place-self: center;
}

#w-node-_54da3457-03fa-3849-7cb2-7cbbfbbeb25b-ded359e3,
#w-node-_54da3457-03fa-3849-7cb2-7cbbfbbeb25d-ded359e3,
#w-node-_54da3457-03fa-3849-7cb2-7cbbfbbeb25f-ded359e3,
#w-node-_54da3457-03fa-3849-7cb2-7cbbfbbeb261-ded359e3,
#w-node-_54da3457-03fa-3849-7cb2-7cbbfbbeb263-ded359e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c645856-c632-661a-adc4-18e45306778a-ded359e4 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_0c645856-c632-661a-adc4-18e453067794-ded359e4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0c645856-c632-661a-adc4-18e45306779e-ded359e4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0c645856-c632-661a-adc4-18e4530677a8-ded359e4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0c645856-c632-661a-adc4-18e4530677b2-ded359e4 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4e0d0dea-bbfa-2a32-eb7b-4b26e5c42f43-ded359e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4e0d0dea-bbfa-2a32-eb7b-4b26e5c42f46-ded359e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e0d0dea-bbfa-2a32-eb7b-4b26e5c42f49-ded359e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4e0d0dea-bbfa-2a32-eb7b-4b26e5c42f4f-ded359e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4e0d0dea-bbfa-2a32-eb7b-4b26e5c42f52-ded359e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e0d0dea-bbfa-2a32-eb7b-4b26e5c42f55-ded359e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4e0d0dea-bbfa-2a32-eb7b-4b26e5c42f5b-ded359e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4e0d0dea-bbfa-2a32-eb7b-4b26e5c42f5e-ded359e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e0d0dea-bbfa-2a32-eb7b-4b26e5c42f61-ded359e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4e0d0dea-bbfa-2a32-eb7b-4b26e5c42f67-ded359e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4e0d0dea-bbfa-2a32-eb7b-4b26e5c42f6a-ded359e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e0d0dea-bbfa-2a32-eb7b-4b26e5c42f6d-ded359e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f7993680-81bf-3512-2b09-aeb3c7863842-ded359e6,
#w-node-f7993680-81bf-3512-2b09-aeb3c7863848-ded359e6,
#w-node-f7993680-81bf-3512-2b09-aeb3c786384e-ded359e6,
#w-node-f7993680-81bf-3512-2b09-aeb3c7863854-ded359e6,
#w-node-f7993680-81bf-3512-2b09-aeb3c786385a-ded359e6,
#w-node-f7993680-81bf-3512-2b09-aeb3c7863860-ded359e6,
#w-node-f7993680-81bf-3512-2b09-aeb3c7863866-ded359e6,
#w-node-f7993680-81bf-3512-2b09-aeb3c786386c-ded359e6 {
  place-self: center;
}

#w-node-bd53236c-6383-5f2c-6879-60d4ba1f6224-ded359e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1837219d-21ef-9767-1abb-81ecfb08edcc-ded359e8 {
  align-self: start;
}

#w-node-_1837219d-21ef-9767-1abb-81ecfb08edd0-ded359e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1837219d-21ef-9767-1abb-81ecfb08edd8-ded359e8 {
  align-self: start;
}

#w-node-_1837219d-21ef-9767-1abb-81ecfb08eddc-ded359e8,
#w-node-_00f9f3e8-02c3-dd7a-4479-d24fa6c1755c-ded359e8,
#w-node-_00f9f3e8-02c3-dd7a-4479-d24fa6c1755e-ded359e8,
#w-node-_00f9f3e8-02c3-dd7a-4479-d24fa6c17560-ded359e8,
#w-node-_00f9f3e8-02c3-dd7a-4479-d24fa6c17562-ded359e8,
#w-node-_00f9f3e8-02c3-dd7a-4479-d24fa6c17564-ded359e8,
#w-node-_00f9f3e8-02c3-dd7a-4479-d24fa6c17566-ded359e8,
#w-node-_00f9f3e8-02c3-dd7a-4479-d24fa6c17568-ded359e8,
#w-node-_00f9f3e8-02c3-dd7a-4479-d24fa6c1756a-ded359e8,
#w-node-_00f9f3e8-02c3-dd7a-4479-d24fa6c1756c-ded359e8,
#w-node-_00f9f3e8-02c3-dd7a-4479-d24fa6c1756e-ded359e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec60ae50-7f2e-f382-6902-2e8aeba0f7fa-ded359e9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-ec60ae50-7f2e-f382-6902-2e8aeba0f7fd-ded359e9 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-ec60ae50-7f2e-f382-6902-2e8aeba0f800-ded359e9 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-ec60ae50-7f2e-f382-6902-2e8aeba0f803-ded359e9 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-ec60ae50-7f2e-f382-6902-2e8aeba0f806-ded359e9 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-ec60ae50-7f2e-f382-6902-2e8aeba0f809-ded359e9 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: end;
}

#w-node-ec60ae50-7f2e-f382-6902-2e8aeba0f80c-ded359e9 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
}

#w-node-ec60ae50-7f2e-f382-6902-2e8aeba0f80f-ded359e9 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

#w-node-d5dd116e-db4f-9711-398f-5f3b30237308-ded35a73 {
  align-self: start;
}

#w-node-d5dd116e-db4f-9711-398f-5f3b3023730d-ded35a73,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e0d6-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e0f5-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e0f7-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e0f8-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e0f9-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e0fa-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e0fb-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e0fc-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e0fd-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e0fe-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e0ff-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e100-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e101-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e102-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e103-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e104-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e105-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e106-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e107-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e108-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e109-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e10a-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e10b-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e10c-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e10d-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e10e-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e10f-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e110-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e111-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e112-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e113-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e114-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e115-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e116-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e117-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e118-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e119-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e11a-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e11b-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e11c-ded35a74,
#w-node-_5533e24f-95dc-9c00-fa5c-a9c21082e11d-ded35a74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0c645856-c632-661a-adc4-18e45306778a-ded359e4,
  #w-node-_0c645856-c632-661a-adc4-18e453067794-ded359e4,
  #w-node-_0c645856-c632-661a-adc4-18e45306779e-ded359e4,
  #w-node-_0c645856-c632-661a-adc4-18e4530677a8-ded359e4,
  #w-node-_0c645856-c632-661a-adc4-18e4530677b2-ded359e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd53236c-6383-5f2c-6879-60d4ba1f6224-ded359e7 {
    justify-self: center;
  }

  #w-node-ed6bb9de-abc4-a51c-43ce-327de31bf72f-ded359e8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ed6bb9de-abc4-a51c-43ce-327de31bf734-ded359e8 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ed6bb9de-abc4-a51c-43ce-327de31bf739-ded359e8 {
    grid-area: 3 / 1 / 3 / 2;
  }

  #w-node-_00f9f3e8-02c3-dd7a-4479-d24fa6c1756e-ded359e8 {
    grid-area: 4 / 2 / 5 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f312db6-4ee6-a008-6c44-5aa95c96ae82-5c96ae7b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1f312db6-4ee6-a008-6c44-5aa95c96ae8c-5c96ae7b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1f312db6-4ee6-a008-6c44-5aa95c96ae96-5c96ae7b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f312db6-4ee6-a008-6c44-5aa95c96aea0-5c96ae7b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1f312db6-4ee6-a008-6c44-5aa95c96aeaa-5c96ae7b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_00f9f3e8-02c3-dd7a-4479-d24fa6c1756e-ded359e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_54da3457-03fa-3849-7cb2-7cbbfbbeb25d-ded359e3,
  #w-node-_00f9f3e8-02c3-dd7a-4479-d24fa6c1756e-ded359e8 {
    grid-column: span 1 / span 1;
  }

  #w-node-ec60ae50-7f2e-f382-6902-2e8aeba0f7fa-ded359e9 {
    grid-column: 1 / 2;
  }

  #w-node-ec60ae50-7f2e-f382-6902-2e8aeba0f7fd-ded359e9 {
    grid-column: 2 / 3;
  }

  #w-node-ec60ae50-7f2e-f382-6902-2e8aeba0f800-ded359e9 {
    grid-column: 3 / 4;
  }

  #w-node-ec60ae50-7f2e-f382-6902-2e8aeba0f809-ded359e9 {
    grid-column: 1 / 2;
  }

  #w-node-ec60ae50-7f2e-f382-6902-2e8aeba0f80c-ded359e9 {
    grid-column: 2 / 3;
  }

  #w-node-ec60ae50-7f2e-f382-6902-2e8aeba0f80f-ded359e9 {
    grid-column: 3 / 4;
  }
}

/* Legal Pages Styling */
.legal-hero {
  padding: 5rem 0 3rem;
  background: var(--color-bg-secondary);
  border-bottom: 1px solid #e8e8e8;
}

.legal-hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.legal-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  color: #666;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.legal-meta::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #3774d7;
  border-radius: 50%;
}

.legal-title {
  color: #121212;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.legal-subtitle {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 600px;
}

.legal-content-wrapper {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 4rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 0;
}

.legal-toc {
  position: sticky;
  top: 6rem;
  height: fit-content;
}

.legal-toc-title {
  color: #121212;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e8e8e8;
}

.legal-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.legal-toc-list li {
  margin-bottom: 0.5rem;
}

.legal-toc-link {
  color: #666;
  font-size: 0.8125rem;
  text-decoration: none;
  display: block;
  padding: 0.375rem 0;
  transition: color 0.2s ease;
}

.legal-toc-link:hover {
  color: #3774d7;
}

.legal-main-content {
  max-width: 700px;
}

.legal-section {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e8e8e8;
}

.legal-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.legal-section-title {
  color: #121212;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.legal-section-title::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3774d7;
  border-radius: 50%;
  flex-shrink: 0;
}

.legal-subsection-title {
  color: #121212;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.legal-text {
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.legal-text:last-child {
  margin-bottom: 0;
}

.legal-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.legal-list li {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
}

.legal-list li::before {
  content: "→";
  color: #3774d7;
  position: absolute;
  left: 0;
  font-weight: 600;
}

.legal-contact-box {
  background: #f8f9fa;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 1.5rem;
}

.legal-contact-box p {
  margin: 0.5rem 0;
}

.legal-contact-box a {
  color: #3774d7;
  text-decoration: none;
}

.legal-contact-box a:hover {
  text-decoration: underline;
}

.legal-highlight {
  background: #f0f7ff;
  border-left: 3px solid #3774d7;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  border-radius: 0 6px 6px 0;
}

.legal-highlight p {
  margin: 0;
  color: #333;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.9375rem;
}

.legal-table th,
.legal-table td {
  text-align: left;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}

.legal-table th {
  background: #f8f9fa;
  font-weight: 600;
  color: #121212;
}

.legal-table td {
  color: #333;
}

@media screen and (max-width: 991px) {
  .legal-hero {
    padding: 4rem 0 2.5rem;
  }

  .legal-title {
    font-size: 2.25rem;
  }

  .legal-content-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .legal-toc {
    position: relative;
    top: 0;
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .legal-hero {
    padding: 3rem 0 2rem;
  }

  .legal-title {
    font-size: 1.875rem;
  }

  .legal-section-title {
    font-size: 1.25rem;
  }

  .legal-subsection-title {
    font-size: 1rem;
  }
}

/* Privacy Choices Banner */
.privacy-banner {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
  border: 1px solid #c5ddf8;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.privacy-banner-icon {
  width: 48px;
  height: 48px;
  background: #3774d7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.privacy-banner-icon svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.privacy-banner-content {
  flex: 1;
}

.privacy-banner-title {
  color: #121212;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.privacy-banner-text {
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.privacy-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.privacy-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.privacy-banner-btn-primary {
  background: #3774d7;
  color: white;
}

.privacy-banner-btn-primary:hover {
  background: #2a5eb8;
}

.privacy-banner-btn-secondary {
  background: var(--color-bg-secondary);
  color: #3774d7;
  border: 1px solid #3774d7;
}

.privacy-banner-btn-secondary:hover {
  background: #f0f7ff;
}

.gpc-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background: #10b981;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.625rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.gpc-indicator-inactive {
  background: #6b7280;
}

@media screen and (max-width: 767px) {
  .privacy-banner {
    flex-direction: column;
    padding: 1.25rem;
  }

  .privacy-banner-icon {
    width: 40px;
    height: 40px;
  }

  .privacy-banner-actions {
    flex-direction: column;
  }

  .privacy-banner-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   MOBILE OPTIMIZATION OVERHAUL - Added 2026-01-29
   Comprehensive fixes for touch targets, spacing, and mobile UX
   ========================================================================== */

/* CSS Hamburger Menu Icon - fallback when Lottie doesn't load */
.navbar .menu-button.w-nav-button {
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cline x1='3' y1='12' x2='21' y2='12'/%3E%3Cline x1='3' y1='18' x2='21' y2='18'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px 24px !important;
  position: relative;
  float: right;
}

/* X icon when menu is open */
.navbar .menu-button.w-nav-button.w--open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3Cline x1='6' y1='18' x2='18' y2='6'/%3E%3C/svg%3E") !important;
  background-color: transparent !important;
}

/* Hide the Lottie element since we're using CSS hamburger */
.navbar .menu-button.w-nav-button .navbar-menu-lottie {
  display: none !important;
}

/* Mobile navigation menu styling */
@media screen and (max-width: 991px) {
  .navbar .nav-menu.w-nav-menu {
    background-color: var(--color-bg-secondary);
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 1rem 0;
    margin-top: 0.5rem;
  }

  .navbar .nav-menu .dropdown.w-nav-link {
    color: #FFFFFF;
    padding: 0.75rem 1.5rem;
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .navbar .nav-menu .dropdown.w-nav-link:hover {
    background-color: rgba(55, 116, 215, 0.15);
  }
}

/* Team Section Mobile Fix - About page circular layout */
@media screen and (max-width: 768px) {
  .team-circle-container {
    height: auto !important;
    min-height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.5rem !important;
    padding: 1rem 0 !important;
  }

  .team-circle-container .team-member-card,
  .team-circle-container .team-member-card.team-top,
  .team-circle-container .team-member-card.team-orbit {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
  }

  .team-circle-container .team-top {
    order: -1;
  }

  .team-spline-section {
    min-height: auto !important;
  }

  /* Hide the Spline background on mobile */
  .team-circle-container
    > div[style*="position: absolute"][style*="width: 500px"] {
    display: none !important;
  }

  #team-spline-canvas {
    display: none !important;
  }

  /* Adjust photo sizes for mobile */
  .team-circle-container .team-photo-wrapper {
    width: 120px !important;
    height: 120px !important;
  }

  .team-circle-container .team-top .team-photo-wrapper {
    width: 140px !important;
    height: 140px !important;
  }
}

/* Home page hero Spline - show on mobile */
@media screen and (max-width: 767px) {
  /* Allow hero section to expand and show all content */
  .overflow-hidden {
    overflow: visible !important;
  }

  .hero-wrapper {
    height: auto !important;
    min-height: auto !important;
    padding-bottom: 2rem;
  }

  .home-hero-wrapper {
    flex-direction: column !important;
    gap: 2rem;
  }

  /* Ensure Spline wrapper is visible and sized - smaller on mobile */
  .spline-wrapper-right {
    width: 100% !important;
    height: 40vh !important;
    min-height: 220px !important;
    max-height: 300px !important;
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    order: -1; /* Move visual above text on mobile */
    margin-bottom: 1rem;
  }

  .spline-wrapper-right canvas {
    width: 100% !important;
    height: 100% !important;
  }

  /* Override any display:none on .spline elements */
  .spline-wrapper-right .spline,
  .spline-wrapper-right .spline.bigger {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Hide gradient overlay on mobile - can obscure content */
  .hero-gradient-mobile {
    display: none !important;
  }
}

/* Services page Spline container - smaller on mobile */
#spline-container,
.services-spline-container {
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: 450px;
}

@media screen and (max-width: 767px) {
  #spline-container,
  .services-spline-container {
    aspect-ratio: 16 / 9 !important;
    max-height: 35vh !important;
    min-height: 200px;
  }
}

@media screen and (max-width: 480px) {
  #spline-container,
  .services-spline-container {
    max-height: 30vh !important;
    min-height: 180px;
  }
}

/* Transparent overlay sections - superimpose over 3D images */
.overlay-section {
  position: relative;
  margin-top: -6rem;
  z-index: 10;
}

.overlay-section .template-component,
.overlay-section .services-grid,
.overlay-content {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .overlay-section {
    margin-top: -4rem;
  }

  .overlay-section .template-component,
  .overlay-section .services-grid,
  .overlay-content {
    padding: 1.5rem;
    border-radius: 0.75rem;
  }
}

@media screen and (max-width: 480px) {
  .overlay-section {
    margin-top: -3rem;
  }

  .overlay-section .template-component,
  .overlay-section .services-grid,
  .overlay-content {
    padding: 1rem;
  }

  /* Home page hero - smaller visual as accent, not main feature */
  .spline-wrapper-right {
    height: 35vh !important;
    min-height: 200px !important;
    max-height: 250px !important;
  }
}

/* Touch target minimum - WCAG 2.1 AA compliance */
.button-primary,
.button-secondary,
.nav-link,
.dropdown,
.footer-link,
.dropdown-link-navbar {
  min-height: 44px;
}

/* Small phones (480px and below) */
@media screen and (max-width: 480px) {
  /* Typography scaling */
  .heading-1 {
    font-size: 2rem;
    line-height: 1.15;
  }

  .heading-2 {
    font-size: 1.75rem;
  }

  .heading-3 {
    font-size: 1.5rem;
  }

  .heading-4 {
    font-size: 1.25rem;
  }

  .heading-5 {
    font-size: 1.125rem;
  }

  /* Tighter padding */
  .padding-global {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  /* Hero section - content visible immediately */
  .hero-wrapper {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 4rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .hero-big-header {
    font-size: 2rem;
    line-height: 1.15;
  }

  .hero-title {
    font-size: 1rem;
  }

  .hero-left-header {
    font-size: 1.75rem;
  }

  /* Buttons - full width stacking */
  .button-primary,
  .button-secondary {
    width: 100%;
    justify-content: center;
    padding: 0.875rem 1.5rem;
  }

  /* Cards - more compact */
  .card {
    padding: 1.25rem;
    grid-row-gap: 0.75rem;
  }

  .numbers-card {
    padding: 1rem;
  }

  .card-big-number {
    font-size: 3.5rem;
  }

  /* Footer - tighter spacing */
  .footer-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-social-wrapper {
    margin-bottom: 1.5rem;
  }

  /* Logo sizing */
  .logos-image {
    width: 5rem;
  }

  .logos-grid {
    grid-row-gap: 2rem;
  }

  /* Services grid */
  .services-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .services-text-size {
    font-size: 1.75rem;
  }

  /* About section */
  .about-component {
    padding-top: 5rem;
  }

  .bottom-about-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  /* Big numbers */
  .big-numbers {
    font-size: 4rem;
  }

  /* Team cards */
  .team-card-wrapper {
    margin-top: 4rem;
  }

  .team-big-cards,
  .team-1-cards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  /* CTA section */
  .cta-wrapper {
    padding: 2rem 1rem;
  }
}

/* Extra small phones (375px and below) */
@media screen and (max-width: 375px) {
  .heading-1 {
    font-size: 1.75rem;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .heading-3 {
    font-size: 1.375rem;
  }

  .hero-big-header {
    font-size: 1.75rem;
  }

  .hero-left-header {
    font-size: 1.5rem;
  }

  .padding-global {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .card-big-number {
    font-size: 3rem;
  }

  .big-numbers {
    font-size: 3.5rem;
  }

  .services-text-size {
    font-size: 1.5rem;
  }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  /* Disable hover transforms on touch */
  .dropdown:hover {
    transform: none;
  }

  .card:hover {
    transform: none;
  }

  .button-primary:hover,
  .button-secondary:hover {
    transform: none;
  }

  /* Ensure touch targets */
  .dropdown,
  .footer-link,
  .nav-link {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

/* Safe area insets for notched devices */
@supports (padding: max(0px)) {
  .navbar {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .footer {
    padding-bottom: max(2rem, env(safe-area-inset-bottom));
  }
}

/* Landscape phone orientation */
@media screen and (max-height: 500px) and (orientation: landscape) {
  .hero-wrapper {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .hero-big-header {
    font-size: 1.75rem;
  }
}

/* END MOBILE OPTIMIZATION OVERHAUL */

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src:
    url("../fonts/Satoshi-VariableItalic.woff2") format("woff2"),
    url("../fonts/Satoshi-Italic.woff2") format("woff2");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi Variable";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bentoga";
  src: url("../fonts/Bentoga-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BentogaItalic Thini";
  src: url("../fonts/BentogaItalic-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* ==========================================================================
   RESOURCES HUB STYLES
   ========================================================================== */

/* Featured Resources Section */
.featured-resources {
  padding: 4rem 0;
  background: #1c2127;
}

.featured-resources .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.resource-card {
  background: #252a31;
  border-radius: 8px;
  padding: 2rem;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.resource-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.resource-card.featured {
  border-left: 4px solid #3b82f6;
}

.resource-card .eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3b82f6;
  margin-bottom: 1rem;
}

.resource-card h3 {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.resource-card p {
  color: #abb3bf;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Filter Bar */
.filter-bar {
  padding: 2rem 0;
  background: #1c2127;
  border-bottom: 1px solid #252a31;
  position: sticky;
  top: 0;
  z-index: 100;
}

.filter-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.filter-row:last-child {
  margin-bottom: 0;
}

.filter-label {
  color: #abb3bf;
  font-size: 0.875rem;
  min-width: 120px;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-tab {
  padding: 0.5rem 1rem;
  border: 1px solid #252a31;
  border-radius: 4px;
  background: transparent;
  color: #abb3bf;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-tab:hover {
  border-color: #3b82f6;
  color: #ffffff;
}

.filter-tab.active {
  background: #3b82f6;
  border-color: #3b82f6;
  color: #ffffff;
}

/* Content Grid */
.content-grid {
  padding: 4rem 0;
  background: #1c2127;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.article-card {
  background: #252a31;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.article-card:hover {
  transform: translateY(-4px);
}

.article-card .thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.article-card .tags {
  padding: 1rem 1.5rem 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.topic-tag,
.audience-tag {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.topic-tag {
  background: rgba(59, 130, 246, 0.2);
  color: #3b82f6;
}

.audience-tag {
  background: rgba(171, 179, 191, 0.2);
  color: #abb3bf;
}

.article-card h3 {
  padding: 1rem 1.5rem;
  margin: 0;
}

.article-card h3 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.4;
}

.article-card h3 a:hover {
  color: #3b82f6;
}

.article-card .excerpt {
  padding: 0 1.5rem;
  color: #abb3bf;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.article-card .meta {
  padding: 1rem 1.5rem 1.5rem;
  display: flex;
  gap: 1rem;
  font-size: 0.8125rem;
  color: #abb3bf;
}

/* Empty State */
.empty-state {
  text-align: center;
  padding: 4rem 2rem;
  background: #252a31;
  border-radius: 8px;
}

.empty-state h3 {
  color: #ffffff;
  margin-bottom: 1rem;
}

.empty-state p {
  color: #abb3bf;
  margin-bottom: 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Video Section */
.video-section {
  padding: 4rem 0;
  background: #252a31;
}

.video-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}

.featured-video .video-embed {
  aspect-ratio: 16/9;
  background: #1c2127;
  border-radius: 8px;
  overflow: hidden;
}

.video-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.video-card {
  display: flex;
  gap: 1rem;
  background: #1c2127;
  border-radius: 8px;
  padding: 0.75rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.video-card:hover {
  background: #2a3038;
}

.video-card img {
  width: 120px;
  height: 68px;
  object-fit: cover;
  border-radius: 4px;
}

/* Newsletter Signup */
.newsletter-signup {
  padding: 4rem 2rem;
  background: #252a31;
  text-align: center;
}

.newsletter-signup h3 {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.newsletter-signup p {
  color: #abb3bf;
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.newsletter-signup form {
  display: flex;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
}

.newsletter-signup input[type="email"] {
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid #3b82f6;
  border-radius: 4px;
  background: #1c2127;
  color: #ffffff;
  font-size: 1rem;
}

.newsletter-signup input[type="email"]::placeholder {
  color: #abb3bf;
}

.newsletter-signup button {
  padding: 0.875rem 2rem;
  background: #3b82f6;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.newsletter-signup button:hover {
  background: #2563eb;
}

/* Final CTA */
.final-cta {
  padding: 6rem 2rem;
  background: #1c2127;
  text-align: center;
}

.final-cta h2 {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.final-cta p {
  color: #abb3bf;
  margin-bottom: 2rem;
}

.final-cta .email-option {
  margin-top: 1rem;
  font-size: 0.9375rem;
}

.final-cta .email-option a {
  color: #3b82f6;
}

/* Assessment Landing Pages */
.assessment-landing {
  padding: 4rem 0;
  background: #1c2127;
}

.assessment-landing .two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.assessment-landing .benefits ul {
  list-style: none;
  padding: 0;
}

.assessment-landing .benefits li {
  color: #abb3bf;
  padding: 0.75rem 0;
  border-bottom: 1px solid #252a31;
  padding-left: 1.5rem;
  position: relative;
}

.assessment-landing .benefits li::before {
  content: "\2713";
  color: #3b82f6;
  position: absolute;
  left: 0;
}

.assessment-landing .form {
  background: #252a31;
  padding: 2rem;
  border-radius: 8px;
}

.assessment-landing .form input {
  width: 100%;
  padding: 0.875rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #3a4049;
  border-radius: 4px;
  background: #1c2127;
  color: #ffffff;
  font-size: 1rem;
  box-sizing: border-box;
}

.assessment-landing .form input:focus {
  border-color: #3b82f6;
  outline: none;
}

.assessment-landing .form button {
  width: 100%;
  padding: 1rem;
  background: #3b82f6;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
}

/* Article Template */
.blog-post .breadcrumb {
  font-size: 0.875rem;
  color: #abb3bf;
  margin-bottom: 2rem;
}

.blog-post .breadcrumb a {
  color: #3b82f6;
  text-decoration: none;
}

.blog-post .article-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.blog-post .author-block {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #252a31;
}

.blog-post .author-block img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-post .article-body {
  max-width: 720px;
  margin: 0 auto;
  color: #abb3bf;
  line-height: 1.8;
}

.blog-post .article-body h2 {
  color: #ffffff;
  margin-top: 2.5rem;
}

.blog-post .article-body h3 {
  color: #ffffff;
  margin-top: 2rem;
}

.blog-post .article-cta {
  margin: 3rem 0;
  padding: 2rem;
  background: #252a31;
  border-radius: 8px;
  border-left: 4px solid #3b82f6;
}

.blog-post .related-articles {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #252a31;
}

.blog-post .author-bio-expanded {
  display: flex;
  gap: 1.5rem;
  margin-top: 3rem;
  padding: 2rem;
  background: #252a31;
  border-radius: 8px;
}

.blog-post .author-bio-expanded img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

/* ==========================================================================
   RESOURCES HUB - RESPONSIVE
   ========================================================================== */

@media screen and (max-width: 991px) {
  .featured-resources .card-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .assessment-landing .two-column {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .filter-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-label {
    min-width: auto;
  }

  .filter-tabs {
    width: 100%;
  }

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

  .newsletter-signup form {
    flex-direction: column;
  }

  .newsletter-signup button {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .featured-resources,
  .content-grid,
  .video-section,
  .final-cta {
    padding: 2rem 0;
  }

  .resource-card {
    padding: 1.5rem;
  }

  .filter-tab {
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
  }
}
