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

@font-face {
  font-family: Mona Sans;
  src: url("../fonts/MonaSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Mona Sans;
  src: url("../fonts/Mona-Sans-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --_theme---background: var(--primary--black);
  --_typography---font-family--primary: "Mona Sans", Arial, sans-serif;
  --_theme---text: var(--primary--white);
  --_sizes---fixed--1rem: 1rem;
  --_typography---font-weight--regular: 400;
  --_typography---h1--font-family: var(--_typography---font-family--primary);
  --_typography---h1--font-size: var(--_sizes---fixed--6rem);
  --_typography---h1--line-height: 100%;
  --_typography---h1--font-weight: var(--_typography---font-weight--regular);
  --_typography---h1--letter-spacing: -0.05em;
  --_typography---h2--font-family: var(--_typography---font-family--primary);
  --_typography---h2--font-size: var(--_sizes---fixed--5rem);
  --_typography---h2--line-height: 100%;
  --_typography---h2--font-weight: var(--_typography---font-weight--regular);
  --_typography---h2--letter-spacing: -0.05em;
  --_typography---h3--font-family: var(--_typography---h5--font-family);
  --_typography---h3--font-size: var(--_sizes---fixed--4rem);
  --_typography---h3--line-height: 100%;
  --_typography---h3--font-weight: var(--_typography---font-weight--regular);
  --_typography---h3--letter-spacing: -0.05em;
  --_typography---h4--font-family: var(--_typography---font-family--primary);
  --_typography---h4--font-size: var(--_sizes---fixed--3rem);
  --_typography---h4--line-height: 105%;
  --_typography---h4--font-weight: var(--_typography---font-weight--regular);
  --_typography---h4--letter-spacing: -0.02em;
  --_typography---h5--font-family: var(--_typography---font-family--primary);
  --_typography---h5--font-size: var(--_sizes---fixed--2-25rem);
  --_typography---h5--line-height: 105%;
  --_typography---h5--font-weight: var(--_typography---font-weight--regular);
  --_typography---h5--letter-spacing: 0px;
  --_typography---h6--font-family: var(--_typography---font-family--primary);
  --_typography---h6--font-size: var(--_sizes---fixed--1-25rem);
  --_typography---h6--line-height: 120%;
  --_typography---h6--font-weight: var(--_typography---font-weight--medium);
  --_sizes---fixed--2rem: 2rem;
  --_sizes---fixed--1-75rem: 1.75rem;
  --_sizes---fixed--1-5rem: 1.5rem;
  --_sizes---fixed--1-25rem: 1.25rem;
  --_theme---border: transparent;
  --_typography---font-weight--medium: 500;
  --_sizes---fixed--0-875rem: 0.875rem;
  --_sizes---fixed--1-125rem: 1.125rem;
  --_sizes---border-radius--small: var(--_sizes---fixed--0-75rem);
  --primary--black: #0a0a0a;
  --_sizes---fixed--5rem: 5rem;
  --_sizes---fixed--4rem: 4rem;
  --_sizes---fixed--2-75rem: 2.75rem;
  --_typography---h6--letter-spacing: 0px;
  --_sizes---fixed--3rem: 3rem;
  --_sizes---border-radius--xsmall: var(--_sizes---fixed--0-5rem);
  --grey\<deleted\|variable-7d66f4d0-3ad2-1dda-5a6c-6e41aa28e5e1\>: #7d7d88;
  --_typography---font-weight--semibold: 600;
  --_sizes---fixed--0-75rem: 0.75rem;
  --_sizes---fixed--2-25rem: 2.25rem;
  --_typography---font-weight--extra-bold: 800;
  --_typography---font-weight--bold: 700;
  --_typography---font-weight--light: 300;
  --_sizes---section--small: var(--_sizes---fixed--6rem);
  --_sizes---section--medium: var(--_sizes---fixed--8rem);
  --_sizes---spacer--xlarge: var(--_sizes---fixed--4rem);
  --_sizes---spacer--large: var(--_sizes---fixed--3rem);
  --_sizes---section--large: var(--_sizes---fixed--10rem);
  --_sizes---fixed--2-5rem: 2.5rem;
  --_sizes---fixed--6rem: 6rem;
  --_sizes---spacer--tiny: var(--_sizes---fixed--0-125rem);
  --_sizes---spacer--xxsmall: var(--_sizes---fixed--0-25rem);
  --_sizes---spacer--xsmall: var(--_sizes---fixed--0-5rem);
  --_sizes---spacer--small: var(--_sizes---fixed--1rem);
  --_sizes---spacer--medium: var(--_sizes---fixed--2rem);
  --_sizes---spacer--xxlarge: var(--_sizes---fixed--5rem);
  --_sizes---spacer--huge: var(--_sizes---fixed--6rem);
  --_sizes---spacer--xhuge: var(--_sizes---fixed--8rem);
  --_sizes---spacer--xxhuge: var(--_sizes---fixed--12rem);
  --_sizes---spacer--custom-1: var(--_sizes---fixed--1-25rem);
  --_sizes---spacer--custom2: var(--_sizes---fixed--1-5rem);
  --_sizes---spacer--custom-3: var(--_sizes---fixed--2-5rem);
  --primary--white: #fff;
  --grey--100: #d8d8d8;
  --_sizes---border-radius--medium: var(--_sizes---fixed--1rem);
  --_sizes---section--xlarge: var(--_sizes---fixed--12rem);
  --grey-600\<deleted\|variable-d623f426-927b-7b9e-7f61-1bd85fe0b2fe\>: #363636;
  --_sizes---fixed--0-5rem: 0.5rem;
  --_sizes---section--xxlarge: var(--_sizes---fixed--16rem);
  --_sizes---section--xsmall: var(--_sizes---fixed--4rem);
  --_typography---font-weight--black: 900;
  --_typography---font-weight--extra-light: 200;
  --_typography---font-weight--thin: 100;
  --_sizes---fixed--7rem: 7rem;
  --white--50: #ffffff80;
  --white--30: #ffffff4d;
  --primary--blue: #c3f0fe;
  --primary--mint: #bdfdc7;
  --_sizes---fixed--0-25rem: 0.25rem;
  --primary--pink: #ee64ff;
  --_sizes---border-radius--xhuge: var(--_sizes---fixed--2rem);
  --_sizes---border-radius--ultra: var(--_sizes---fixed--3rem);
  --grey--700: #171717;
  --_sizes---fixed--3-5rem: 3.5rem;
  --_sizes---border-radius--huge: var(--_sizes---fixed--1-75rem);
  --grey--500: #333;
  --_sizes---fixed--0rem: 0rem;
  --_sizes---fixed--12rem: 12rem;
  --_sizes---fixed--9rem: 9rem;
  --_sizes---fixed--8rem: 8rem;
  --white--70: #ffffffb3;
  --white--80: #fffc;
  --_sizes---fixed--4-5rem: 4.5rem;
  --white--40: #fff6;
  --grey--300: #616161;
  --_sizes---border-radius--xxhuge: var(--_sizes---fixed--2-5rem);
  --primary--purple-light\<deleted\|variable-13f6cd3d-ef8f-c77b-729e-737ab34c4503\>: #f8f4ff;
  --_sizes---border-radius--large: var(--_sizes---fixed--1-125rem);
  --_sizes---fixed--10rem: 10rem;
  --_sizes---border-radius--xxlarge: var(--_sizes---fixed--1-5rem);
  --white--10: #ffffff1a;
  --primary--purple: #d8c9f6;
  --_sizes---border-radius--xlarge: var(--_sizes---fixed--1-25rem);
  --_sizes---fixed--16rem: 16rem;
  --_sizes---fixed--5-5rem: 5.5rem;
  --_sizes---fixed--0-125rem: 0.125rem;
  --_sizes---fixed--6-5rem: 6.5rem;
  --_sizes---fixed--14rem: 14rem;
  --_sizes---border-radius--tiny: var(--_sizes---fixed--0-125rem);
  --white--transparent: transparent;
  --white--15: #ffffff26;
  --white--20: #fff3;
  --_sizes---border-radius--xxsmall: var(--_sizes---fixed--0-25rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

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

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

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

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

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

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--_theme---background);
  font-family: var(--_typography---font-family--primary);
  color: var(--_theme---text);
  font-size: var(--_sizes---fixed--1rem);
  line-height: 1.4;
  font-weight: var(--_typography---font-weight--regular);
}

h1 {
  font-family: var(--_typography---h1--font-family);
  font-size: var(--_typography---h1--font-size);
  line-height: var(--_typography---h1--line-height);
  font-weight: var(--_typography---h1--font-weight);
  letter-spacing: var(--_typography---h1--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_typography---h2--font-family);
  font-size: var(--_typography---h2--font-size);
  line-height: var(--_typography---h2--line-height);
  font-weight: var(--_typography---h2--font-weight);
  letter-spacing: var(--_typography---h2--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_typography---h3--font-family);
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---h3--line-height);
  font-weight: var(--_typography---h3--font-weight);
  letter-spacing: var(--_typography---h3--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_typography---h4--font-family);
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---h4--line-height);
  font-weight: var(--_typography---h4--font-weight);
  letter-spacing: var(--_typography---h4--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--_typography---h5--font-family);
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---h5--line-height);
  font-weight: var(--_typography---h5--font-weight);
  letter-spacing: var(--_typography---h5--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: var(--_typography---h6--font-family);
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---h6--line-height);
  font-weight: var(--_typography---h6--font-weight);
  letter-spacing: var(--_typography---h4--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

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

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

li {
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
  display: block;
}

label {
  margin-bottom: 0;
  font-weight: 600;
  display: block;
}

blockquote {
  font-family: var(--_typography---font-family--primary);
  font-size: var(--_sizes---fixed--2rem);
  font-style: italic;
  line-height: 1.2;
  font-weight: var(--_typography---font-weight--regular);
  border-left: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 0.75rem;
}

.page-wrapper {
  z-index: 1;
  position: relative;
}

.page-wrapper.full-height {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.main-wrapper {
  position: relative;
  overflow: clip;
}

.resources_heading {
  padding-bottom: var(--_sizes---fixed--1-25rem);
  border-bottom: 1px solid var(--_theme---border);
  font-size: var(--_sizes---fixed--1-5rem);
  line-height: 1.4;
  font-weight: var(--_typography---font-weight--medium);
}

.resources_item {
  border-radius: var(--_sizes---border-radius--small);
  color: var(--primary--black);
  background-color: #f4f3f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.heading-style-h5 {
  font-family: var(--_typography---h5--font-family);
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---h5--line-height);
  font-weight: var(--_typography---h5--font-weight);
  letter-spacing: var(--_typography---h5--letter-spacing);
}

.resources_items {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resources_items.single {
  flex-flow: column;
  display: flex;
}

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

.resources_subheading {
  font-size: 1rem;
  font-weight: 500;
}

.resources_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: 0.5rem 0.625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
}

.resources_class.html-tag {
  color: #f6f6f3;
  background-color: #cf4bb3;
  border-style: none;
}

.resources_class.custom-border {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.heading-style-h2 {
  font-family: var(--_typography---h2--font-family);
  font-size: var(--_typography---h2--font-size);
  line-height: var(--_typography---h2--line-height);
  font-weight: var(--_typography---h2--font-weight);
  letter-spacing: var(--_typography---h2--letter-spacing);
}

.resources_group {
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.resources_component {
  grid-column-gap: var(--_sizes---fixed--5rem);
  grid-row-gap: var(--_sizes---fixed--5rem);
  flex-direction: column;
  display: flex;
}

.template-style-heading-split {
  background-color: #d2d6d9;
  width: 1px;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  transform: rotate(7deg);
}

.template-style-heading-split.margin-smaller {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.template-style-heading-split.margin-small {
  margin-left: 1rem;
  margin-right: 1rem;
}

.template-style-heading-split.margin-large {
  margin-left: 2rem;
  margin-right: 2rem;
}

.text-size-small {
  font-size: var(--_sizes---fixed--0-875rem);
}

.text-size-large {
  font-size: var(--_sizes---fixed--1-25rem);
  letter-spacing: 0;
  text-transform: none;
}

.heading-style-h6 {
  font-family: var(--_typography---h6--font-family);
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---h6--line-height);
  font-weight: var(--_typography---h6--font-weight);
  letter-spacing: var(--_typography---h6--letter-spacing);
}

.heading-style-h3 {
  font-family: var(--_typography---h4--font-family);
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---h3--line-height);
  font-weight: var(--_typography---h4--font-weight);
  letter-spacing: var(--_typography---h3--letter-spacing);
}

.heading-style-h3.text-color-black,
.heading-style-h3.text-color-white {
  text-align: center;
}

.heading-style-h3.text-align-center {
  text-align: left;
}

.resources_section {
  grid-row-gap: var(--_sizes---fixed--1-5rem);
  flex-direction: column;
  display: flex;
}

.resources_groups {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.heading-style-h1 {
  font-family: var(--_typography---h1--font-family);
  font-size: var(--_typography---h1--font-size);
  line-height: var(--_typography---h1--line-height);
  font-weight: var(--_typography---h1--font-weight);
  letter-spacing: var(--_typography---h1--letter-spacing);
}

.text-size-medium {
  font-size: var(--_sizes---fixed--1-125rem);
}

.resources_item-label {
  grid-column-gap: 0.5rem;
  color: #8c9399;
  border-bottom: 1px solid #ebebec;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  margin-right: 0;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  display: flex;
  position: relative;
}

.heading-style-h4 {
  font-family: var(--_typography---h4--font-family);
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---h4--line-height);
  font-weight: var(--_typography---h4--font-weight);
  letter-spacing: var(--_typography---h4--letter-spacing);
}

.opacity-50 {
  opacity: 0.5;
}

.hide {
  display: none;
}

.ecommerce_block-head {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-color: #4e4c6133;
  padding: 1.5rem;
}

.ecommerce_shipping-texts {
  grid-row-gap: 0.35rem;
}

.ecommerce_checkbox-label {
  margin-bottom: 0;
  font-size: 0.85rem;
  font-weight: 600;
}

.ecommerce_checkbox {
  margin-top: 0;
}

.form_input {
  height: var(--_sizes---fixed--3rem);
  border-radius: var(--_sizes---border-radius--xsmall);
  color: var(--primary--black);
  background-color: #eef1f3;
  border-style: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form_input:focus,
.form_input.-wfp-focus {
  border-color: var(--primary--black);
}

.form_input::placeholder {
  color: var(--grey\<deleted\|variable-7d66f4d0-3ad2-1dda-5a6c-6e41aa28e5e1\>);
}

.ecommerce_label {
  font-size: 0.85rem;
  font-weight: 500;
}

.ecommerce_label.bold {
  font-weight: 600;
}

.ecommerce_order-product-pic {
  aspect-ratio: 1;
  border-radius: var(--_sizes---border-radius--xsmall);
  object-fit: cover;
}

.utility_page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.utility_content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 18.75rem;
  display: flex;
}

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

.resources_item-content {
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 2.5rem 2.5rem 4rem;
  display: flex;
}

.resources_item-content.center-horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.resources_class-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.resources_structure-out {
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.resources_structure-out.fill-bg {
  background-image: url("../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png");
  background-position: 0 0;
  background-size: 80px;
}

.resources_structure-in {
  pointer-events: none;
  background-color: #fff;
  width: 100%;
  height: 3rem;
  position: relative;
}

.resources_structure-in.utility {
  background-color: #2d40ea1a;
}

.resources_structure-in.utility.full-height {
  height: 100%;
}

.resources_license-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.resources_font-block {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  transition: opacity 0.2s;
  display: flex;
}

.resources_font-block:hover {
  opacity: 0.7;
}

.resources_license-image {
  aspect-ratio: 1;
  border-radius: var(--_sizes---border-radius--small);
  object-fit: cover;
  width: 100%;
}

.resources_licenses-group {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resources_fonts {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.resources_changelog-list {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.resources_changelog-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.text-weight-medium {
  font-weight: var(--_typography---font-weight--medium);
}

.text-weight-semibold {
  font-weight: var(--_typography---font-weight--semibold);
}

.text-style-all-caps {
  text-transform: uppercase;
}

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

.text-style-label {
  font-size: var(--_sizes---fixed--0-875rem);
  line-height: 120%;
  font-weight: var(--_typography---font-weight--semibold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  bottom: -2px;
}

.text-style-label.is-small {
  font-size: var(--_sizes---fixed--0-75rem);
  letter-spacing: 0.2em;
}

.text-style-label.letter-spacing-tiny {
  letter-spacing: 0.05em;
}

.display-inline {
  display: inline;
}

.error-message {
  color: #a12c2e;
  border-radius: 0.5rem;
  font-size: 1rem;
}

.error-message.round {
  border-radius: 0.5rem;
}

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

.padding-global {
  padding-right: var(--_sizes---fixed--4rem);
  padding-left: var(--_sizes---fixed--4rem);
}

.padding-global.is-small {
  padding-right: var(--_sizes---fixed--2rem);
  padding-left: var(--_sizes---fixed--2rem);
}

.padding-global.is-small.expand {
  flex: 1;
}

.ss_structure-box {
  pointer-events: none;
  background-color: #fff;
  height: 3rem;
  position: relative;
}

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

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

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

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

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

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

.text-style-muted {
  opacity: 0.6;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-weight-xbold {
  font-weight: var(--_typography---font-weight--extra-bold);
}

.text-weight-bold {
  font-weight: var(--_typography---font-weight--bold);
}

.text-weight-normal {
  font-weight: var(--_typography---font-weight--regular);
}

.text-weight-light {
  font-weight: var(--_typography---font-weight--light);
}

.text-align-left {
  text-align: left;
}

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

.padding-section-small {
  padding-top: var(--_sizes---section--small);
  display: block;
}

.padding-section-medium {
  padding-top: var(--_sizes---section--medium);
}

.padding-section-large {
  padding-top: var(--_sizes---section--large);
}

.spacer-tiny {
  padding-top: var(--_sizes---spacer--tiny);
  width: 100%;
}

.spacer-xxsmall {
  padding-top: var(--_sizes---spacer--xxsmall);
  width: 100%;
}

.spacer-xsmall {
  padding-top: var(--_sizes---spacer--xsmall);
  width: 100%;
}

.spacer-small {
  padding-top: var(--_sizes---spacer--small);
  width: 100%;
}

.spacer-medium {
  padding-top: var(--_sizes---spacer--medium);
  width: 100%;
}

.spacer-large {
  padding-top: var(--_sizes---spacer--large);
  width: 100%;
}

.spacer-xlarge {
  padding-top: var(--_sizes---spacer--xlarge);
  width: 100%;
}

.spacer-xxlarge {
  padding-top: var(--_sizes---spacer--xxlarge);
  width: 100%;
}

.spacer-huge {
  padding-top: var(--_sizes---spacer--huge);
  width: 100%;
}

.spacer-xhuge {
  padding-top: var(--_sizes---spacer--xhuge);
  width: 100%;
}

.spacer-xxhuge {
  padding-top: var(--_sizes---spacer--xxhuge);
  width: 100%;
}

.spacer-custom-1 {
  padding-top: var(--_sizes---spacer--custom-1);
  width: 100%;
}

.spacer-custom-2 {
  padding-top: var(--_sizes---spacer--custom2);
  width: 100%;
}

.spacer-custom-3 {
  padding-top: var(--_sizes---spacer--custom-3);
  width: 100%;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

.display-inline-block {
  display: inline-block;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

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

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

.ecommerce_component {
  background-color: var(--primary--white);
  min-height: auto;
  padding: 0;
}

.ecommerce_block-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.ecommerce_shipping-item {
  background-color: #0000;
  border: 1px #000;
}

.ecommerce_section {
  border: 1px solid var(--grey--100);
  border-radius: var(--_sizes---border-radius--medium);
  background-color: var(--primary--white);
  color: var(--primary--black);
  width: 100%;
  overflow: hidden;
}

.ecommerce_shipping {
  border: 1px #000;
}

.ecommerce_web-payments {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

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

.padding-section-xlarge {
  padding-top: var(--_sizes---section--xlarge);
}

.ecommerce_empty {
  background-color: var(
    --grey-600\<deleted\|variable-d623f426-927b-7b9e-7f61-1bd85fe0b2fe\>
  );
  color: var(--primary--white);
  text-align: left;
  border: 1px #000;
  border-top: 1px solid #636363;
  padding: 1.5rem;
  font-weight: 700;
}

.resources_link {
  color: #1e7bfa;
  text-decoration: underline;
}

.section_resources {
  min-height: 80vh;
}

.about-team_item-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

.search_item {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border-radius: var(--_sizes---border-radius--small);
  background-color: #f5f7f8;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.case-content_rich-text {
  line-height: 1.5;
}

.case-content_rich-text blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 4rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.case-content_rich-text h5 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.case-content_rich-text h1 {
  margin-bottom: 1.5rem;
  font-size: 4rem;
  font-weight: 500;
}

.case-content_rich-text h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.case-content_rich-text h4 {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 500;
}

.case-content_rich-text figure {
  margin-bottom: 3rem;
}

.case-content_rich-text p {
  margin-bottom: 2.5rem;
  line-height: 1.5;
}

.case-content_rich-text h2 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.case-content_rich-text h3 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
}

.case-content_rich-text img {
  border-radius: 1rem;
}

.apple-pay {
  border-radius: var(--_sizes---fixed--0-5rem);
}

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

.section_404 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 60vh;
  display: flex;
}

.home-services_item-old {
  z-index: 2;
  cursor: default;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.light-mode {
  --_theme---background: var(--primary--white);
  --_theme---text: var(--primary--black);
  --_theme---border: var(--grey--100);
}

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

.resources_font-2 {
  font-family: var(--_typography---font-family--primary);
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.link {
  font-weight: 600;
}

.nav_tooltip-arrow {
  width: 1.23rem;
  position: absolute;
  top: -0.6rem;
}

.nav_tooltip-arrow._2 {
  color: #131313;
  top: -0.8rem;
  left: 1rem;
}

.nav_tooltip-arrow.left {
  left: 0.5rem;
}

.nav_component {
  z-index: 1001;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: #252525;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.35rem 0.5rem 0.35rem 0.35rem;
  display: flex;
  position: relative;
}

.nav_button-icon {
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  display: flex;
}

.nav_button-icon.arrow {
  width: 5px;
  position: relative;
  bottom: -1px;
}

.nav_button-icon.play {
  width: 0.5rem;
}

.nav_tooltip-text {
  color: #ededed;
}

.nav_close {
  color: #818181;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.nav_close:hover {
  color: #bebebe;
}

.nav_actions {
  grid-column-gap: 0.35rem;
  grid-row-gap: 0.35rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_close-icon {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
}

.nav_page-button {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #ccc;
  white-space: nowrap;
  border-bottom: 1px solid #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 0.75rem 2rem 0.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_page-button.head {
  background-color: #181818;
  border-right: 1px solid #000;
}

.nav_page-button.head.no-right-border {
  border-right-color: #0000;
}

.nav_page-button.subpage {
  background-color: #2b2b2b;
  border-right: 1px solid #000;
  padding-left: 2rem;
}

.nav_page-button.subpage:hover {
  color: #e6e6e6;
  background-color: #474747;
}

.nav_page-button.subpage.no-border-right {
  border-right-color: #0000;
}

.nav_page-button.subpage.no-border-bottom {
  border-bottom-color: #0000;
}

.nav_dropdown {
  z-index: 1;
}

.nav_tooltip-wrap {
  z-index: 3;
  pointer-events: none;
  display: none;
  position: absolute;
  top: calc(100% + 0.75rem);
  bottom: auto;
  right: auto;
}

.nav_tooltip-wrap.left {
  left: 0;
}

.nav_main-links {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  display: flex;
}

.nav_figma {
  width: 0.5rem;
}

.nav_pages-group {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav_pages-groups {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #181818;
  border-radius: 0.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: clip;
}

.nav_button-divider {
  background-color: #131313;
  width: 1px;
}

.nav_dropdown-content {
  background-color: #0000;
  display: none;
  position: absolute;
  top: 3rem;
  left: 0;
}

.nav_tooltip {
  color: #383838;
  white-space: nowrap;
  background-color: #383838;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 0 1px #000c, inset 0 0.5px #fff3;
}

.nav_logo {
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  display: flex;
}

.nav_pages-buttons {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav_page-icon {
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  min-width: 0.7rem;
  display: flex;
}

.nav_page-icon.folder {
  width: 1rem;
  min-width: 1rem;
}

.nav_button {
  grid-column-gap: 0.35rem;
  grid-row-gap: 0.35rem;
  color: #ededed;
  cursor: pointer;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  padding: 0.35rem 0.6rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_button:hover {
  background-color: #3b3b3b;
}

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

.nav_button.secondary {
  color: #a6a6a6;
}

.nav_button.secondary:hover {
  color: #c4c4c4;
}

.nav_button.figma {
  color: #adadad;
}

.nav_button.figma:hover {
  color: #c4c4c4;
}

.nav_button.pages {
  background-color: #424242;
}

.nav_button.pages:hover {
  background-color: #4c4b4b;
}

.nav_button.buy {
  background-color: #3d3d3d;
  box-shadow: inset 0 0.5px #ffffff1f, 0 1px 1px #0003;
}

.nav_button.buy:hover {
  background-color: #4c4b4b;
}

.odalasld {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: var(--primary--white);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom-color: #000;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  transition: color 0.35s;
  display: flex;
  position: relative;
  bottom: -2px;
  overflow: hidden;
}

.icon-height-large {
  height: var(--_sizes---fixed--2rem);
  position: relative;
  top: -4px;
}

.icon-height-small {
  height: 1.25rem;
}

.icon-height-medium {
  height: var(--_sizes---fixed--1-5rem);
  max-width: none;
  display: inline;
}

.text-style-p-custom {
  font-size: var(--_sizes---fixed--0-875rem);
  line-height: 1.6;
  font-weight: var(--_typography---font-weight--medium);
  text-transform: uppercase;
}

.padding-section-xxlarge {
  padding-top: var(--_sizes---section--xxlarge);
}

.circ-block_image {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.about-header_img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.padding-section-xsmall {
  padding-top: var(--_sizes---section--xsmall);
}

.dine-offer_image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-height-xlarge {
  height: var(--_sizes---fixed--6rem);
}

.text-weight-black {
  font-weight: var(--_typography---font-weight--black);
}

.text-weight-xlight {
  font-weight: var(--_typography---font-weight--extra-light);
}

.text-weight-thin {
  font-weight: var(--_typography---font-weight--thin);
}

.text-size-regular {
  font-size: var(--_sizes---fixed--1rem);
}

.text-size-tiny {
  font-size: var(--_sizes---fixed--0-75rem);
}

.resources_licenses-links {
  grid-column-gap: var(--_sizes---fixed--1rem);
  grid-row-gap: var(--_sizes---fixed--1rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resources_video {
  width: calc(100% + 4px);
  margin: -1px -2px;
}

.resources_video-wrap {
  border-radius: 0.5rem;
  overflow: clip;
}

.home-header_content {
  top: var(--_sizes---fixed--4rem);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40vh;
  display: flex;
  position: sticky;
}

.home-header_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  z-index: 101;
  padding-top: var(--_sizes---fixed--1-125rem);
  padding-bottom: var(--_sizes---fixed--1-125rem);
  border-bottom: 1px solid var(--_theme---border);
  background-color: var(--_theme---background);
  position: relative;
}

.navbar_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_logo-wrap {
  z-index: 101;
  position: relative;
}

.navbar_logo {
  width: 8.125rem;
}

.navbar_logo.white:where(.w-variant-0f659273-4779-f4e7-b331-8cf035a0bd50),
.navbar_logo.black {
  display: none;
}

.navbar_logo.black:where(.w-variant-0f659273-4779-f4e7-b331-8cf035a0bd50) {
  display: block;
}

.navbar_link {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #fff;
  font-size: var(--_sizes---fixed--1rem);
  border-bottom-color: #000;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0.25rem;
  line-height: 1;
  transition: color 0.35s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.navbar_link-text {
  color: var(--_theme---text);
}

.navbar_link-line {
  background-color: var(--_theme---text);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 1px;
  right: 100%;
}

.navbar_link-wrap {
  flex-flow: wrap;
  display: flex;
  position: relative;
  bottom: -2px;
}

.navbar_comma {
  font-size: var(--_sizes---fixed--0-875rem);
  line-height: 1.2;
  font-weight: var(--_typography---font-weight--semibold);
  display: inline;
}

.navbar_links-wrap {
  grid-column-gap: var(--_sizes---fixed--0-5rem);
  grid-row-gap: var(--_sizes---fixed--0-5rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.button {
  z-index: 2;
  padding: var(--_sizes---fixed--1rem) var(--_sizes---fixed--1-75rem);
  border-radius: var(--_sizes---fixed--1rem);
  color: #fff;
  font-size: var(--_sizes---fixed--1rem);
  line-height: 1.5;
  font-weight: var(--_typography---font-weight--regular);
  text-align: center;
  background-color: #242424;
  background-image: linear-gradient(#242424, #131313);
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  transition: border 0.2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 33px #00000040, inset 0 1px #ffffff1f;
}

.button:where(.w-variant-b5a2c609-5ec0-f267-29a6-b52414de0578) {
  border: 1px solid var(--white--30);
  background-color: #0000;
  background-image: none;
}

.button:where(.w-variant-51bcd7b9-3670-a442-d9c6-b5d32e624092) {
  padding: var(--_sizes---fixed--0-75rem) var(--_sizes---fixed--1-25rem);
  font-size: var(--_sizes---fixed--0-875rem);
  border-style: none;
}

.button:where(.w-variant-19eca6c6-3c04-7313-e7c9-b8bf24d2b7ca) {
  background-color: var(--primary--blue);
  color: var(--primary--black);
  background-image: none;
}

.button:hover {
  background-image: linear-gradient(#333, #141414);
}

.button:hover:where(.w-variant-b5a2c609-5ec0-f267-29a6-b52414de0578) {
  border-color: var(--white--50);
  box-shadow: none;
  background-image: linear-gradient(#0000, #0000);
}

.button:hover:where(.w-variant-19eca6c6-3c04-7313-e7c9-b8bf24d2b7ca) {
  background-color: #91d3e7;
  background-image: linear-gradient(#0000, #0000);
}

.button.is-small {
  padding: var(--_sizes---fixed--0-75rem) var(--_sizes---fixed--1-25rem);
  border-radius: var(--_sizes---fixed--0-875rem);
  font-size: var(--_sizes---fixed--0-875rem);
}

.button.is-small.is-line-white.text-weight-normal {
  font-weight: var(--_typography---font-weight--regular);
}

.button.is-line-white {
  border: 1px solid var(--white--30);
  box-shadow: none;
  font-weight: var(--_typography---font-weight--medium);
  background-color: #0000;
  background-image: none;
  transition: border 0.2s;
}

.button.is-line-white:hover {
  border-color: var(--white--50);
}

.button.is-mint {
  background-color: var(--primary--mint);
  box-shadow: none;
  color: var(--primary--black);
  background-image: none;
}

.button.no-shadow {
  box-shadow: none;
}

.home-header_story {
  aspect-ratio: 2 / 3.4;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-header_story._2 {
  z-index: 4;
}

.home-header_story._3 {
  z-index: 2;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-header_story._1 {
  z-index: 3;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-header_story:hover {
  z-index: 5;
  transition: all 0.3s ease;
}

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

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

.story_image._2 {
  z-index: 3;
  position: absolute;
  inset: 0% auto auto 0%;
}

.story_progress {
  z-index: 4;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
  position: absolute;
  top: 1.5%;
  bottom: auto;
}

.story_bar {
  background-color: #ffffff45;
  border-radius: 10px;
  width: 100%;
  height: 2px;
}

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

.story_top {
  z-index: 4;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
  position: absolute;
  top: 4%;
}

.home-header_pic {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 3.5vh;
}

.home-header_author {
  grid-column-gap: 0.75vh;
  grid-row-gap: 0.75vh;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.story_author-v3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-header_profile-name {
  font-size: 1.35vh;
  font-weight: var(--_typography---font-weight--medium);
}

.home-header_options {
  width: 5vh;
  position: relative;
  top: -0.25rem;
}

.home-header_actions {
  z-index: 4;
  width: 90%;
  position: absolute;
  top: auto;
  bottom: 3%;
}

.home-header_stories-sticky {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-header_stories {
  aspect-ratio: 2 / 3.4;
  pointer-events: auto;
  height: 65vh;
  max-height: 49.875rem;
  position: relative;
}

.home-header_stories-wrap {
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 250vh;
  margin-top: -45vh;
  display: flex;
}

.home-intro_pic-1 {
  aspect-ratio: 3 / 2;
  border-radius: var(--_sizes---border-radius--xsmall);
  object-fit: cover;
  width: 34%;
  max-width: 27rem;
  position: absolute;
  inset: -10rem auto auto -22.2rem;
}

.intro_heading-wrap {
  max-width: 55rem;
}

.home-intro_component {
  flex-flow: column;
  display: flex;
  position: relative;
}

.home-intro_component.display-flex {
  flex-flow: row;
}

.home-intro_component.display-block {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.section_home-intro {
  background-color: var(--primary--white);
  overflow: clip;
}

.pill {
  z-index: 5;
  padding: var(--_sizes---fixed--0-25rem) var(--_sizes---fixed--1rem);
  color: var(--primary--black);
  font-size: var(--_sizes---fixed--0-875rem);
  background-color: #d8c9f6;
  border-radius: 3rem;
}

.pill.is-pink {
  background-color: var(--primary--pink);
}

.pill.is-mint {
  background-color: var(--primary--mint);
}

.pill.is-large {
  padding: var(--_sizes---fixed--0-5rem) var(--_sizes---fixed--1-25rem);
  font-size: var(--_sizes---fixed--1rem);
}

.pill.is-grey {
  color: var(--white--50);
  background-color: #1d1d1d;
}

.pill.is-blue {
  background-color: var(--primary--blue);
}

.home-intro_pic-2 {
  z-index: 3;
  border-radius: var(--_sizes---border-radius--xsmall);
  width: 18%;
  max-width: 14.5rem;
  position: absolute;
  inset: auto -11.9rem -12rem auto;
}

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

.text-dot {
  background-color: #000;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  inset: 0.25rem auto auto -1.25rem;
}

.about-intro_text-wrap-v3 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 24rem;
  margin-left: auto;
  margin-right: 15%;
  display: flex;
  position: relative;
}

.home-header_heading {
  position: relative;
}

.home-header_pill-2 {
  position: absolute;
  top: 2.9rem;
  bottom: auto;
  right: 7.6rem;
}

.home-intro_pill {
  z-index: 5;
  position: absolute;
  top: 2.5rem;
  left: 33%;
}

.story_bar-line {
  background-color: var(--primary--white);
  width: 100%;
  height: 100%;
}

.story_bar-line._1,
.story_bar-line._2 {
  width: 0%;
}

.work-list_row {
  grid-column-gap: 2rem;
  grid-row-gap: var(--_sizes---fixed--2rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: grid;
}

.work-list_row.invert {
  grid-column-gap: var(--_sizes---fixed--2rem);
  grid-row-gap: var(--_sizes---fixed--2rem);
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.work-list_row.display-flex {
  display: flex;
}

.work-list_block {
  grid-column-gap: var(--_sizes---fixed--1-5rem);
  grid-row-gap: var(--_sizes---fixed--1-5rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.work-list_image-wrap {
  aspect-ratio: 3 / 2;
  border-radius: var(--_sizes---border-radius--xhuge);
  width: 100%;
  position: relative;
  overflow: clip;
}

.work-list_image-wrap.square {
  aspect-ratio: 1;
}

.work-list_image-wrap.portrait {
  aspect-ratio: 2 / 3;
}

.work-list_image-wrap.wide {
  aspect-ratio: 16 / 9;
}

.work-list_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.work-list_content {
  grid-column-gap: var(--_sizes---fixed--1-25rem);
  grid-row-gap: var(--_sizes---fixed--1-25rem);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.work-list_infos {
  grid-column-gap: var(--_sizes---fixed--0-25rem);
  grid-row-gap: var(--_sizes---fixed--0-25rem);
  flex-flow: column;
  flex: 1;
  display: flex;
}

.work-list_hover-wrap {
  z-index: 99;
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.work-list_hover-emoji {
  width: var(--_sizes---fixed--2-5rem);
  margin-top: var(--_sizes---fixed--1rem);
  margin-left: var(--_sizes---fixed--1rem);
}

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

.work-list_rows {
  grid-column-gap: var(--_sizes---fixed--4rem);
  grid-row-gap: var(--_sizes---fixed--4rem);
  flex-flow: column;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.brands_wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
}

.brands_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-auto-flow: column;
  display: flex;
}

.brands_item {
  margin-left: var(--_sizes---fixed--1-125rem);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 30px;
  background-color: var(--grey--700);
  justify-content: center;
  align-items: center;
  width: 18rem;
  display: flex;
}

.brands_logo {
  height: 3rem;
  width: 150px;
  opacity: 1;
}

.brands_component {
  grid-column-gap: var(--_sizes---fixed--0-5rem);
  grid-row-gap: var(--_sizes---fixed--0-5rem);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-underline_line {
  background-color: var(--primary--black);
  height: 1px;
  position: absolute;
  inset: auto 0% 1px;
}

.button-underline_line:where(.w-variant-b62d65bf-9c84-0876-ef30-d4f549d4e675) {
  background-color: var(--primary--white);
}

.home-work_button-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button_icon-wrapper {
  flex: none;
}

.button_text {
  color: #000;
  line-height: 1;
}

.button_text._2 {
  color: #fff;
}

.button_icon {
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.button-underline {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  font-size: var(--_sizes---fixed--1-25rem);
  letter-spacing: -0.01em;
  border-bottom-color: #000;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0.5rem;
  line-height: 1.3;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-underline:where(.w-variant-b62d65bf-9c84-0876-ef30-d4f549d4e675) {
  color: var(--primary--white);
}

.home-intro_number {
  font-size: var(--_sizes---fixed--0-75rem);
  line-height: 1;
  font-weight: var(--_typography---font-weight--medium);
  margin-bottom: -1px;
  position: absolute;
}

.home-intro_number-wrap {
  width: var(--_sizes---fixed--1-25rem);
  height: var(--_sizes---fixed--1-25rem);
  background-color: var(--primary--pink);
  color: var(--primary--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-intro_number-wrap.is-green {
  background-color: var(--primary--mint);
}

.text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 25rem;
  display: flex;
  position: relative;
}

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

.home-about_component {
  grid-column-gap: var(--_sizes---fixed--3rem);
  grid-row-gap: var(--_sizes---fixed--3rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.home-about_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.list_item {
  background-image: url("../images/item-check.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-left: 2.5rem;
  list-style-type: none;
}

.story_component {
  aspect-ratio: 1;
  border-radius: var(--_sizes---border-radius--huge);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.story_author-name {
  font-size: var(--_sizes---fixed--1rem);
  font-weight: var(--_typography---font-weight--medium);
}

.story_author {
  width: var(--_sizes---fixed--2-25rem);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

.story_options {
  width: var(--_sizes---fixed--3-5rem);
  position: relative;
  top: -0.25rem;
}

.footer {
  padding-bottom: var(--_sizes---fixed--1rem);
  border-top: 1px solid var(--grey--500);
  background-color: var(--primary--black);
  overflow: clip;
}

.footer_brand {
  padding-top: var(--_sizes---fixed--4rem);
  padding-bottom: var(--_sizes---fixed--4rem);
  grid-column-gap: var(--_sizes---fixed--2rem);
  grid-row-gap: var(--_sizes---fixed--2rem);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_logo {
  width: var(--_sizes---fixed--12rem);
}

.footer_brand-desc {
  font-size: var(--_sizes---fixed--1-25rem);
}

.footer_divider {
  background-color: var(--grey--500);
  width: 100%;
  height: 1px;
}

.footer_main {
  grid-column-gap: var(--_sizes---fixed--1rem);
  grid-row-gap: var(--_sizes---fixed--1rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_links-groups {
  grid-column-gap: var(--_sizes---fixed--4rem);
  grid-row-gap: var(--_sizes---fixed--4rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_group {
  grid-column-gap: var(--_sizes---fixed--1rem);
  grid-row-gap: var(--_sizes---fixed--1rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_links-list {
  grid-column-gap: var(--_sizes---fixed--0-25rem);
  grid-row-gap: var(--_sizes---fixed--0-25rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  color: var(--white--70);
}

.footer_link:hover {
  color: var(--white--80);
}

.footer_lists {
  grid-column-gap: var(--_sizes---fixed--4rem);
  grid-row-gap: var(--_sizes---fixed--4rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_actions {
  grid-column-gap: var(--_sizes---fixed--3rem);
  grid-row-gap: var(--_sizes---fixed--3rem);
  flex-flow: column;
  display: flex;
}

.footer_social {
  grid-column-gap: var(--_sizes---fixed--2rem);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_social-media-wrap {
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
  display: flex;
}

.footer_social-media-wrap:hover {
  opacity: 0.6;
}

.footer_social-media {
  width: 1.5rem;
}

.footer_field-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.footer_field {
  height: var(--_sizes---fixed--4-5rem);
  padding-right: var(--_sizes---fixed--12rem);
  padding-left: var(--_sizes---fixed--1-25rem);
  border: 1px solid var(--grey--500);
  border-radius: var(--_sizes---fixed--1-125rem);
  color: var(--primary--white);
  background-color: #0000;
  margin-bottom: 0;
}

.footer_field:focus {
  border-color: var(--white--40);
}

.footer_form-button-wrap {
  right: var(--_sizes---fixed--0-5rem);
  position: absolute;
}

.footer_legal-link {
  color: #ffffff59;
  transition: color 0.2s;
}

.footer_legal-link:hover {
  color: #fff9;
}

.footer_legal-divider {
  background-color: #3b3b3c;
  width: 1px;
  height: 1.25rem;
}

.footer_template-links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer_copyright {
  color: #fff6;
  font-size: 0.75rem;
}

.footer_template-link {
  color: #ffffff59;
  font-size: 0.75rem;
  transition: background-color 0.2s;
}

.footer_template-link:hover {
  color: #fff9;
}

.footer_legal-links {
  grid-column-gap: var(--_sizes---fixed--1rem);
  grid-row-gap: var(--_sizes---fixed--1rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.home-header_pill-1 {
  position: absolute;
  inset: 82% auto auto 24%;
}

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

.home-header_sticky {
  padding-bottom: var(--_sizes---fixed--4rem);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section_home-header-2 {
  overflow: clip;
}

.home-header_image {
  z-index: 9;
  aspect-ratio: 1;
  opacity: 1;
  pointer-events: none;
  object-fit: cover;
  border-radius: 4vh;
  max-width: none;
  height: 20vh;
  display: none;
  position: absolute;
}

.home-header_image._3 {
  z-index: 7;
}

.home-header_image._1 {
  height: 21vh;
}

.home-header_image._5 {
  z-index: 5;
}

.home-header_image._2 {
  z-index: 8;
}

.home-header_image._4 {
  z-index: 6;
}

.home-header_wrapper {
  height: 212.5rem;
}

.home-header_content-v2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50rem;
  display: flex;
}

.section_home-about-v2 {
  background-color: var(--primary--white);
}

.home-about_component-v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: clip;
}

.home-about_video-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  border-radius: var(--_sizes---border-radius--ultra);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: relative;
  overflow: clip;
}

.home-about_video {
  z-index: 4;
  width: 100%;
  height: 100%;
}

.home-about_content-wrap {
  padding: var(--_sizes---fixed--5rem);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-about_content-v2 {
  flex-flow: column;
  max-width: 34.875rem;
  display: flex;
  position: relative;
}

.about-intro_pill {
  z-index: 5;
  position: absolute;
  top: 6.1rem;
  left: 48%;
}

.home-about_tags-wrap {
  z-index: 5;
  padding: var(--_sizes---fixed--3rem);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-about_tags {
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.home-about_tag {
  padding: var(--_sizes---fixed--1rem) var(--_sizes---fixed--2rem);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  color: var(--primary--white);
  font-size: var(--_sizes---fixed--1-125rem);
  background-color: #21284266;
  border-radius: 9rem;
}

.section_work-list-v2 {
  background-color: var(--primary--white);
}

.work-list_component-v2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-list_block-v2 {
  grid-column-gap: var(--_sizes---fixed--2-25rem);
  grid-row-gap: var(--_sizes---fixed--2-25rem);
  perspective: 1200px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.work-list_list-v2 {
  grid-column-gap: var(--_sizes---fixed--7rem);
  grid-row-gap: var(--_sizes---fixed--7rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.work-list_infos-v2 {
  grid-column-gap: var(--_sizes---fixed--0-25rem);
  grid-row-gap: var(--_sizes---fixed--0-25rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-grey-300 {
  color: var(--grey--300);
}

.work-list_emoji {
  z-index: 5;
  width: var(--_sizes---fixed--4rem);
  transform-style: preserve-3d;
  position: absolute;
  top: -2rem;
  left: 2rem;
  transform: translate3d(0, 0, 10px);
}

.about-video_play {
  z-index: 5;
  width: var(--_sizes---fixed--6rem);
  height: var(--_sizes---fixed--6rem);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform-style: preserve-3d;
  background-color: var(--color--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, 100px);
}

.work-list_image-main {
  z-index: 2;
  aspect-ratio: 16 / 9;
  border-radius: var(--_sizes---border-radius--xxhuge);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-list_img-second {
  object-fit: cover;
  width: 130%;
  max-width: none;
  height: 130%;
  position: absolute;
}

.work-list_img-main {
  object-fit: cover;
  width: 115%;
  max-width: none;
  height: 120%;
  position: absolute;
}

.about-video_play-icon {
  width: var(--_sizes---fixed--1-125rem);
}

.work-list_image-second {
  z-index: 4;
  aspect-ratio: 3 / 2;
  border-radius: var(--_sizes---border-radius--huge);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 24%;
  display: flex;
  position: absolute;
  top: 20%;
  right: -8%;
  overflow: hidden;
  transform: translate3d(0, 0, 100px);
}

.work-list_images-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home-clients_logo {
  object-fit: scale-down;
  height: 4rem;
}

.home-clients_list {
  grid-column-gap: var(--_sizes---fixed--1rem);
  grid-row-gap: var(--_sizes---fixed--1rem);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-clients_block {
  width: 100%;
  position: relative;
}

.home-clients_layer {
  aspect-ratio: 1;
  border: 1px solid var(--grey--500);
  border-radius: var(--_sizes---border-radius--medium);
  background-color: var(--primary--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-clients_layer.front {
  z-index: 1;
  transform-style: preserve-3d;
  position: relative;
  transform: translate3d(0, 0, 1px);
}

.home-clients_layer.back {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotateX(0) rotateY(180deg) rotateZ(0);
}

.home-clients_button {
  background-color: var(--grey--500);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: transform 0.2s;
  display: flex;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.home-clients_button:hover {
  transform: scale(1.1);
}

.home-clients_item {
  perspective: 2000px;
}

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

.home-team_component {
  grid-column-gap: var(--_sizes---fixed--4-5rem);
  grid-row-gap: var(--_sizes---fixed--4-5rem);
  grid-template-rows: auto;
  grid-template-columns: 0.75fr minmax(200px, 25rem) 0.75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.home-team_stories {
  aspect-ratio: 2 / 3;
  border-radius: var(--_sizes---border-radius--huge);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-header_component-v3 {
  grid-column-gap: var(--_sizes---fixed--3rem);
  grid-row-gap: var(--_sizes---fixed--3rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.home-header_text-wrap {
  max-width: 26rem;
}

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

.home-header_buttons {
  grid-column-gap: var(--_sizes---fixed--1rem);
  grid-row-gap: var(--_sizes---fixed--1rem);
  flex-flow: wrap;
  display: flex;
}

.home-header_images-wrap {
  perspective: 1000px;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 22.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  transform: rotateX(0) rotateY(0.1deg) rotateZ(0);
}

.home-header_image-1 {
  aspect-ratio: 2 / 3.4;
  border-radius: var(--_sizes---fixed--1-5rem);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: clip;
  transform: rotate(-5deg) translate3d(-35%, 2%, -100px);
}

.home-header_image-2 {
  aspect-ratio: 2 / 3.4;
  border-radius: var(--_sizes---fixed--1-5rem);
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
  transform: translate3d(0, 0, 1px);
}

.home-header_image-3 {
  aspect-ratio: 2 / 3.4;
  border-radius: var(--_sizes---fixed--1-5rem);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: clip;
  transform: rotate(7deg) translate3d(32%, 10%, -100px);
}

.story_author-pic {
  width: var(--_sizes---fixed--2-5rem);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

.story_author-name-v3 {
  font-size: var(--_sizes---fixed--1rem);
  font-weight: var(--_typography---font-weight--medium);
}

.story_options-v3 {
  width: var(--_sizes---fixed--2-75rem);
  position: relative;
  top: -0.25rem;
}

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

.home-services_component {
  grid-column-gap: var(--_sizes---fixed--2rem);
  grid-row-gap: var(--_sizes---fixed--2rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.home-services_content {
  max-width: 39rem;
  position: relative;
}

.home-services_text-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  display: flex;
  position: relative;
}

.home-intro_graphic-wrapper {
  padding: var(--_sizes---fixed--5rem);
  aspect-ratio: 1;
  border-radius: var(--_sizes---border-radius--xhuge);
  background-color: var(
    --primary--purple-light\<rewritten\|variable-13f6cd3d-ef8f-c77b-729e-737ab34c4503\>
  );
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-intro_graphic-height {
  border-radius: var(--_sizes---fixed--1-125rem);
  background-color: #e9e3f1;
  border-right: 1px dashed #c3bcdb;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-intro_graphic-height._1 {
  height: 20%;
}

.home-intro_graphic-height._3 {
  height: 60%;
}

.home-intro_graphic-height._5 {
  border-right-style: none;
  height: 100%;
}

.home-intro_graphic-height._4 {
  height: 75%;
}

.home-intro_graphic-height._2 {
  height: 30%;
}

.opacity-75 {
  opacity: 0.75;
}

.home-intro_graphic-info-text {
  border-radius: var(--_sizes---fixed--1rem);
  background-color: var(--primary--mint);
  font-size: var(--_sizes---fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
  padding: 0.25rem 0.5rem;
  position: absolute;
  bottom: 1.5rem;
}

.home-intro_graphic-info-text.pink {
  background-color: var(--primary--pink);
}

.home-intro_graphic-column {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.home-intro_graphic {
  width: 100%;
  height: 24rem;
  display: flex;
}

.home-intro_graphic-info {
  background-color: #c4bed1;
  border-radius: 2rem;
  width: 70%;
  height: 4px;
  position: absolute;
  top: 0.5rem;
  bottom: auto;
}

.home-intro_graphic-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--primary--black);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.home-services_head-wrap {
  position: relative;
}

.home-services_pill {
  position: absolute;
  inset: 39% auto auto 70%;
}

.work-list-service_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.work-list_image-wrap-v3 {
  aspect-ratio: 1;
  border-radius: var(--_sizes---border-radius--huge);
  object-fit: cover;
  width: 100%;
  position: relative;
  overflow: clip;
}

.work-list_block-v3 {
  grid-column-gap: var(--_sizes---fixed--1-25rem);
  grid-row-gap: var(--_sizes---fixed--1-25rem);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.work-list_infos-v3 {
  padding: var(--_sizes---fixed--1-5rem) var(--_sizes---fixed--2rem);
  grid-column-gap: var(--_sizes---fixed--3-5rem);
  grid-row-gap: var(--_sizes---fixed--3-5rem);
  border-radius: var(--_sizes---border-radius--huge);
  background-color: #5a392b;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_work-list-service {
  background-color: var(--primary--white);
}

.work-list_heading {
  font-size: var(--_sizes---fixed--1-25rem);
  letter-spacing: -0.01em;
}

.work-list_image-v3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hover_wrap {
  z-index: 99;
  padding-top: var(--_sizes---fixed--0-5rem);
  padding-left: var(--_sizes---fixed--0-5rem);
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.hover_pill {
  padding: var(--_sizes---fixed--0-75rem) var(--_sizes---fixed--1rem);
  border-radius: var(--_sizes---fixed--4rem);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--primary--white);
  font-size: var(--_sizes---fixed--0-75rem);
  font-weight: var(--_typography---font-weight--medium);
  background-color: #0a0a0a4d;
}

.work-list_about {
  font-size: var(--_sizes---fixed--0-875rem);
}

.home-partner_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brands_item-v3 {
  margin-left: var(--_sizes---fixed--1-125rem);
  padding-top: var(--_sizes---fixed--2rem);
  padding-bottom: var(--_sizes---fixed--2rem);
  justify-content: center;
  align-items: center;
  width: 16rem;
  display: flex;
}

.brands_logo-v3 {
  height: var(--_sizes---fixed--4-5rem);
  opacity: 1;
}

.home-data_block {
  grid-column-gap: var(--_sizes---fixed--1-75rem);
  grid-row-gap: var(--_sizes---fixed--1-75rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: clip;
}

.animate-from-top-to-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-data_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 49.2733%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.home-data_grid {
  grid-column-gap: var(--_sizes---fixed--2rem);
  grid-row-gap: var(--_sizes---fixed--3-5rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.home-data_line {
  opacity: 0.2;
  background-color: #121212;
  flex: none;
  width: 100%;
  height: 1px;
  padding: 0;
}

.home-data_stories {
  grid-column-gap: var(--_sizes---fixed--4rem);
  grid-row-gap: var(--_sizes---fixed--4rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-data_texts {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-data_text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section_about-header {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.about-header_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-header_heading {
  position: relative;
}

.about-header_label-img {
  width: var(--_sizes---fixed--2-75rem);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

.about-header_label {
  grid-column-gap: var(--_sizes---fixed--0-75rem);
  grid-row-gap: var(--_sizes---fixed--0-75rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-header_label-1 {
  position: absolute;
  top: 10rem;
  right: 0%;
}

.about-header_label-2 {
  position: absolute;
  top: -2.7rem;
  left: 5%;
}

.about-header_label-3 {
  position: absolute;
  bottom: -8rem;
  left: 25%;
}

.about-header_label-4 {
  position: absolute;
  top: -7.5625rem;
  right: 12%;
}

.section_about-video {
  padding: 1rem;
}

.about-video_component {
  border-radius: var(--_sizes---border-radius--ultra);
  flex-flow: column;
  width: 100%;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.about-video_video {
  z-index: 5;
  flex: 1;
  width: 100%;
}

.about-video_content {
  z-index: 5;
  padding: var(--_sizes---fixed--5rem) var(--_sizes---fixed--2rem)
    var(--_sizes---fixed--2rem) var(--_sizes---fixed--5rem);
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-video_message {
  padding: var(--_sizes---fixed--2rem) var(--_sizes---fixed--1-5rem);
  grid-column-gap: var(--_sizes---fixed--1-125rem);
  grid-row-gap: var(--_sizes---fixed--1-125rem);
  border-radius: var(--_sizes---border-radius--medium);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #0000004d;
  flex-flow: row;
  max-width: 30rem;
  display: flex;
}

.about-video_message.head {
  padding-top: var(--_sizes---fixed--1-5rem);
  padding-bottom: var(--_sizes---fixed--1-25rem);
}

.about-video_messages {
  grid-column-gap: var(--_sizes---fixed--1rem);
  grid-row-gap: var(--_sizes---fixed--1rem);
  flex-flow: column;
  display: flex;
}

.about-video_title {
  color: var(--white--80);
  font-size: var(--_sizes---fixed--1-125rem);
  display: inline;
}

.about-video_message-wrap {
  grid-column-gap: var(--_sizes---fixed--0-25rem);
  grid-row-gap: var(--_sizes---fixed--0-25rem);
  justify-content: flex-start;
  align-items: center;
}

.about-intro_team {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-intro_component {
  flex-flow: column;
  display: flex;
}

.about-intro_text-wrap {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  flex-flow: column;
  padding-right: 2.5rem;
  display: flex;
}

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

.about-intro_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-intro_head-wrap {
  max-width: 45rem;
}

.about-video_members {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-video_member {
  width: var(--_sizes---fixed--2-5rem);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  margin-left: -0.5rem;
}

.about-good_intro-text {
  max-width: 51.875rem;
  margin-left: auto;
  margin-right: auto;
}

.about-good_content {
  grid-row-gap: var(--_sizes---fixed--6rem);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.about-good_sticky {
  padding-top: var(--_sizes---fixed--3rem);
  padding-bottom: var(--_sizes---fixed--3rem);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.about-good_note {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.about-good_heading {
  max-width: 30rem;
  position: relative;
}

.about-good_images {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.about-good_wrapper {
  flex-direction: column;
  align-items: center;
  height: 400vh;
  display: flex;
}

.about-good_image {
  border-radius: var(--_sizes---border-radius--xsmall);
  position: sticky;
}

.about-good_image._2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 35vw;
  max-width: 30rem;
  margin-top: 35vh;
}

.about-good_image._1 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  width: 21vw;
  max-width: 19.375rem;
  height: 100%;
  margin-top: 0;
}

.about-good_image._3 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 15vw;
  max-width: 15.625rem;
  margin-top: 10vh;
}

.about-good_image-wrap {
  flex-direction: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.about-good_image-wrap._3 {
  margin-left: auto;
  margin-right: 7vw;
}

.about-good_image-wrap._1 {
  margin-left: 5vw;
  margin-right: auto;
}

.about-good_image-wrap._2 {
  margin-left: auto;
  margin-right: auto;
}

.about-good_pill {
  position: absolute;
  inset: 34% auto auto 49%;
}

.about-good_component {
  width: 100%;
  max-width: 110rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.team_head {
  position: relative;
}

.team_heading-pill {
  position: absolute;
  top: 68%;
  bottom: auto;
  right: 1rem;
}

.team_list {
  grid-column-gap: var(--_sizes---fixed--2-25rem);
  grid-row-gap: var(--_sizes---fixed--2-25rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team_block {
  grid-column-gap: var(--_sizes---fixed--1-5rem);
  grid-row-gap: var(--_sizes---fixed--1-5rem);
  flex-flow: column;
  display: flex;
}

.team_image-wrap {
  aspect-ratio: 2 / 2.6;
  border-radius: var(--_sizes---border-radius--large);
  width: 100%;
  position: relative;
  overflow: clip;
}

.team_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.team_info {
  grid-column-gap: var(--_sizes---fixed--0-25rem);
  grid-row-gap: var(--_sizes---fixed--0-25rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-header_component-v2 {
  position: relative;
}

.about-header_image {
  width: var(--_sizes---fixed--7rem);
  aspect-ratio: 1;
  border-radius: 50%;
  max-width: none;
  position: relative;
  overflow: clip;
}

.about-header_image.large {
  width: var(--_sizes---fixed--9rem);
}

.about-header_image.small {
  width: var(--_sizes---fixed--3-5rem);
}

.about-header_image.medium {
  width: var(--_sizes---fixed--4-5rem);
}

.about-header_img-1 {
  position: absolute;
  bottom: -11.4rem;
  left: 9%;
  right: auto;
}

.about-header_img-5 {
  z-index: 5;
  position: absolute;
  inset: 6.2rem auto auto 37%;
}

.about-header_video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-header_img-3 {
  position: absolute;
  inset: -7.2rem auto auto 27%;
}

.about-header_img-4 {
  position: absolute;
  inset: -1.8rem auto auto 64%;
}

.about-header_img-2 {
  position: absolute;
  bottom: auto;
  left: 81%;
}

.about-values_item {
  padding: var(--_sizes---fixed--2-5rem);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_sizes---border-radius--large);
  background-color: var(--primary--mint);
  color: var(--primary--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: none;
  display: flex;
}

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

.about-values_item.blue {
  background-color: var(--primary--blue);
}

.about-values_items {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start stretch;
  width: 100%;
  max-width: 82rem;
  display: grid;
  position: relative;
}

.about-values_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section_about-values {
  z-index: 1;
  position: relative;
}

.about-values_head-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-values_item-label {
  padding: var(--_sizes---fixed--0-75rem) var(--_sizes---fixed--1rem);
  grid-column-gap: var(--_sizes---fixed--0-75rem);
  grid-row-gap: var(--_sizes---fixed--0-75rem);
  border-radius: var(--_sizes---fixed--2rem);
  border: 1px dashed #00000054;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-values_pill {
  position: absolute;
  bottom: -0.4rem;
  right: 23%;
}

.about-ready_component {
  padding-top: var(--_sizes---fixed--5rem);
  padding-right: var(--_sizes---fixed--10rem);
  padding-bottom: var(--_sizes---fixed--5rem);
  border-radius: var(--_sizes---fixed--2rem);
  background-color: #d8c9f6;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.about-ready_content {
  flex-direction: column;
  width: 44%;
  max-width: 30.75rem;
  display: flex;
}

.about-ready_messages {
  grid-column-gap: var(--_sizes---fixed--1rem);
  grid-row-gap: var(--_sizes---fixed--1rem);
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_about-header-v2 {
  overflow: clip;
}

.about-header_component-v3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section_about-header-v3 {
  position: relative;
}

.about-header_image-2 {
  border-radius: var(--_sizes---border-radius--medium);
  height: 18rem;
  position: absolute;
  bottom: -13.9rem;
  left: 0%;
}

.section_about-video-v3 {
  height: 100vh;
  padding: 1rem 1rem 8rem;
}

.about-header_image-1 {
  z-index: -1;
  border-radius: var(--_sizes---border-radius--medium);
  height: 6rem;
  position: absolute;
  top: -9.5rem;
  right: 9rem;
}

.about-header_head {
  max-width: 58rem;
}

.about-video_lightbox {
  border-radius: var(--_sizes---border-radius--ultra);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: clip;
}

.about-video_video-bg {
  width: 100%;
  height: 100%;
}

.about-data_numbers {
  grid-column-gap: var(--_sizes---fixed--3rem);
  grid-row-gap: var(--_sizes---fixed--3rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.data_item {
  grid-column-gap: var(--_sizes---fixed--0-25rem);
  grid-row-gap: var(--_sizes---fixed--0-25rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-data_component {
  flex-flow: column;
  display: flex;
}

.services-list_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.service_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--grey--500);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 2.5rem;
  padding-right: 1rem;
  display: flex;
}

.service_desc {
  max-width: 24.5rem;
}

.services-header_component {
  grid-column-gap: var(--_sizes---fixed--5rem);
  grid-row-gap: var(--_sizes---fixed--5rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_services-header {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 40rem;
  display: flex;
  position: relative;
}

.services-header_head-wrap {
  position: relative;
}

.services-header_pill {
  position: absolute;
  inset: 8.1rem auto auto 48%;
}

.services-header_images-wrap {
  border-radius: var(--_sizes---fixed--2-25rem);
  background-color: var(--grey--700);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  top: 1rem;
  bottom: 0%;
  left: 50%;
  overflow: clip;
}

.services-header_images {
  aspect-ratio: 1;
  border-radius: var(--_sizes---fixed--2rem);
  object-fit: cover;
  height: 50%;
  position: relative;
}

.services-header_img {
  border-radius: var(--_sizes---fixed--2rem);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.services-header_img._1 {
  z-index: 4;
  position: relative;
}

.services-header_img._2 {
  z-index: 3;
  position: absolute;
  inset: 0% auto auto 0%;
}

.services-header_img._3 {
  z-index: 2;
  position: absolute;
  inset: 0% auto auto 0%;
}

.services-intro_hover {
  width: var(--_sizes---fixed--7rem);
  pointer-events: none;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  display: none;
  position: absolute;
  inset: -4.9rem -3.7rem auto auto;
}

.services-intro_image {
  aspect-ratio: 1;
  border-radius: var(--_sizes---fixed--0-5rem);
  transform-origin: 0 100%;
  object-fit: cover;
  width: 100%;
}

.services-intro_image._3 {
  position: absolute;
  inset: auto auto 57% 69%;
}

.services-intro_image._2 {
  position: absolute;
  inset: auto auto 31% 31%;
}

.services-intro_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-intro_service {
  grid-column-gap: var(--_sizes---fixed--0-875rem);
  grid-row-gap: var(--_sizes---fixed--0-875rem);
  background-color: var(--grey--700);
  font-size: var(--_sizes---fixed--1-125rem);
  border-radius: 9rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.services-intro_services {
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.services-intro_head-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-intro_hover-wrap {
  max-width: 35rem;
}

.services-intro_hover-wrap.hover {
  text-underline-offset: var(--_sizes---fixed--0-5rem);
  cursor: default;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  position: relative;
}

.section_services-word {
  padding: var(--_sizes---fixed--1rem);
  flex-flow: row;
  display: flex;
}

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

.services-word_wrapper {
  border-radius: var(--_sizes---fixed--1-25rem);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.services-word_img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.services-word_testimonial {
  padding: var(--_sizes---fixed--1-5rem);
  grid-column-gap: var(--_sizes---fixed--1-5rem);
  grid-row-gap: var(--_sizes---fixed--1-5rem);
  border-radius: var(--_sizes---border-radius--xxlarge);
  background-color: var(--white--10);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  flex-flow: column;
  display: flex;
  position: relative;
}

.services-word_title {
  font-size: var(--_sizes---fixed--1-125rem);
  font-weight: var(--_typography---font-weight--regular);
  letter-spacing: 0;
}

.services-word_texts {
  grid-column-gap: var(--_sizes---fixed--0-75rem);
  grid-row-gap: var(--_sizes---fixed--0-75rem);
  flex-flow: column;
  display: flex;
}

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

.services-word_author {
  grid-column-gap: var(--_sizes---fixed--1rem);
  grid-row-gap: var(--_sizes---fixed--1rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-word_pic-wrap {
  width: var(--_sizes---fixed--3rem);
  height: var(--_sizes---fixed--3rem);
  background-color: var(--primary--mint);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-word_pic-wrap.pink {
  background-color: var(--primary--pink);
}

.services-word_pic-wrap.purple {
  background-color: var(--primary--purple);
}

.services-word_pic-text {
  color: var(--primary--black);
  font-weight: var(--_typography---font-weight--medium);
}

.services-word_author-name {
  font-size: var(--_sizes---fixed--1rem);
}

.services-word_testimonials {
  grid-column-gap: var(--_sizes---fixed--1-125rem);
  grid-row-gap: var(--_sizes---fixed--1-125rem);
  flex-flow: column;
  display: flex;
}

.services-testimonial_head {
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}

.services-list_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.blog-list_list {
  grid-column-gap: var(--_sizes---fixed--2rem);
  grid-row-gap: var(--_sizes---fixed--3rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-header_content {
  grid-column-gap: var(--_sizes---fixed--0-5rem);
  grid-row-gap: var(--_sizes---fixed--0-5rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-list_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.blog-list_image-wrap {
  aspect-ratio: 16 / 9;
  border-radius: var(--_sizes---border-radius--small);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.blog-list_block {
  grid-column-gap: var(--_sizes---fixed--1-5rem);
  grid-row-gap: var(--_sizes---fixed--1-5rem);
  flex-flow: column;
  display: flex;
}

.blog-list_title {
  grid-column-gap: var(--_sizes---fixed--0-875rem);
  grid-row-gap: var(--_sizes---fixed--0-875rem);
  flex-flow: column;
  display: flex;
}

.blog-list_heading {
  font-size: var(--_sizes---spacer--medium);
  letter-spacing: -0.02em;
}

.blog-list_content {
  grid-column-gap: var(--_sizes---fixed--1-5rem);
  grid-row-gap: var(--_sizes---fixed--1-5rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-list_author {
  grid-column-gap: var(--_sizes---fixed--0-75rem);
  grid-row-gap: var(--_sizes---fixed--0-75rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-list_author-pic {
  width: var(--_sizes---fixed--2-5rem);
  height: var(--_sizes---fixed--2-5rem);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

.blog-list_texts {
  padding-right: var(--_sizes---fixed--2-75rem);
  grid-column-gap: var(--_sizes---fixed--1-5rem);
  grid-row-gap: var(--_sizes---fixed--1-5rem);
  flex-flow: column;
  display: flex;
}

.newsletter_form-block {
  width: 100%;
  margin-bottom: 0;
}

.careers-header_superscript {
  font-size: var(--_sizes---fixed--2rem);
  top: -30px;
}

.careers-pics_component {
  grid-column-gap: var(--_sizes---fixed--1rem);
  grid-row-gap: var(--_sizes---fixed--1rem);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.careers-pics_image {
  aspect-ratio: 1;
  border-radius: var(--_sizes---border-radius--xxlarge);
  object-fit: cover;
  width: 100%;
}

.careers-pics_video-wrap {
  aspect-ratio: 1;
  border-radius: var(--_sizes---border-radius--xxlarge);
  width: 100%;
  position: relative;
  overflow: clip;
}

.careers-pics_video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.careers-benefits_content {
  max-width: 35rem;
}

.careers-benefits_icon-wrap {
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.careers-benefits_spacing {
  width: 100%;
  height: 1.25rem;
}

.careers-benefits_icon-line {
  background-color: var(--primary--white);
  width: 100%;
  height: 1px;
  position: absolute;
}

.careers-benefits_icon-line.vertical {
  transform: rotate(90deg);
}

.careers-benefits_icon-lines {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.careers-benefits_item {
  padding: var(--_sizes---fixed--1-5rem);
  border: 1px solid var(--grey--500);
  border-radius: var(--_sizes---border-radius--huge);
  flex-direction: column;
  display: flex;
}

.section_careers-benefits {
  position: relative;
}

.careers-benefits_item-head {
  white-space: normal;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: opacity 0.2s;
  display: flex;
  position: relative;
}

.careers-benefits_title {
  color: var(--primary--mint);
  font-size: var(--_sizes---fixed--1-25rem);
}

.careers-benefits_items {
  grid-column-gap: var(--_sizes---fixed--1-5rem);
  grid-row-gap: var(--_sizes---fixed--1-5rem);
  flex-flow: column;
  display: flex;
}

.careers-benefits_title-wrap {
  width: 91%;
  max-width: 28.4rem;
}

.careers-benefits_head {
  max-width: 31rem;
  position: relative;
}

.careers-benefits_pill {
  position: absolute;
  inset: 2rem auto auto 7.6rem;
}

.careers-benefits_component {
  grid-column-gap: var(--_sizes---fixed--3rem);
  grid-row-gap: var(--_sizes---fixed--3rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.careers-roles_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.careers-roles_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 39.4942% 22.5681% auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.careers-roles_title {
  letter-spacing: -0.01em;
  font-size: 1.25rem;
  line-height: 1.3;
}

.contact_radio-label {
  font-size: 1.25rem;
  line-height: 1.4;
}

.careers-roles_link {
  padding-bottom: var(--_sizes---fixed--1-5rem);
  grid-column-gap: var(--_sizes---fixed--1-5rem);
  grid-row-gap: var(--_sizes---fixed--1-5rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.careers-roles_link:hover {
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.careers-roles_list {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.careers-benefits_img-wrap {
  border-radius: var(--_sizes---fixed--2rem);
  width: 100%;
  height: 100%;
  overflow: clip;
}

.contact_content {
  max-width: 23rem;
}

.contact_form-success-trigger {
  display: none;
}

.form_input-checkbox-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form_input-checkbox {
  border: 1px solid #fff;
  border-radius: 0.5rem;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: -1rem;
  transition: border-color 0.35s;
}

.form_input-checkbox:hover {
  border-color: #fff9;
}

.form_input-checkbox.w--redirected-checked {
  background-color: #3898ec00;
  background-image: url("../images/checkbox-checked-icon.svg");
  background-position: 50%;
  background-size: 0.75rem 0.75rem;
  border-color: #fff;
}

.form_radio {
  opacity: 0;
  cursor: pointer;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: absolute;
  inset: 0%;
}

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

.form_radio-wrapper {
  letter-spacing: -0.01em;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 3.5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-height: 2.75rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  line-height: 1;
  transition: border-color 0.2s;
  display: flex;
  position: relative;
}

.form_radio-wrapper:hover {
  border-color: #fff9;
}

.contact_component {
  grid-column-gap: var(--_sizes---fixed--3rem);
  grid-row-gap: var(--_sizes---fixed--3rem);
  grid-template-rows: auto;
  grid-template-columns: 32.6308% 49.4186%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

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

.layout-center-left.is-gap-small {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.layout-center-left.is-gap-small.wrap-down {
  flex-flow: wrap;
}

.contact_form-wrapper {
  flex-flow: column;
  max-width: 31rem;
  display: flex;
}

.contact_field {
  height: var(--_sizes---fixed--3-5rem);
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white--40);
  color: var(--primary--white);
  font-size: var(--_sizes---fixed--1-25rem);
  background-color: #0000;
  margin-bottom: 0;
  padding: 1rem 0;
}

.contact_field.message {
  height: var(--_sizes---fixed--8rem);
}

.contact_field.font-size-small {
  font-size: var(--_sizes---fixed--0-875rem);
}

.contact_field-wrap {
  display: block;
}

.contact_fields-wrap {
  grid-column-gap: var(--_sizes---fixed--0-5rem);
  grid-row-gap: var(--_sizes---fixed--0-5rem);
  flex-flow: column;
  display: flex;
}

.contact_fields {
  grid-column-gap: var(--_sizes---fixed--2rem);
  grid-row-gap: var(--_sizes---fixed--2rem);
  flex-flow: column;
  display: flex;
}

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

.case-header_image-wrap {
  aspect-ratio: 2;
  border-radius: var(--_sizes---border-radius--xhuge);
  width: 100%;
  position: relative;
  overflow: clip;
}

.case-header_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 52rem;
  display: flex;
}

.case-header_infos {
  grid-column-gap: var(--_sizes---fixed--6rem);
  grid-row-gap: var(--_sizes---fixed--6rem);
  display: flex;
}

.case-header_detail {
  color: var(--white--40);
  font-size: var(--_sizes---fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
}

.case-content_grid {
  grid-column-gap: var(--_sizes---fixed--3rem);
  grid-row-gap: var(--_sizes---fixed--3rem);
  grid-template-rows: auto;
  grid-template-columns: 0.4fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.case-content_content {
  top: var(--_sizes---fixed--4rem);
  grid-column-gap: var(--_sizes---fixed--2-75rem);
  grid-row-gap: var(--_sizes---fixed--2-75rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
}

.case-content_head {
  grid-column-gap: var(--_sizes---fixed--1-25rem);
  grid-row-gap: var(--_sizes---fixed--1-25rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-content_image-wrap {
  border-radius: var(--_sizes---border-radius--xlarge);
  width: 100%;
  overflow: clip;
}

.case-content_image {
  width: 100%;
}

.case-content_imgs-list {
  grid-column-gap: var(--_sizes---fixed--2rem);
  grid-row-gap: var(--_sizes---fixed--2rem);
  flex-flow: column;
  display: flex;
}

.case-content_img {
  width: 100%;
}

.case-content_img-wrap {
  border-radius: var(--_sizes---fixed--1rem);
  overflow: clip;
}

.case-content_final {
  grid-column-gap: var(--_sizes---fixed--1rem);
  grid-row-gap: var(--_sizes---fixed--1rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.case-content_final-head {
  top: var(--_sizes---fixed--4rem);
  grid-column-gap: var(--_sizes---fixed--2-75rem);
  grid-row-gap: var(--_sizes---fixed--2-75rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 26rem;
  display: flex;
  position: sticky;
}

.case-content_component {
  flex-flow: column;
  display: flex;
}

.case-content_data {
  grid-column-gap: var(--_sizes---fixed--3rem);
  grid-row-gap: var(--_sizes---fixed--3rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.case-content_line {
  margin-top: var(--_sizes---fixed--3rem);
  margin-bottom: var(--_sizes---fixed--3rem);
  background-color: var(--grey--500);
  width: 100%;
  height: 1px;
}

.post-header_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.post-header_description {
  width: 80%;
}

.post-header_infos {
  grid-column-gap: var(--_sizes---fixed--1-5rem);
  grid-row-gap: var(--_sizes---fixed--1-5rem);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-header_image-wrap {
  border-radius: var(--_sizes---border-radius--huge);
  width: 100%;
  overflow: clip;
}

.post-header_image {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  position: static;
}

.post-content_rich-text {
  font-size: var(--_sizes---fixed--1-125rem);
  line-height: 1.5;
}

.post-content_rich-text figure {
  margin-bottom: 3rem;
}

.post-content_rich-text h2 {
  margin-bottom: var(--_sizes---fixed--1-5rem);
  font-size: var(--_sizes---fixed--2-5rem);
  letter-spacing: -0.03em;
}

.post-content_rich-text p {
  margin-bottom: var(--_sizes---fixed--2-25rem);
  line-height: 1.5;
}

.post-content_rich-text img {
  border-radius: 1rem;
}

.post-content_rich-text h4 {
  font-size: var(--_sizes---fixed--1-75rem);
  margin-bottom: 1.5rem;
}

.post-content_rich-text h3 {
  font-size: var(--_sizes---fixed--2rem);
  margin-bottom: 1.5rem;
}

.post-content_rich-text h6 {
  font-size: var(--_sizes---fixed--1-25rem);
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.post-content_rich-text blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 4rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.post-content_rich-text h1 {
  margin-bottom: var(--_sizes---fixed--1-5rem);
  font-size: 4rem;
}

.post-content_rich-text h5 {
  font-size: var(--_sizes---fixed--1-5rem);
  margin-bottom: 1rem;
}

.section_post-content {
  border-bottom: 1px solid var(--grey--500);
}

.position_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.position_divider {
  margin-top: var(--_sizes---fixed--2rem);
  margin-bottom: var(--_sizes---fixed--2rem);
  background-color: var(--grey--500);
  width: 100%;
  height: 1px;
}

.position_divider.no-margin-top {
  margin-top: 0;
}

.position_text {
  grid-column-gap: var(--_sizes---fixed--1-5rem);
  grid-row-gap: var(--_sizes---fixed--1-5rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact_form-block,
.contact_form {
  display: block;
}

.position_component {
  grid-column-gap: var(--_sizes---fixed--16rem);
  grid-row-gap: var(--_sizes---fixed--16rem);
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 0.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.position_form-wrap {
  padding-top: var(--_sizes---fixed--3-5rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-header_author {
  grid-column-gap: var(--_sizes---fixed--0-875rem);
  grid-row-gap: var(--_sizes---fixed--0-875rem);
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-header_author-gap {
  grid-column-gap: var(--_sizes---fixed--0-75rem);
  grid-row-gap: var(--_sizes---fixed--0-75rem);
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.blog-header_author-pic {
  width: var(--_sizes---fixed--2-5rem);
  height: var(--_sizes---fixed--2-5rem);
  border-radius: 50%;
}

.brand_component {
  grid-column-gap: var(--_sizes---fixed--2-75rem);
  grid-row-gap: var(--_sizes---fixed--2-75rem);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_brand {
  border-bottom: 1px solid var(--grey--500);
}

.product_default-state {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: flex;
}

.product_details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 34.75rem;
  display: flex;
}

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

.product_info-group {
  grid-row-gap: 0.5rem;
  flex-direction: column;
  display: flex;
}

.spacer-medium-3 {
  width: 100%;
  padding-top: 2rem;
}

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

.product_quatity {
  color: var(--primary--black);
  text-align: center;
  background-color: #ebebf1;
  border-style: solid;
  border-color: #f6f5fa;
  border-radius: 0.5rem;
  width: 5rem;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem;
}

.text-color-grey-400 {
  color: #3c3c3fb3;
}

.color-option {
  background-color: #fff;
  border-style: none;
  border-radius: 3rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.product_cart-button {
  width: 100%;
}

.product_image {
  aspect-ratio: 1;
  border-radius: var(--_sizes---border-radius--xxlarge);
  object-fit: cover;
  width: 100%;
}

.product_images {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.product_details-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 2rem;
  display: flex;
  position: sticky;
  top: 4.8rem;
}

.label-2 {
  z-index: 5;
  letter-spacing: 0.1em;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline;
  position: relative;
}

.product_item-actions {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.product_wrapper {
  align-items: flex-start;
  display: flex;
}

.home-intro_text-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 24rem;
  margin-left: auto;
  margin-right: 15%;
  display: flex;
  position: relative;
}

.work-list_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-list_wrapper {
  width: 100%;
}

.work-list_list.grid {
  grid-column-gap: var(--_sizes---fixed--2rem);
  grid-row-gap: var(--_sizes---fixed--3-5rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  border-radius: var(--_sizes---fixed--0-5rem);
  background-color: var(--primary--white);
  color: var(--primary--black);
}

.brands_wrap {
  display: flex;
}

.form_success-message {
  border-radius: var(--_sizes---fixed--0-5rem);
  background-color: var(--primary--mint);
  color: var(--primary--black);
}

.form_error-message {
  border-radius: var(--_sizes---fixed--0-75rem);
  color: var(--primary--black);
}

.show-tablet,
.navbar_hamburger-wrap {
  display: none;
}

.navbar_hamburger {
  z-index: 101;
  width: var(--_sizes---fixed--1-75rem);
  height: var(--_sizes---fixed--1-75rem);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.navbar_hamburger-line {
  background-color: var(--_theme---text);
  width: 100%;
  height: 1px;
}

.footer_link-label {
  color: var(--primary--white);
}

.home-about_text-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 24rem;
  margin-left: auto;
  margin-right: 15%;
  display: flex;
  position: relative;
}

.home-about_pill {
  z-index: 5;
  position: absolute;
  top: 5.2rem;
  left: 30%;
}

.work-list_wrapper-v2 {
  width: 60%;
}

.work-list_item-v2 {
  width: 100%;
}

.section_work-list-v3 {
  background-color: var(--primary--white);
}

.work-list_component-v3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.work-list_list-v3 {
  grid-column-gap: var(--_sizes---fixed--5-5rem);
  grid-row-gap: var(--_sizes---fixed--5-5rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.work-list_wrapper-v3 {
  width: 100%;
  max-width: 30rem;
}

.work-list_item-v3,
.team_wrapper {
  width: 100%;
}

.section_about-intro-v2 {
  background-color: var(--primary--white);
}

.about-intro_component-v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: clip;
}

.about-intro_video-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  border-radius: var(--_sizes---border-radius--ultra);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: relative;
  overflow: clip;
}

.about-intro_video {
  z-index: 4;
  width: 100%;
  height: 100%;
}

.about-intro_content-wrap {
  padding: var(--_sizes---fixed--5rem);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-intro_content-v2 {
  flex-flow: column;
  max-width: 34.875rem;
  display: flex;
  position: relative;
}

.about-intro_text-wrap-v2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 24rem;
  margin-left: auto;
  margin-right: 15%;
  display: flex;
  position: relative;
}

.text-color-grey-700 {
  color: var(--grey--700);
}

.about-ready_title {
  color: var(--grey--700);
  font-size: var(--_sizes---fixed--1-125rem);
  display: inline;
}

.about-ready_message {
  padding: var(--_sizes---fixed--2rem) var(--_sizes---fixed--1-5rem);
  grid-column-gap: var(--_sizes---fixed--1-125rem);
  grid-row-gap: var(--_sizes---fixed--1-125rem);
  border-radius: var(--_sizes---fixed--1rem);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border: 1px dashed #0000007d;
  flex-flow: row;
  max-width: 30rem;
  display: flex;
}

.about-ready_message.head {
  padding-top: var(--_sizes---fixed--1-5rem);
  padding-bottom: var(--_sizes---fixed--1-25rem);
}

.section_about-intro-v3 {
  background-color: var(--primary--white);
}

.about-intro_component-v3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: clip;
}

.about-intro_content-wrap-v3 {
  padding: var(--_sizes---fixed--5rem);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-intro_content-v3 {
  flex-flow: column;
  max-width: 34.875rem;
  display: flex;
  position: relative;
}

.about-intro_head {
  max-width: 55rem;
}

.about-intro_pill-v3 {
  z-index: 5;
  position: absolute;
  top: 6rem;
  left: 30%;
}

.about-data_items {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-data_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--grey--500);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 2.5rem;
  padding-right: 1rem;
  display: flex;
}

.about-data_head {
  grid-column-gap: 9.6875rem;
  grid-row-gap: 9.6875rem;
  display: flex;
}

.about-data_text {
  max-width: 24.5rem;
}

.services-list_wrapper {
  width: 100%;
}

.services-items_wrapper {
  width: 100%;
  max-width: 40.625rem;
}

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

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

.careers-roles_line {
  opacity: 0.2;
  background-color: #121212;
  flex: none;
  width: 100%;
  height: 1px;
  padding: 0;
}

.careers-roles_wrapper {
  width: 100%;
}

.footer_logo-huge {
  opacity: 0.05;
  width: 100%;
  max-width: none;
  position: relative;
}

.resources_license-image-link {
  aspect-ratio: 1;
  border-radius: var(--_sizes---border-radius--small);
  width: 100%;
  position: relative;
  overflow: clip;
}

.resources_license-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shop-list_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shop-list_wrapper {
  width: 100%;
}

.shop-list_list {
  grid-column-gap: var(--_sizes---fixed--2rem);
  grid-row-gap: var(--_sizes---fixed--3rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-list_block {
  grid-column-gap: var(--_sizes---fixed--1-25rem);
  grid-row-gap: var(--_sizes---fixed--1-25rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.shop-list_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shop-list_image-wrap {
  border-radius: var(--_sizes---border-radius--large);
  overflow: clip;
}

.shop-list_heading {
  font-size: var(--_sizes---fixed--1-75rem);
  letter-spacing: 0;
}

.shop-list_infos {
  grid-column-gap: var(--_sizes---fixed--0-25rem);
  grid-row-gap: var(--_sizes---fixed--0-25rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shop-list_price {
  color: var(--grey--300);
  font-size: var(--_sizes---fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
}

.cart_product-name {
  font-weight: 500;
}

.error-message-2 {
  color: #a12c2e;
}

.cart_icon {
  color: var(--_theme---text);
  margin-right: 2px;
}

.cart_button {
  padding: var(--_sizes---fixed--0-5rem);
  border: 1px solid var(--_theme---border);
  background-color: #0000;
  border-radius: 50%;
}

.icon {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
}

.cart_remove-button {
  color: #101010;
  font-size: 0.85rem;
  font-weight: 700;
}

.cart_quantity {
  color: #000;
  background-color: #fcc063;
}

.cart-header {
  padding: 1.5rem 2rem;
}

.cart-form-wrapper {
  width: 100%;
}

.cart_image {
  border-radius: 0.3125rem;
}

.cart-list {
  width: 100%;
}

.cart_remove {
  font-size: 0.75rem;
  font-weight: 500;
}

.cart-item {
  flex-flow: wrap;
  width: 100%;
}

.default-state {
  width: 100%;
}

.cart_product-price {
  color: #7c7c7c;
  font-size: 0.875rem;
  font-weight: 500;
}

.cart_close-button {
  cursor: pointer;
}

.cart_wrapper {
  background-color: #00000070;
}

.cart_container {
  border-radius: var(--_sizes---border-radius--huge);
  box-shadow: none;
  color: #101010;
  min-width: 20rem;
  max-width: 30rem;
  margin: 2rem;
}

.page-padding {
  width: 100%;
  padding-bottom: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.action-content-2 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: flex-start stretch;
  padding-bottom: 0;
  display: flex;
}

.heading-large {
  width: 100%;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

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

.social-icons {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0.7rem;
  transition: all 0.3s;
  display: flex;
}

.social-icons:hover {
  background-color: var(--color--primary);
  transform: translate(0, -2px);
}

.icon-links {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.cta_images-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta_image-1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 23vh;
  position: absolute;
  left: 7vw;
}

.cta_image-2 {
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  width: 23vh;
  position: absolute;
  left: 27vw;
}

.cta_image-3 {
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  width: 24vh;
  position: absolute;
  left: 50vw;
}

.cta_image-4 {
  width: 17vh;
  position: absolute;
  right: 10vw;
}

.cta_image-5 {
  width: 23vh;
  position: absolute;
  right: -1vw;
}

.cta_image-6 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 23vh;
  position: absolute;
  left: 57.4vw;
}

.cta_image-7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 23vh;
  position: absolute;
  left: 75.3vw;
}

.section_home-cta {
  z-index: 3;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.padding-global-2 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.home-cta_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-2 {
  grid-column-gap: 0.5rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 9rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 3rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  z-index: 2;
  text-transform: uppercase;
  position: relative;
}

.button-hover-bg {
  z-index: 1;
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 3rem;
  outline: 1px solid #fff;
  width: 100%;
  height: 104%;
  margin-top: 1px;
  position: absolute;
  inset: 100% auto auto 0%;
}

.footer-hover-list-wrap {
  width: 100%;
}

.footer-hover-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.cart-quantity-modal {
  color: #0c0c0c;
  font-size: 0.875rem;
  font-weight: 500;
}

.footer-legal-text {
  color: #5c5c5c;
  font-size: 0.875rem;
  font-weight: 500;
}

.footer-legal-links {
  grid-column-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-header-text-wrap {
  grid-column-gap: 0.5rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-support {
  -webkit-text-stroke-width: 1px;
  text-transform: none;
  font-size: 2.5rem;
  font-style: italic;
  display: inline-block;
  position: relative;
}

.text-support.small {
  font-size: 1.75rem;
  line-height: 1.2;
}

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

.legal-link {
  color: #818181;
  border-bottom: 1px solid #0000;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
}

.legal-link:hover {
  color: #c2c2c2;
  border: 1px #fff;
  border-bottom: 1px solid #c2c2c2;
}

.icon-2 {
  opacity: 0.38;
  filter: invert();
}

.cart-image {
  border-radius: 0.15rem;
}

.cart-wrap {
  z-index: 101;
  position: relative;
}

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

.container.full-width {
  max-width: none;
}

.cart-button {
  grid-column-gap: 0.15rem;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0.25rem 0;
}

.footer-hover-line {
  display: flex;
}

.cart-wrapper {
  background-color: #0000;
}

.checkout-button {
  background-color: #05a081;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
}

.footer-hover-effect {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.footer-hover-item {
  width: 100%;
  height: 100%;
  display: block;
}

.cart-quantity {
  color: #05a081;
  background-color: #0000;
  min-width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
}

.footer-legal-component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.close-button {
  cursor: pointer;
  display: flex;
}

.cart-header-2 {
  background-color: #2b2b2b;
  border-bottom-style: none;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.heading-style-h4-2 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.footer-email {
  z-index: 5;
  color: #faf7f3;
  border-bottom: 6px solid #0000;
  font-size: 12em;
  line-height: 1;
  position: relative;
}

.footer-email:hover {
  border-bottom: 6px solid #faf7f3;
}

.error-state {
  color: #a22a2c;
  border-radius: 0.2rem;
}

.footer-2 {
  background-color: #0c0c0c;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-legal-wrap {
  z-index: 5;
  width: 100%;
  position: absolute;
  inset: auto 0% 2rem;
}

.cart-container {
  z-index: 500;
  box-shadow: none;
  color: #faf7f3;
  background-color: #0c0c0c;
  border-radius: 0.25rem;
}

.text-size-small-2 {
  font-size: 0.875rem;
}

.cart-footer {
  background-color: #2b2b2b;
  border-top-style: none;
}

.text-block {
  font-family: var(--_typography---h5--font-family);
}

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

.cta_text {
  z-index: 6;
  mix-blend-mode: difference;
  position: relative;
}

.cta_sticky {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.button_icon-2 {
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  line-height: 1;
  display: flex;
}

.button_icon-2.is-huge {
  width: 12rem;
}

.cta_heading {
  letter-spacing: -0.04em;
  white-space: nowrap;
  font-size: 12rem;
  line-height: 1;
}

.cta_component {
  height: 250rem;
}

.button-underline_line-2 {
  background-color: #fff;
  height: 1px;
  position: absolute;
  inset: auto 0% 1px;
}

.button-underline_line-2.is-huge {
  height: 8px;
}

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

.section_cta {
  position: relative;
}

.button-underline-2 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  letter-spacing: -0.01em;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.3;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-underline-2.is-huge {
  letter-spacing: -0.04em;
  white-space: nowrap;
  font-size: 12rem;
}

.text-block-2 {
  color: #fff;
  display: block;
}

.div-block {
  clear: none;
  text-align: left;
  object-fit: fill;
  order: 0;
  align-self: auto;
  width: 100%;
}

@media screen and (max-width: 991px) {
  body {
    --_sizes---fixed--1rem: 1rem;
    --_sizes---fixed--2rem: 2rem;
    --_sizes---fixed--1-75rem: 1.75rem;
    --_sizes---fixed--1-5rem: 1.5rem;
    --_sizes---fixed--1-25rem: 1.25rem;
    --_sizes---fixed--0-875rem: 0.875rem;
    --_sizes---fixed--1-125rem: 1.125rem;
    --_sizes---border-radius--small: var(--_sizes---fixed--0-5rem);
    --_sizes---fixed--5rem: 5rem;
    --_sizes---fixed--4rem: 4rem;
    --_sizes---fixed--2-75rem: 2.75rem;
    --_sizes---fixed--3rem: 3rem;
    --_sizes---border-radius--xsmall: var(--_sizes---fixed--0-25rem);
    --_sizes---fixed--0-75rem: 0.75rem;
    --_sizes---fixed--2-25rem: 2.25rem;
    --_sizes---section--small: var(--_sizes---fixed--5rem);
    --_sizes---section--medium: var(--_sizes---fixed--7rem);
    --_sizes---spacer--xlarge: var(--_sizes---fixed--4rem);
    --_sizes---spacer--large: var(--_sizes---fixed--3rem);
    --_sizes---section--large: var(--_sizes---fixed--8rem);
    --_sizes---fixed--2-5rem: 2.5rem;
    --_sizes---fixed--6rem: 6rem;
    --_sizes---spacer--tiny: var(--_sizes---fixed--0-125rem);
    --_sizes---spacer--xxsmall: var(--_sizes---fixed--0-25rem);
    --_sizes---spacer--xsmall: var(--_sizes---fixed--0-5rem);
    --_sizes---spacer--small: var(--_sizes---fixed--1rem);
    --_sizes---spacer--medium: var(--_sizes---fixed--2rem);
    --_sizes---spacer--xxlarge: var(--_sizes---fixed--5rem);
    --_sizes---spacer--huge: var(--_sizes---fixed--6rem);
    --_sizes---spacer--xhuge: var(--_sizes---fixed--8rem);
    --_sizes---spacer--xxhuge: var(--_sizes---fixed--12rem);
    --_sizes---spacer--custom-1: var(--_sizes---fixed--1-25rem);
    --_sizes---spacer--custom2: var(--_sizes---fixed--1-5rem);
    --_sizes---spacer--custom-3: var(--_sizes---fixed--2-5rem);
    --_sizes---border-radius--medium: var(--_sizes---fixed--0-75rem);
    --_sizes---section--xlarge: var(--_sizes---fixed--10rem);
    --_sizes---fixed--0-5rem: 0.5rem;
    --_sizes---section--xxlarge: var(--_sizes---fixed--10rem);
    --_sizes---section--xsmall: var(--_sizes---fixed--2-75rem);
    --_sizes---fixed--7rem: 7rem;
    --_sizes---fixed--0-25rem: 0.25rem;
    --_sizes---border-radius--xhuge: var(--_sizes---fixed--0-875rem);
    --_sizes---border-radius--ultra: var(--_sizes---fixed--1-5rem);
    --_sizes---fixed--3-5rem: 3.5rem;
    --_sizes---border-radius--huge: var(--_sizes---fixed--0-875rem);
    --_sizes---fixed--0rem: 0rem;
    --_sizes---fixed--12rem: 12rem;
    --_sizes---fixed--9rem: 9rem;
    --_sizes---fixed--8rem: 8rem;
    --_sizes---fixed--4-5rem: 4.5rem;
    --_sizes---border-radius--xxhuge: var(--_sizes---fixed--1-25rem);
    --_sizes---border-radius--large: var(--_sizes---fixed--0-75rem);
    --_sizes---fixed--10rem: 10rem;
    --_sizes---border-radius--xxlarge: var(--_sizes---fixed--0-875rem);
    --_sizes---border-radius--xlarge: var(--_sizes---fixed--0-75rem);
    --_sizes---fixed--16rem: 16rem;
    --_sizes---fixed--5-5rem: 5.5rem;
    --_sizes---fixed--0-125rem: 0.125rem;
    --_sizes---fixed--6-5rem: 6.5rem;
    --_sizes---fixed--14rem: 14rem;
    --_sizes---border-radius--tiny: var(--_sizes---fixed--0-125rem);
    --_sizes---border-radius--xxsmall: var(--_sizes---fixed--0-25rem);
    --_typography---font-family--primary: "Mona Sans", Arial, sans-serif;
    --_typography---font-weight--regular: 400;
    --_typography---h1--font-family: var(--_typography---font-family--primary);
    --_typography---h1--font-size: var(--_sizes---fixed--5rem);
    --_typography---h1--line-height: 100%;
    --_typography---h1--font-weight: var(--_typography---font-weight--regular);
    --_typography---h1--letter-spacing: -0.05em;
    --_typography---h2--font-family: var(--_typography---font-family--primary);
    --_typography---h2--font-size: var(--_sizes---fixed--4rem);
    --_typography---h2--line-height: 100%;
    --_typography---h2--font-weight: var(--_typography---font-weight--regular);
    --_typography---h2--letter-spacing: -0.05em;
    --_typography---h3--font-family: var(--_typography---h5--font-family);
    --_typography---h3--font-size: var(--_sizes---fixed--3rem);
    --_typography---h3--line-height: 100%;
    --_typography---h3--font-weight: var(--_typography---font-weight--regular);
    --_typography---h3--letter-spacing: -0.05em;
    --_typography---h4--font-family: var(--_typography---font-family--primary);
    --_typography---h4--font-size: var(--_sizes---fixed--2-25rem);
    --_typography---h4--line-height: 105%;
    --_typography---h4--font-weight: var(--_typography---font-weight--regular);
    --_typography---h4--letter-spacing: -0.02em;
    --_typography---h5--font-family: var(--_typography---font-family--primary);
    --_typography---h5--font-size: var(--_sizes---fixed--1-5rem);
    --_typography---h5--line-height: 105%;
    --_typography---h5--font-weight: var(--_typography---font-weight--regular);
    --_typography---h5--letter-spacing: 0px;
    --_typography---h6--font-family: var(--_typography---font-family--primary);
    --_typography---h6--font-size: var(--_sizes---fixed--1-25rem);
    --_typography---h6--line-height: 120%;
    --_typography---h6--font-weight: var(--_typography---font-weight--medium);
    --_typography---font-weight--medium: 500;
    --_typography---h6--letter-spacing: 0px;
    --_typography---font-weight--semibold: 600;
    --_typography---font-weight--extra-bold: 800;
    --_typography---font-weight--bold: 700;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--black: 900;
    --_typography---font-weight--extra-light: 200;
    --_typography---font-weight--thin: 100;
  }

  blockquote {
    font-size: var(--_sizes---fixed--1-75rem);
  }

  .resources_heading {
    font-size: var(--_sizes---fixed--1-25rem);
  }

  .resources_component {
    grid-column-gap: var(--_sizes---fixed--4rem);
    grid-row-gap: var(--_sizes---fixed--4rem);
  }

  .heading-style-h3 {
    text-align: left;
    -webkit-text-stroke-width: 0px;
  }

  .heading-style-h3.text-align-center {
    text-align: center;
  }

  .resources_section {
    grid-row-gap: var(--_sizes---fixed--1-5rem);
  }

  .resources_item-content {
    grid-row-gap: 0.5rem;
  }

  .resources_font-block:hover {
    opacity: 1;
  }

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

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

  .text-style-label {
    font-size: var(--_sizes---fixed--0-75rem);
    letter-spacing: 0.2em;
  }

  .padding-global,
  .padding-global.is-small {
    padding-right: var(--_sizes---fixed--2-25rem);
    padding-left: var(--_sizes---fixed--2-25rem);
  }

  .container-medium {
    max-width: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-section-medium.is-tablet-xlarge {
    padding-top: var(--_sizes---spacer--xlarge);
  }

  .padding-section-medium.is-tablet-small {
    padding-top: var(--_sizes---fixed--4rem);
  }

  .padding-section-large.is-tablet-tiny {
    padding-top: var(--_sizes---fixed--2-75rem);
  }

  .padding-section-large.is-tablet-small {
    padding-top: var(--_sizes---fixed--6rem);
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: var(--_sizes---fixed--6rem);
  }

  .hide-tablet {
    display: none;
  }

  .search_item {
    border-radius: 1.5rem;
  }

  .case-content_rich-text h5 {
    font-size: 1.5rem;
  }

  .case-content_rich-text h1 {
    font-size: 3rem;
  }

  .case-content_rich-text h6 {
    font-size: 1.25rem;
  }

  .case-content_rich-text h4 {
    font-size: 1.75rem;
  }

  .case-content_rich-text h2 {
    font-size: 2.5rem;
  }

  .case-content_rich-text h3 {
    font-size: 2rem;
  }

  .nav_component {
    display: none;
  }

  .icon-height-xlarge {
    height: var(--_sizes---fixed--5rem);
  }

  .navbar {
    padding-top: var(--_sizes---fixed--1-25rem);
    padding-bottom: var(--_sizes---fixed--1-25rem);
  }

  .navbar_component {
    position: relative;
  }

  .navbar_link-text {
    font-size: var(--_sizes---fixed--1-25rem);
  }

  .navbar_comma {
    display: none;
  }

  .navbar_links-wrap {
    z-index: 99;
    padding: var(--_sizes---fixed--2-25rem);
    background-color: var(--_theme---background);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .home-header_story {
    border-radius: 2.5vw;
  }

  .story_image._1.tablet-custom {
    aspect-ratio: 2;
  }

  .home-header_pic {
    width: 4.5vw;
  }

  .home-header_profile-name {
    font-size: 2vw;
  }

  .home-header_options {
    width: 6vw;
  }

  .home-header_stories {
    pointer-events: auto;
    width: 45vw;
    height: auto;
    max-height: none;
  }

  .home-intro_pic-1 {
    display: none;
  }

  .home-intro_component.display-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .pill.is-large {
    padding: var(--_sizes---fixed--0-25rem) var(--_sizes---fixed--1rem);
    font-size: var(--_sizes---fixed--0-875rem);
  }

  .home-intro_pic-2 {
    display: none;
  }

  .text-dot {
    width: 0.5rem;
    height: 0.5rem;
  }

  .home-intro_pill {
    top: 1.7rem;
    left: 48%;
  }

  .brands_item {
    padding-top: var(--_sizes---fixed--2rem);
    padding-bottom: var(--_sizes---fixed--2rem);
    border-radius: 30px;
    width: 15rem;
  }

  .button-underline {
    font-size: var(--_sizes---fixed--1-125rem);
  }

  .home-about_content {
    max-width: 40rem;
  }

  .story_component.hide-tablet {
    display: block;
  }

  .footer_brand {
    padding-top: var(--_sizes---fixed--3rem);
    padding-bottom: var(--_sizes---fixed--3rem);
  }

  .footer_logo {
    width: var(--_sizes---fixed--9rem);
  }

  .footer_brand-desc {
    font-size: var(--_sizes---fixed--1rem);
  }

  .footer_main {
    grid-column-gap: var(--_sizes---fixed--3rem);
    grid-row-gap: var(--_sizes---fixed--3rem);
    flex-flow: column;
    display: flex;
  }

  .footer_legal-divider {
    width: 100%;
    height: 1px;
    display: none;
  }

  .footer_legal-wrap {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: block;
  }

  .footer_copyright {
    width: 100%;
    min-width: 100%;
    font-weight: 500;
  }

  .footer_legal-links {
    place-items: end center;
  }

  .home-header_images {
    width: 80%;
    height: 13rem;
  }

  .home-header_sticky {
    height: auto;
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .home-header_image {
    border-radius: 1rem;
    display: block;
  }

  .home-header_image._3 {
    aspect-ratio: 1;
    width: auto;
    height: 9rem;
    bottom: -9.6rem;
    left: 0;
  }

  .home-header_image._1 {
    aspect-ratio: 1;
    width: auto;
    height: 7rem;
    top: -14.8rem;
    left: -5.5rem;
  }

  .home-header_image._5 {
    aspect-ratio: 1;
    border-radius: 0.5rem;
    width: auto;
    height: 4rem;
    bottom: -12.6rem;
    right: 7.3rem;
  }

  .home-header_image._2 {
    aspect-ratio: 1;
    border-radius: 0.75rem;
    width: auto;
    height: 6rem;
    top: -10.3375rem;
    right: -1.9rem;
  }

  .home-header_image._4 {
    aspect-ratio: 1;
    width: auto;
    height: 4.5rem;
    display: none;
    bottom: -2rem;
    right: 1.8rem;
  }

  .home-header_wrapper {
    height: auto;
  }

  .home-about_component-v2 {
    grid-column-gap: var(--_sizes---fixed--4rem);
    grid-row-gap: var(--_sizes---fixed--4rem);
    flex-flow: column;
    display: flex;
  }

  .home-about_video-wrap {
    aspect-ratio: auto;
    order: 1;
  }

  .home-about_video {
    position: absolute;
    inset: 0%;
  }

  .home-about_content-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .about-intro_pill {
    display: none;
  }

  .home-about_tags-wrap {
    position: relative;
  }

  .home-about_tags {
    grid-row-gap: 1rem;
  }

  .home-about_tag {
    font-size: var(--_sizes---fixed--0-875rem);
  }

  .work-list_list-v2 {
    grid-column-gap: var(--_sizes---fixed--4-5rem);
    grid-row-gap: var(--_sizes---fixed--4-5rem);
  }

  .work-list_image-main {
    border-radius: var(--_sizes---fixed--1-25rem);
  }

  .work-list_image-second {
    border-radius: var(--_sizes---fixed--1rem);
  }

  .home-clients_list {
    grid-template-columns: 1fr 1fr;
  }

  .home-team_component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .home-team_stories {
    display: none;
  }

  .home-header_component-v3 {
    flex-flow: column;
    display: flex;
  }

  .home-header_images-wrap {
    width: 40%;
  }

  .home-header_image-1,
  .home-header_image-2,
  .home-header_image-3 {
    border-radius: var(--_sizes---fixed--0-875rem);
  }

  .home-services_component {
    grid-column-gap: var(--_sizes---fixed--3rem);
    grid-row-gap: var(--_sizes---fixed--3rem);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .home-intro_graphic-wrapper {
    padding-right: var(--_sizes---fixed--3-5rem);
    padding-left: var(--_sizes---fixed--3-5rem);
    aspect-ratio: auto;
  }

  .home-intro_graphic-height {
    border-radius: var(--_sizes---fixed--0-875rem);
  }

  .home-services_pill {
    top: 3.5rem;
  }

  .brands_item-v3 {
    width: 15rem;
  }

  .brands_logo-v3 {
    height: 4rem;
  }

  .home-data_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .about-header_label-1 {
    display: none;
  }

  .about-header_label-2 {
    top: -6rem;
    left: 0%;
  }

  .about-header_label-3 {
    bottom: -7rem;
    left: 20%;
  }

  .about-intro_content {
    grid-template-columns: 1fr;
  }

  .about-good_content {
    grid-row-gap: var(--_sizes---fixed--3rem);
  }

  .about-good_sticky {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 4rem;
    position: relative;
  }

  .about-good_note {
    display: none;
  }

  .about-good_heading {
    order: -1;
  }

  .about-good_images {
    pointer-events: auto;
    position: relative;
  }

  .about-good_wrapper {
    height: auto;
  }

  .about-good_image {
    position: relative;
  }

  .about-good_image._2 {
    width: 100vw;
    max-width: none;
    margin-top: 0;
  }

  .about-good_image._1 {
    width: 100%;
    margin-top: 0;
  }

  .about-good_image._3 {
    margin-top: 0;
  }

  .about-good_image-wrap {
    height: auto;
    position: relative;
  }

  .about-good_image-wrap._3,
  .about-good_image-wrap._1 {
    display: none;
  }

  .about-good_image-wrap._2 {
    width: 100%;
  }

  .about-good_component {
    max-width: none;
  }

  .team_list {
    grid-column-gap: var(--_sizes---fixed--1-5rem);
    grid-row-gap: var(--_sizes---fixed--1-5rem);
  }

  .about-header_img-5 {
    top: 7.5rem;
  }

  .about-header_img-3 {
    top: -6.1rem;
  }

  .about-values_items {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .about-values_pill {
    display: none;
  }

  .about-ready_component {
    padding: var(--_sizes---fixed--3rem);
    border-radius: var(--_sizes---fixed--1-25rem);
  }

  .about-ready_content {
    width: 100%;
  }

  .about-ready_messages {
    display: none;
  }

  .about-header_image-2 {
    height: 12rem;
  }

  .section_about-video-v3 {
    aspect-ratio: 16 / 9;
    height: auto;
    padding-bottom: 0;
  }

  .about-header_image-1 {
    height: 6rem;
    top: -7.5rem;
    right: 2rem;
  }

  .about-video_lightbox {
    object-fit: fill;
    height: 30rem;
    overflow: clip;
  }

  .service_component {
    display: flex;
  }

  .services-header_component {
    display: block;
  }

  .section_services-header {
    min-height: auto;
  }

  .services-header_images-wrap {
    display: none;
  }

  .services-header_images {
    width: 70%;
    height: auto;
  }

  .services-intro_services {
    grid-row-gap: 1rem;
  }

  .services-intro_hover-wrap.hover {
    border-bottom-style: none;
  }

  .blog-list_list {
    grid-template-columns: 1fr 1fr;
  }

  .careers-benefits_content {
    grid-row-gap: 4rem;
    max-width: none;
  }

  .careers-benefits_item-head {
    cursor: pointer;
  }

  .careers-benefits_pill {
    display: none;
  }

  .careers-benefits_component {
    display: block;
  }

  .careers-roles_link:hover {
    text-decoration: none;
  }

  .careers-benefits_img-wrap {
    display: none;
  }

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

  .contact_field {
    font-size: var(--_sizes---fixed--1rem);
  }

  .case-header_image-wrap {
    order: 1;
  }

  .case-header_content {
    order: -1;
    width: 100%;
  }

  .case-content_grid {
    flex-flow: column;
    display: flex;
  }

  .case-content_content {
    grid-column-gap: var(--_sizes---fixed--2rem);
    grid-row-gap: var(--_sizes---fixed--2rem);
    position: relative;
    top: auto;
  }

  .case-content_data {
    width: 100%;
  }

  .post-content_rich-text h2 {
    margin-bottom: var(--_sizes---fixed--1-25rem);
    font-size: var(--_sizes---fixed--2rem);
  }

  .post-content_rich-text h4 {
    font-size: var(--_sizes---fixed--1-5rem);
  }

  .post-content_rich-text h3 {
    font-size: var(--_sizes---fixed--1-75rem);
  }

  .post-content_rich-text h6 {
    font-size: var(--_sizes---fixed--1-125rem);
  }

  .post-content_rich-text h1 {
    margin-bottom: var(--_sizes---fixed--1-25rem);
    font-size: var(--_sizes---fixed--2-5rem);
  }

  .post-content_rich-text h5 {
    font-size: var(--_sizes---fixed--1-25rem);
  }

  .position_component {
    grid-column-gap: var(--_sizes---fixed--3-5rem);
    grid-row-gap: var(--_sizes---fixed--3-5rem);
    flex-flow: column;
    display: flex;
  }

  .position_form-wrap {
    padding-top: var(--_sizes---fixed--0rem);
  }

  .product_details-wrap {
    padding-top: 0;
    position: relative;
    top: auto;
  }

  .label-2 {
    font-size: 1rem;
  }

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

  .work-list_list.grid {
    grid-column-gap: var(--_sizes---fixed--1-5rem);
  }

  .show-tablet {
    display: block;
  }

  .navbar_hamburger-wrap {
    z-index: 101;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: -0.5rem;
    display: flex;
    position: relative;
  }

  .navbar_hamburger {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    display: flex;
  }

  .work-list_wrapper-v2 {
    width: 80%;
  }

  .home-header_content-v3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 35rem;
    display: flex;
  }

  .about-intro_component-v2 {
    grid-column-gap: var(--_sizes---fixed--4rem);
    grid-row-gap: var(--_sizes---fixed--4rem);
    flex-flow: column;
    display: flex;
  }

  .about-intro_video-wrap {
    aspect-ratio: 16 / 9;
    order: 1;
  }

  .about-intro_video {
    position: absolute;
    inset: 0%;
  }

  .about-intro_content-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .about-intro_component-v3 {
    grid-column-gap: var(--_sizes---fixed--4rem);
    grid-row-gap: var(--_sizes---fixed--4rem);
    flex-flow: column;
    display: flex;
  }

  .about-intro_content-wrap-v3 {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .about-intro_pill-v3 {
    display: none;
  }

  .about-data_item {
    display: flex;
  }

  .about-data_head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .shop-list_list {
    grid-column-gap: var(--_sizes---fixed--1-5rem);
  }

  .shop-list_heading {
    font-size: var(--_sizes---fixed--1-5rem);
  }

  .case-header_component {
    flex-flow: column;
    display: flex;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .action-content-2 {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

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

  .cta_image-1,
  .cta_image-2,
  .cta_image-3,
  .cta_image-4,
  .cta_image-5 {
    width: 22%;
  }

  .cta_image-6 {
    width: 22%;
    display: none;
  }

  .cta_image-7 {
    width: 22%;
  }

  .button-2 {
    padding: 1.25rem 3rem;
    font-size: 0.875rem;
  }

  .footer-legal-text {
    text-align: center;
  }

  .footer-legal-links {
    grid-column-gap: 1.5rem;
  }

  .text-support {
    -webkit-text-stroke-width: 0.5px;
    font-size: 2rem;
  }

  .footer-legal-component {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-email {
    font-size: 8em;
  }

  .footer-email:hover {
    border-bottom-style: none;
  }

  .cta_content {
    display: block;
  }

  .cta_sticky {
    height: 50rem;
    position: relative;
  }

  .button_icon-2 {
    width: 1.5rem;
  }

  .button_icon-2.is-huge {
    width: 4rem;
  }

  .cta_heading {
    white-space: normal;
    vertical-align: bottom;
    padding-bottom: 24px;
    font-size: 4rem;
    display: block;
  }

  .cta_component {
    height: auto;
  }

  .button-underline_line-2.is-huge {
    height: 4px;
  }

  .padding-global-3 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .button-underline-2 {
    font-size: 1.125rem;
  }

  .button-underline-2.is-huge {
    padding-right: 0.5rem;
    font-size: 4rem;
    display: inline-flex;
  }
}

.social-grid-item {
  border-radius: 1rem !important;
}

.home-header_story {
  border-radius: 1rem !important;
}

.reel-overlay {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  body {
    --_sizes---fixed--1rem: 1rem;
    --_sizes---fixed--2rem: 2rem;
    --_sizes---fixed--1-75rem: 1.75rem;
    --_sizes---fixed--1-5rem: 1.5rem;
    --_sizes---fixed--1-25rem: 1.25rem;
    --_sizes---fixed--0-875rem: 0.875rem;
    --_sizes---fixed--1-125rem: 1.125rem;
    --_sizes---border-radius--small: var(--_sizes---fixed--0-5rem);
    --_sizes---fixed--5rem: 5rem;
    --_sizes---fixed--4rem: 4rem;
    --_sizes---fixed--2-75rem: 2.75rem;
    --_sizes---fixed--3rem: 3rem;
    --_sizes---border-radius--xsmall: var(--_sizes---fixed--0-25rem);
    --_sizes---fixed--0-75rem: 0.75rem;
    --_sizes---fixed--2-25rem: 2.25rem;
    --_sizes---section--small: var(--_sizes---fixed--3rem);
    --_sizes---section--medium: var(--_sizes---fixed--5rem);
    --_sizes---spacer--xlarge: var(--_sizes---fixed--3rem);
    --_sizes---spacer--large: var(--_sizes---fixed--2rem);
    --_sizes---section--large: var(--_sizes---fixed--5rem);
    --_sizes---fixed--2-5rem: 2.5rem;
    --_sizes---fixed--6rem: 6rem;
    --_sizes---spacer--tiny: var(--_sizes---fixed--0-125rem);
    --_sizes---spacer--xxsmall: var(--_sizes---fixed--0-25rem);
    --_sizes---spacer--xsmall: var(--_sizes---fixed--0-5rem);
    --_sizes---spacer--small: var(--_sizes---fixed--1rem);
    --_sizes---spacer--medium: var(--_sizes---fixed--1-5rem);
    --_sizes---spacer--xxlarge: var(--_sizes---fixed--4rem);
    --_sizes---spacer--huge: var(--_sizes---fixed--5rem);
    --_sizes---spacer--xhuge: var(--_sizes---fixed--6rem);
    --_sizes---spacer--xxhuge: var(--_sizes---fixed--6rem);
    --_sizes---spacer--custom-1: var(--_sizes---fixed--1-125rem);
    --_sizes---spacer--custom2: var(--_sizes---fixed--1-125rem);
    --_sizes---spacer--custom-3: var(--_sizes---fixed--2rem);
    --_sizes---border-radius--medium: var(--_sizes---fixed--0-75rem);
    --_sizes---section--xlarge: var(--_sizes---fixed--5rem);
    --_sizes---fixed--0-5rem: 0.5rem;
    --_sizes---section--xxlarge: var(--_sizes---fixed--5rem);
    --_sizes---section--xsmall: var(--_sizes---fixed--2-25rem);
    --_sizes---fixed--7rem: 7rem;
    --_sizes---fixed--0-25rem: 0.25rem;
    --_sizes---border-radius--xhuge: var(--_sizes---fixed--0-875rem);
    --_sizes---border-radius--ultra: var(--_sizes---fixed--1-25rem);
    --_sizes---fixed--3-5rem: 3.5rem;
    --_sizes---border-radius--huge: var(--_sizes---fixed--0-875rem);
    --_sizes---fixed--0rem: 0rem;
    --_sizes---fixed--12rem: 12rem;
    --_sizes---fixed--9rem: 9rem;
    --_sizes---fixed--8rem: 8rem;
    --_sizes---fixed--4-5rem: 4.5rem;
    --_sizes---border-radius--xxhuge: var(--_sizes---fixed--1rem);
    --_sizes---border-radius--large: var(--_sizes---fixed--0-75rem);
    --_sizes---fixed--10rem: 10rem;
    --_sizes---border-radius--xxlarge: var(--_sizes---fixed--0-875rem);
    --_sizes---border-radius--xlarge: var(--_sizes---fixed--0-75rem);
    --_sizes---fixed--16rem: 16rem;
    --_sizes---fixed--5-5rem: 5.5rem;
    --_sizes---fixed--0-125rem: 0.125rem;
    --_sizes---fixed--6-5rem: 6.5rem;
    --_sizes---fixed--14rem: 14rem;
    --_sizes---border-radius--tiny: var(--_sizes---fixed--0-125rem);
    --_sizes---border-radius--xxsmall: var(--_sizes---fixed--0-25rem);
    --_typography---font-family--primary: "Mona Sans", Arial, sans-serif;
    --_typography---font-weight--regular: 400;
    --_typography---h1--font-family: var(--_typography---font-family--primary);
    --_typography---h1--font-size: var(--_sizes---fixed--3rem);
    --_typography---h1--line-height: 100%;
    --_typography---h1--font-weight: var(--_typography---font-weight--regular);
    --_typography---h1--letter-spacing: -0.05em;
    --_typography---h2--font-family: var(--_typography---font-family--primary);
    --_typography---h2--font-size: var(--_sizes---fixed--2-5rem);
    --_typography---h2--line-height: 100%;
    --_typography---h2--font-weight: var(--_typography---font-weight--regular);
    --_typography---h2--letter-spacing: -0.05em;
    --_typography---h3--font-family: var(--_typography---h5--font-family);
    --_typography---h3--font-size: var(--_sizes---fixed--2rem);
    --_typography---h3--line-height: 100%;
    --_typography---h3--font-weight: var(--_typography---font-weight--regular);
    --_typography---h3--letter-spacing: -0.05em;
    --_typography---h4--font-family: var(--_typography---font-family--primary);
    --_typography---h4--font-size: var(--_sizes---fixed--1-5rem);
    --_typography---h4--line-height: 110%;
    --_typography---h4--font-weight: var(--_typography---font-weight--regular);
    --_typography---h4--letter-spacing: -0.02em;
    --_typography---h5--font-family: var(--_typography---font-family--primary);
    --_typography---h5--font-size: var(--_sizes---fixed--1-5rem);
    --_typography---h5--line-height: 105%;
    --_typography---h5--font-weight: var(--_typography---font-weight--regular);
    --_typography---h5--letter-spacing: 0px;
    --_typography---h6--font-family: var(--_typography---font-family--primary);
    --_typography---h6--font-size: var(--_sizes---fixed--1-125rem);
    --_typography---h6--line-height: 120%;
    --_typography---h6--font-weight: var(--_typography---font-weight--medium);
    --_typography---font-weight--medium: 500;
    --_typography---h6--letter-spacing: 0px;
    --_typography---font-weight--semibold: 600;
    --_typography---font-weight--extra-bold: 800;
    --_typography---font-weight--bold: 700;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--black: 900;
    --_typography---font-weight--extra-light: 200;
    --_typography---font-weight--thin: 100;
  }

  h3 {
    line-height: 1.2;
  }

  blockquote {
    font-size: var(--_sizes---fixed--1-5rem);
  }

  .resources_heading {
    padding-bottom: var(--_sizes---fixed--0-875rem);
    font-size: var(--_sizes---fixed--1-125rem);
  }

  .resources_items {
    grid-column-gap: var(--_sizes---fixed--1rem);
    grid-row-gap: var(--_sizes---fixed--1rem);
  }

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

  .resources_component {
    grid-column-gap: var(--_sizes---fixed--2-75rem);
    grid-row-gap: var(--_sizes---fixed--2-75rem);
  }

  .template-style-heading-split,
  .template-style-heading-split.margin-small {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .template-style-heading-split.margin-large {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .text-size-large {
    font-size: var(--_sizes---fixed--1rem);
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
  }

  .resources_section {
    grid-row-gap: var(--_sizes---fixed--1-125rem);
  }

  .text-size-medium {
    font-size: var(--_sizes---fixed--1rem);
  }

  .heading-style-h4 {
    -webkit-text-stroke-width: 0px;
  }

  .ecommerce_block-head {
    padding: 1rem;
  }

  .resources_item-content {
    padding: 1.5rem;
  }

  .resources_license-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-style-label {
    letter-spacing: 0.1em;
  }

  .padding-global,
  .padding-global.is-small {
    padding-right: var(--_sizes---fixed--1-5rem);
    padding-left: var(--_sizes---fixed--1-5rem);
  }

  .max-width-full-mobile {
    width: 100%;
    max-width: none;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-section-medium.is-mobile-small {
    padding-top: var(--_sizes---spacer--large);
  }

  .padding-section-large.is-mobile-small {
    padding-top: var(--_sizes---fixed--2-5rem);
  }

  .padding-section-large.is-tablet-small {
    padding-top: var(--_sizes---fixed--5rem);
  }

  .spacer-xxlarge,
  .spacer-huge {
    padding-top: 3rem;
  }

  .spacer-xhuge.is-mobile-smaller,
  .spacer-xhuge.is-mobile-smaller-copy {
    padding-top: var(--_sizes---fixed--3rem);
  }

  .hide-mobile-landscape {
    display: none;
  }

  .search_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .search_item {
    border-radius: 1rem;
  }

  .case-content_rich-text blockquote,
  .case-content_rich-text h5 {
    font-size: 1.25rem;
  }

  .case-content_rich-text h1 {
    margin-bottom: 1.5rem;
  }

  .case-content_rich-text h6 {
    font-size: 1.125rem;
  }

  .case-content_rich-text h4 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }

  .case-content_rich-text h2 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }

  .case-content_rich-text h3 {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
  }

  .icon-height-medium {
    height: var(--_sizes---fixed--1-5rem);
  }

  .text-style-p-custom {
    line-height: 1.4;
    font-weight: var(--_typography---font-weight--regular);
    text-transform: none;
  }

  .home-header_content {
    margin-bottom: auto;
    position: relative;
    top: auto;
  }

  .navbar {
    padding-top: var(--_sizes---fixed--0-5rem);
    padding-bottom: var(--_sizes---fixed--0-5rem);
  }

  .navbar_logo {
    width: var(--_sizes---fixed--7rem);
  }

  .button {
    padding-top: var(--_sizes---fixed--0-875rem);
    padding-bottom: var(--_sizes---fixed--0-875rem);
    border-radius: var(--_sizes---fixed--0-75rem);
    font-size: var(--_sizes---fixed--0-875rem);
  }

  .button.is-line-white:hover {
    border-color: var(--white--30);
  }

  .story_top {
    top: var(--_sizes---fixed--0-875rem);
  }

  .home-header_stories-sticky {
    height: auto;
  }

  .home-header_stories-wrap {
    height: auto;
    margin-top: 0;
    margin-bottom: -5rem;
  }

  .home-intro_pic-1 {
    width: 60%;
    max-width: 10rem;
    top: auto;
    bottom: -6.4rem;
    left: -1.6rem;
  }

  .intro_heading-wrap {
    position: relative;
  }

  .home-intro_pic-2 {
    object-fit: cover;
    object-position: 50% 100%;
    width: 40%;
    max-width: 6.75rem;
    height: 8rem;
    bottom: -9.4rem;
    right: -1.3rem;
  }

  .about-intro_text-wrap-v3 {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .home-header_pill-2,
  .home-intro_pill {
    display: none;
  }

  .work-list_row {
    grid-column-gap: var(--_sizes---fixed--1-25rem);
    grid-row-gap: var(--_sizes---fixed--1-25rem);
  }

  .work-list_block {
    grid-column-gap: var(--_sizes---fixed--1-125rem);
    grid-row-gap: var(--_sizes---fixed--1-125rem);
  }

  .work-list_content {
    grid-column-gap: var(--_sizes---fixed--0-875rem);
    grid-row-gap: var(--_sizes---fixed--0-875rem);
  }

  .work-list_rows {
    grid-column-gap: var(--_sizes---fixed--3rem);
    grid-row-gap: var(--_sizes---fixed--3rem);
  }

  .brands_item {
    border-radius: var(--_sizes---fixed--1-125rem);
    width: 9rem;
  }

  .brands_logo {
    height: 3rem;
  }

  .button-underline {
    font-size: var(--_sizes---fixed--1rem);
  }

  .home-about_component {
    grid-column-gap: var(--_sizes---fixed--2rem);
    grid-row-gap: var(--_sizes---fixed--2rem);
  }

  .list_item {
    margin-bottom: var(--_sizes---fixed--0-5rem);
  }

  .story_author-name {
    font-size: var(--_sizes---fixed--0-75rem);
  }

  .story_author {
    width: var(--_sizes---fixed--1-5rem);
  }

  .story_options {
    width: var(--_sizes---fixed--1-75rem);
  }

  .footer {
    padding-bottom: var(--_sizes---fixed--0rem);
  }

  .footer_logo {
    width: var(--_sizes---fixed--8rem);
  }

  .footer_brand-desc {
    font-size: var(--_sizes---fixed--1rem);
  }

  .footer_links-groups {
    grid-column-gap: var(--_sizes---fixed--2-25rem);
    grid-row-gap: var(--_sizes---fixed--1-75rem);
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .footer_group {
    grid-column-gap: var(--_sizes---fixed--0-75rem);
    grid-row-gap: var(--_sizes---fixed--0-75rem);
  }

  .footer_link {
    font-size: var(--_sizes---fixed--0-875rem);
  }

  .footer_lists {
    grid-column-gap: var(--_sizes---fixed--2rem);
    grid-row-gap: var(--_sizes---fixed--2rem);
  }

  .footer_social {
    grid-column-gap: 1rem;
    justify-content: space-between;
  }

  .footer_legal-divider {
    height: var(--_sizes---fixed--1-5rem);
    width: 1px;
    display: block;
  }

  .footer_template-links {
    margin-left: auto;
    margin-right: auto;
  }

  .footer_legal-wrap {
    grid-column-gap: var(--_sizes---fixed--0-5rem);
    grid-row-gap: var(--_sizes---fixed--0-5rem);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_legal-links {
    flex-flow: column;
    grid-template-columns: 1fr 0.5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .home-header_pill-1 {
    display: none;
  }

  .home-header_sticky {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .home-header_image {
    border-radius: 1rem;
  }

  .home-header_image._3 {
    bottom: -3.4rem;
    left: -6.8rem;
  }

  .home-header_image._1 {
    top: -8.3rem;
  }

  .home-header_image._5 {
    bottom: -6.5rem;
  }

  .home-header_image._2 {
    top: -5.5375rem;
  }

  .home-about_component-v2 {
    grid-column-gap: var(--_sizes---fixed--2-5rem);
    grid-row-gap: var(--_sizes---fixed--2-5rem);
  }

  .home-about_video-wrap {
    border-radius: var(--_sizes---fixed--1rem);
  }

  .home-about_tags-wrap {
    padding: var(--_sizes---fixed--2rem);
  }

  .home-about_tags {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
  }

  .home-about_tag {
    padding: var(--_sizes---fixed--0-875rem) var(--_sizes---fixed--1-125rem);
  }

  .work-list_block-v2 {
    grid-column-gap: var(--_sizes---fixed--1-25rem);
    grid-row-gap: var(--_sizes---fixed--1-25rem);
  }

  .work-list_emoji {
    width: var(--_sizes---fixed--2-5rem);
    top: -1.4rem;
  }

  .about-video_play {
    width: 4rem;
    height: 4rem;
  }

  .work-list_image-main {
    border-radius: var(--_sizes---fixed--0-875rem);
  }

  .work-list_image-second {
    border-radius: var(--_sizes---fixed--0-5rem);
  }

  .home-clients_logo {
    height: 2.5rem;
  }

  .home-clients_list {
    grid-template-columns: 1fr;
  }

  .home-clients_block {
    border: 1px solid var(--grey--500);
    border-radius: 0.75rem;
    overflow: hidden;
  }

  .home-clients_layer {
    border-style: none;
  }

  .home-clients_layer.front {
    aspect-ratio: auto;
    border-style: none;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 1.5rem;
  }

  .home-clients_layer.back {
    aspect-ratio: auto;
    border-radius: 0;
    padding-top: 0.25rem;
    position: relative;
    transform: none;
  }

  .home-clients_button {
    display: none;
  }

  .home-team_component {
    grid-column-gap: var(--_sizes---fixed--2-25rem);
    grid-row-gap: var(--_sizes---fixed--2-25rem);
  }

  .story_author-pic {
    width: var(--_sizes---fixed--1-75rem);
  }

  .story_author-name-v3 {
    font-size: var(--_sizes---fixed--0-75rem);
  }

  .home-services_component {
    grid-column-gap: var(--_sizes---fixed--2rem);
    grid-row-gap: var(--_sizes---fixed--2rem);
  }

  .home-services_text-wrap {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .home-intro_graphic-wrapper {
    padding-right: var(--_sizes---fixed--2-5rem);
    padding-bottom: var(--_sizes---fixed--2-5rem);
    padding-left: var(--_sizes---fixed--2-5rem);
    aspect-ratio: auto;
    border-radius: var(--_sizes---fixed--0-875rem);
  }

  .home-intro_graphic-height {
    border-radius: var(--_sizes---fixed--0-75rem);
  }

  .home-intro_graphic-info-text {
    font-size: var(--_sizes---fixed--0-75rem);
  }

  .home-intro_graphic {
    height: 10rem;
  }

  .home-intro_graphic-info {
    height: 3px;
  }

  .home-services_pill {
    display: none;
  }

  .work-list_infos-v3 {
    border-radius: var(--_sizes---fixed--0-875rem);
  }

  .brands_item-v3 {
    width: 9rem;
  }

  .brands_logo-v3 {
    height: 3rem;
  }

  .home-data_content {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .home-data_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-header_label-2 {
    top: -3.6rem;
  }

  .about-header_label-4 {
    top: -3.6625rem;
    right: 2%;
  }

  .about-video_component {
    border-radius: var(--_sizes---fixed--1rem);
    min-height: auto;
  }

  .about-video_video {
    flex: 0 auto;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .about-video_content {
    padding: var(--_sizes---fixed--2rem);
    position: relative;
  }

  .about-intro_text-wrap {
    padding-right: 0;
  }

  .about-good_content {
    grid-row-gap: var(--_sizes---fixed--1-5rem);
  }

  .about-good_sticky {
    min-height: auto;
    padding-top: 4rem;
    position: relative;
  }

  .about-good_images {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-good_wrapper {
    height: auto;
  }

  .about-good_image._2 {
    width: 100%;
  }

  .about-good_image._1 {
    width: 60%;
  }

  .about-good_image._3 {
    width: 100%;
  }

  .about-good_image-wrap._3 {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-good_pill,
  .team_heading-pill {
    display: none;
  }

  .about-header_image {
    width: var(--_sizes---fixed--3-5rem);
  }

  .about-header_image.large {
    width: var(--_sizes---fixed--5rem);
  }

  .about-header_image.medium {
    width: var(--_sizes---fixed--2-75rem);
  }

  .about-header_img-1 {
    bottom: -6.5rem;
  }

  .about-header_img-5 {
    top: auto;
    left: 47%;
  }

  .about-header_img-3 {
    display: none;
  }

  .about-values_item {
    padding: var(--_sizes---fixed--1-5rem);
  }

  .about-ready_component {
    padding: var(--_sizes---fixed--2-5rem) var(--_sizes---fixed--1-5rem);
    border-radius: var(--_sizes---fixed--0-75rem);
    flex-direction: column;
  }

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

  .about-data_numbers {
    grid-column-gap: var(--_sizes---fixed--1rem);
    grid-row-gap: var(--_sizes---fixed--1rem);
    width: 100%;
  }

  .service_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .services-header_pill {
    display: none;
  }

  .services-intro_service {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
  }

  .services-intro_services {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
  }

  .blog-list_list {
    grid-column-gap: var(--_sizes---fixed--1rem);
  }

  .blog-list_texts {
    padding-right: var(--_sizes---fixed--0rem);
  }

  .careers-header_superscript {
    font-size: var(--_sizes---fixed--1-125rem);
    top: -18px;
    left: 5px;
  }

  .careers-benefits_content {
    grid-row-gap: 2rem;
  }

  .careers-benefits_item {
    padding-bottom: 1.25rem;
  }

  .careers-benefits_title {
    font-size: 1.25rem;
  }

  .careers-roles_content {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    grid-template-columns: 1fr;
    justify-content: start;
  }

  .contact_content {
    max-width: none;
  }

  .contact_component {
    grid-column-gap: var(--_sizes---fixed--2rem);
    grid-row-gap: var(--_sizes---fixed--2rem);
  }

  .case-content_imgs-list {
    grid-column-gap: var(--_sizes---fixed--1-5rem);
    grid-row-gap: var(--_sizes---fixed--1-5rem);
  }

  .case-content_data {
    grid-column-gap: var(--_sizes---fixed--1-75rem);
    grid-row-gap: var(--_sizes---fixed--1-75rem);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .post-header_infos {
    grid-column-gap: var(--_sizes---fixed--1rem);
    grid-row-gap: var(--_sizes---fixed--1rem);
  }

  .post-content_rich-text {
    font-size: var(--_sizes---fixed--1rem);
  }

  .post-content_rich-text h2 {
    margin-bottom: var(--_sizes---fixed--1-125rem);
    font-size: var(--_sizes---fixed--1-5rem);
  }

  .post-content_rich-text p {
    margin-bottom: var(--_sizes---fixed--1-5rem);
  }

  .post-content_rich-text h4 {
    font-size: var(--_sizes---fixed--1-125rem);
    margin-bottom: 1.25rem;
  }

  .post-content_rich-text h3 {
    font-size: var(--_sizes---fixed--1-25rem);
    margin-bottom: 1.25rem;
  }

  .post-content_rich-text h6 {
    font-size: var(--_sizes---fixed--1rem);
  }

  .post-content_rich-text blockquote {
    font-size: 1.25rem;
  }

  .post-content_rich-text h1 {
    margin-bottom: var(--_sizes---fixed--1-125rem);
    font-size: var(--_sizes---fixed--1-75rem);
  }

  .post-content_rich-text h5 {
    font-size: var(--_sizes---fixed--1-125rem);
  }

  .post-content_rich-text li {
    margin-bottom: var(--_sizes---fixed--0-5rem);
  }

  .product_default-state {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .product_quatity {
    width: 4.9rem;
    height: auto;
  }

  .product_cart-button {
    width: auto;
  }

  .product_image {
    border-radius: 1rem;
  }

  .product_images,
  .product_details-wrap {
    width: 100%;
  }

  .product_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .section_home-header {
    grid-column-gap: var(--_sizes---fixed--3rem);
    grid-row-gap: var(--_sizes---fixed--3rem);
    flex-flow: column;
    padding-bottom: 0;
    display: flex;
    overflow: clip;
  }

  .home-intro_text-wrap {
    width: 70%;
    max-width: none;
    margin-bottom: 1.625rem;
    margin-right: 0;
  }

  .work-list_list.grid {
    grid-column-gap: var(--_sizes---fixed--1-25rem);
  }

  .footer_link-label,
  .work-list_desc {
    font-size: var(--_sizes---fixed--0-875rem);
  }

  .home-about_text-wrap {
    width: 70%;
    max-width: none;
    margin-right: 0;
  }

  .home-about_pill {
    display: none;
  }

  .work-list_list-v3 {
    grid-column-gap: var(--_sizes---fixed--2-25rem);
    grid-row-gap: var(--_sizes---fixed--2-25rem);
  }

  .about-intro_component-v2 {
    grid-column-gap: var(--_sizes---fixed--2-5rem);
    grid-row-gap: var(--_sizes---fixed--2-5rem);
  }

  .about-intro_text-wrap-v2 {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .about-intro_component-v3 {
    grid-column-gap: var(--_sizes---fixed--2-5rem);
    grid-row-gap: var(--_sizes---fixed--2-5rem);
  }

  .about-intro_head {
    position: relative;
  }

  .about-data_item {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .footer_logo-huge {
    display: none;
  }

  .shop-list_list {
    grid-row-gap: var(--_sizes---fixed--2rem);
  }

  .shop-list_heading {
    font-size: var(--_sizes---fixed--1-25rem);
  }

  .cart_product-name {
    font-size: 0.875rem;
  }

  .cart_image {
    border-radius: 0.35rem;
  }

  .cart {
    margin-top: 2px;
  }

  .cart_product-price {
    font-size: 0.75rem;
  }

  .cart_container {
    min-width: auto;
    margin: 4rem 1.5rem 1.5rem;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-large {
    font-size: 2.75rem;
  }

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

  .button-2 {
    padding: 1rem 2rem;
  }

  .footer-legal-links {
    justify-content: center;
    align-items: center;
  }

  .text-support {
    font-size: 1.75rem;
  }

  .text-support.small {
    font-size: 1.25rem;
  }

  .heading-style-h4-2 {
    font-size: 2.2rem;
  }

  .footer-email {
    font-size: 5em;
  }

  .footer-2 {
    grid-row-gap: 3rem;
    flex-flow: column;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .footer-legal-wrap {
    position: relative;
    inset: auto;
  }

  .cta_content {
    grid-row-gap: 0.3rem;
  }

  .cta_sticky {
    height: 30rem;
  }

  .button_icon-2.is-huge {
    width: 2rem;
  }

  .cta_heading {
    vertical-align: top;
    font-size: 2rem !important;
  }

  .button-underline_line-2.is-huge {
    height: 2px;
  }

  .padding-global-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-underline-2 {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    font-size: 1rem;
  }

  .button-underline-2.is-huge {
    padding-bottom: 0.5rem;
    padding-right: 0.25rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .resources_items,
  .resources_items.more-columns {
    grid-template-columns: 1fr;
  }

  .ecommerce_order-product-pic {
    width: 4rem;
  }

  .resources_license-wrap,
  .resources_fonts {
    grid-template-columns: 1fr 1fr;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .ecommerce_order-item {
    flex-flow: column;
    margin-bottom: 2rem;
  }

  .ecommerce_order-item-texts {
    margin: 0.5rem 0;
  }

  .ecommerce_order-item-block {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ecommerce_order-item-infos {
    margin-left: 0;
    margin-right: 0;
  }

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

  .resources_font-2 {
    font-size: 5rem;
  }

  .resources_licenses-links {
    grid-column-gap: var(--_sizes---fixed--0-5rem);
    grid-row-gap: var(--_sizes---fixed--0-5rem);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-header_pic {
    width: 8vw;
  }

  .home-header_profile-name {
    font-size: 4vw;
  }

  .home-header_options {
    width: 14vw;
  }

  .home-header_stories {
    width: 70vw;
  }

  .work-list_row {
    grid-column-gap: var(--_sizes---fixed--3rem);
    grid-row-gap: var(--_sizes---fixed--3rem);
    flex-flow: column;
    display: flex;
  }

  .brands_item {
    width: 12rem;
  }

  .home-about_component {
    box-sizing: border-box;
    grid-column-gap: var(--_sizes---fixed--2-25rem);
    grid-row-gap: var(--_sizes---fixed--2-25rem);
    flex-flow: wrap-reverse;
    display: flex;
  }

  .home-about_component.flip {
    flex-flow: wrap;
  }

  .story_author-name {
    font-size: var(--_sizes---fixed--0-875rem);
  }

  .story_author {
    width: var(--_sizes---fixed--1-5rem);
  }

  .story_options {
    width: var(--_sizes---fixed--2-75rem);
  }

  .footer_brand {
    padding-bottom: var(--_sizes---fixed--1-5rem);
    grid-column-gap: var(--_sizes---fixed--1-125rem);
    grid-row-gap: var(--_sizes---fixed--1-125rem);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_links-groups {
    padding-right: var(--_sizes---fixed--1-75rem);
  }

  .footer_field-wrap {
    grid-column-gap: var(--_sizes---fixed--0-875rem);
    grid-row-gap: var(--_sizes---fixed--0-875rem);
    flex-flow: column;
  }

  .footer_field {
    height: var(--_sizes---fixed--4rem);
    padding-right: var(--_sizes---fixed--1-25rem);
    border-radius: var(--_sizes---fixed--0-875rem);
  }

  .footer_form-button-wrap {
    position: relative;
    right: auto;
  }

  .footer_legal-divider {
    display: none;
  }

  .footer_template-links {
    grid-row-gap: 0.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_legal-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_legal-links {
    grid-column-gap: var(--_sizes---fixed--2-25rem);
    grid-row-gap: var(--_sizes---fixed--2-25rem);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .home-header_image._3 {
    left: -8.8rem;
  }

  .home-header_image._1 {
    left: -6.6rem;
  }

  .home-header_image._5 {
    bottom: -8.6rem;
    right: 7.8rem;
  }

  .home-header_image._2 {
    right: -6.9rem;
  }

  .home-about_tags-wrap {
    padding: var(--_sizes---fixed--1-5rem);
  }

  .home-about_tag {
    padding-top: var(--_sizes---fixed--0-75rem);
    padding-bottom: var(--_sizes---fixed--0-75rem);
  }

  .work-list_emoji {
    width: var(--_sizes---fixed--2rem);
    top: -0.8rem;
    left: 0.9rem;
  }

  .about-video_play {
    width: 3rem;
    height: 3rem;
  }

  .work-list_image-second {
    right: -5%;
  }

  .home-header_images-wrap {
    width: 60%;
    max-width: 15rem;
  }

  .story_options-v3 {
    width: var(--_sizes---fixed--2-25rem);
  }

  .home-intro_graphic-wrapper {
    padding-right: var(--_sizes---fixed--1-25rem);
    padding-bottom: var(--_sizes---fixed--1-5rem);
    padding-left: var(--_sizes---fixed--1-25rem);
  }

  .home-intro_graphic-info-text {
    left: -4px;
  }

  .work-list_infos-v3 {
    padding: var(--_sizes---fixed--1-5rem);
    grid-column-gap: var(--_sizes---fixed--1-25rem);
    grid-row-gap: var(--_sizes---fixed--1-25rem);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-header_label-2,
  .about-header_label-3,
  .about-header_label-4 {
    display: none;
  }

  .about-video_content {
    padding: var(--_sizes---fixed--1-25rem);
  }

  .about-video_message {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-video_message-wrap {
    display: block;
  }

  .about-intro_team {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .team_list {
    grid-column-gap: var(--_sizes---fixed--2-5rem);
    grid-row-gap: var(--_sizes---fixed--2-5rem);
    flex-flow: column;
    display: flex;
  }

  .team_block {
    grid-column-gap: var(--_sizes---fixed--1rem);
    grid-row-gap: var(--_sizes---fixed--1rem);
  }

  .about-header_img-5 {
    left: 86%;
  }

  .about-header_img-4 {
    left: 71%;
  }

  .about-header_img-2,
  .about-header_image-2 {
    display: none;
  }

  .section_about-video-v3 {
    aspect-ratio: 3 / 2;
    padding-bottom: 0;
  }

  .about-header_image-1 {
    display: none;
  }

  .about-video_lightbox {
    height: 100vw;
  }

  .about-video_video-bg {
    width: 100vw;
  }

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

  .blog-list_list {
    flex-flow: column;
    display: flex;
  }

  .blog-header_content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .case-content_content {
    grid-column-gap: var(--_sizes---fixed--1-25rem);
    grid-row-gap: var(--_sizes---fixed--1-25rem);
  }

  .case-content_final {
    grid-column-gap: var(--_sizes---fixed--1-25rem);
    grid-row-gap: var(--_sizes---fixed--1-25rem);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .case-content_data {
    flex-flow: column;
    display: flex;
  }

  .blog-header_author {
    grid-column-gap: var(--_sizes---fixed--0-25rem);
    grid-row-gap: var(--_sizes---fixed--0-25rem);
  }

  .brand_component {
    grid-column-gap: var(--_sizes---fixed--1-125rem);
    grid-row-gap: var(--_sizes---fixed--1-125rem);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product_images {
    grid-row-gap: 1rem;
    order: -1;
    width: 100%;
  }

  .product_details-wrap {
    width: 100%;
  }

  .product_wrapper {
    flex-direction: column;
  }

  .section_home-header {
    padding-bottom: 8rem;
  }

  .home-intro_text-wrap {
    width: 100%;
  }

  .work-list_list.grid {
    flex-flow: column;
    display: flex;
  }

  .home-about_text-wrap,
  .work-list_wrapper-v2 {
    width: 100%;
  }

  .about-intro_text-wrap-v2 {
    margin-bottom: 0;
  }

  .about-ready_message {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop-list_list {
    flex-flow: column;
    display: flex;
  }

  .cart_product-name {
    font-size: 0.875rem;
  }

  .cart_container {
    min-width: auto;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .social-icons {
    width: 3rem;
    height: 3rem;
  }

  .button-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .text-xs {
    font-size: 0.75rem;
  }

  .footer-legal-links {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    place-items: center;
    display: grid;
  }

  .cart-wrap {
    left: auto;
  }

  .footer-legal-component {
    grid-row-gap: 2rem;
  }

  .footer-email {
    font-size: 3.1em;
  }

  .footer-2 {
    grid-row-gap: 7rem;
    padding-top: 8rem;
  }
}

#w-node-_08dd458d-5333-50bc-5a9e-990b7490fa3c-2ad5d440 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e5885298-6073-4300-a7ac-917598dc82bc-98dc8263 {
  order: 0;
  place-self: end start;
}

#w-node-_519bd16f-393d-d999-d429-6aca5933500d-2ad5d4ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_311c5741-7f94-d30d-9be4-621e99eb2d39-2ad5d4fa,
#w-node-_959ee6e9-764b-0804-1ec2-04ac27db8cd8-2ad5d4fa,
#w-node-c500b139-45b2-1f36-9ded-4c6efcbfa059-2ad5d4fa,
#w-node-f18d7448-4e04-648a-e756-61db7c7d72df-2ad5d4fa,
#w-node-f18d7448-4e04-648a-e756-61db7c7d72e9-2ad5d4fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_873a0faa-7e09-81dd-113a-24a283f4ab98-2ad5d566 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f458c84a-aea1-8b85-b4b2-795df0a68794-2ad5d56d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f458c84a-aea1-8b85-b4b2-795df0a68795-2ad5d56d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f458c84a-aea1-8b85-b4b2-795df0a68797-2ad5d56d {
  grid-area: 1 / 4 / 2 / 5;
}

@media screen and (max-width: 767px) {
  #w-node-b5e5c98a-743d-3b66-41c0-9555ead31793-2ad5d56b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_311c5741-7f94-d30d-9be4-621e99eb2d39-2ad5d4fa,
  #w-node-_959ee6e9-764b-0804-1ec2-04ac27db8cd8-2ad5d4fa,
  #w-node-c500b139-45b2-1f36-9ded-4c6efcbfa059-2ad5d4fa,
  #w-node-_04b652a8-e43c-0d3d-5d16-f5269173aa1f-2ad5d4fa,
  #w-node-f18d7448-4e04-648a-e756-61db7c7d72df-2ad5d4fa,
  #w-node-f18d7448-4e04-648a-e756-61db7c7d72e9-2ad5d4fa,
  #w-node-_3b68343b-b82b-1205-c041-6a45854ca78d-2ad5d4fa,
  #w-node-_85264103-9559-d8d5-b214-eb5238c9b47e-2ad5d4fa,
  #w-node-_3b68343b-b82b-1205-c041-6a45854ca795-2ad5d4fa,
  #w-node-_6c23c82e-bd54-1ada-3e1d-e36dd62285ef-2ad5d4fa,
  #w-node-_6c23c82e-bd54-1ada-3e1d-e36dd62285f7-2ad5d4fa,
  #w-node-_03422987-422c-e894-0148-e8a580d74d79-2ad5d4fa,
  #w-node-_03422987-422c-e894-0148-e8a580d74d81-2ad5d4fa,
  #w-node-_5bbde7be-2c15-090e-aeb7-d1fcb9cd1d85-2ad5d4fa,
  #w-node-_5bbde7be-2c15-090e-aeb7-d1fcb9cd1d8d-2ad5d4fa,
  #w-node-e7c3639e-cafe-5248-4f52-086854b10148-2ad5d4fa,
  #w-node-e7c3639e-cafe-5248-4f52-086854b10150-2ad5d4fa,
  #w-node-_87a02154-da01-2d7d-efdb-e5c06c7bdd00-2ad5d4fa,
  #w-node-_87a02154-da01-2d7d-efdb-e5c06c7bdd08-2ad5d4fa,
  #w-node-f458c84a-aea1-8b85-b4b2-795df0a68794-2ad5d56d,
  #w-node-f458c84a-aea1-8b85-b4b2-795df0a68795-2ad5d56d,
  #w-node-f458c84a-aea1-8b85-b4b2-795df0a68797-2ad5d56d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/MonaSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/MonaSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/Mona-Sans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/Mona-Sans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/Mona-Sans-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/Mona-Sans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.reel-item {
  position: relative;
  background-color: black;
  overflow: hidden;
}

.reel-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 10%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(255, 255, 255, 0) 100%
  );
  padding-top: 10rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.reel-value-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.reel-value-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: white;
}

.reel-value-count {
  font-size: 1rem;
  color: white;
  font-weight: 300;
}

img,
video {
  object-position: center;
}

/* Social Platform Grid Styles */
.social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.social-grid-item {
  aspect-ratio: 9 / 16;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  display: block;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

.social-grid-item:hover {
  transform: scale(1.02);
}

.social-grid-item .reel-value-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.social-grid-item .reel-value-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: white;
}

.social-grid-item .reel-value-count {
  font-size: 1rem;
  color: white;
  font-weight: 500;
}

/* Media queries for responsiveness */
@media screen and (max-width: 991px) {
  .social-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .social-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .social-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contact-btn:hover {
  color: #fff !important;
}
