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

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

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/SourceSans3-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-ExtraBold.ttf') format("truetype"), url('../fonts/SourceSans3-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: "Sourcesans 3 Variablefont Wght";
  src: url('../fonts/SourceSans3-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3 Variablefont Wght";
  src: url('../fonts/SourceSans3-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --cold-beige: #f3ebe8;
  --neutrals-900: #111827;
  --neutrals-700: #374151;
  --coral: #ff7377;
  --primary-900: #411c86;
  --primary-800: #5020a8;
  --primary-700: #6025cd;
  --primary-600: #7035e4;
  --primary-500: #7e52ee;
  --primary-400: #9c7ff4;
  --primary-300: #bcacf9;
  --primary-200: #d7d0fc;
  --primary-100: #eae5fd;
  --primary-50-501: #f3f0fe;
  --accent-900: #76193a;
  --accent-800: #921942;
  --accent-700: #b51a52;
  --accent-600: #d4266b;
  --accent-500: #e9408c;
  --accent-400: #f167ab;
  --accent-300: #f69ecc;
  --accent-200: #fbc9e4;
  --accent-100: #fbe4f0;
  --accent-50-501: #fdeff7;
  --neutrals-800: #1f2937;
  --neutrals-600: #4b5563;
  --neutrals-500: #6a7280;
  --neutrals-400: #9ba3af;
  --neutrals-300: #d1d5da;
  --neutrals-200: #e4e7eb;
  --neutrals-100: #f2f4f6;
  --neutrals-50-501: #f9fafb;
  --error-900: #7f1c1d;
  --error-800: #981b1b;
  --error-700: #b81c1b;
  --error-600: #dc2625;
  --error-500: #f04444;
  --error-400: #f87171;
  --error-300: #fba5a5;
  --error-200: #ffcaca;
  --error-100: #fee2e1;
  --error-50-501: #fef1f2;
  --warning-900: #7c2d12;
  --warning-800: #993413;
  --warning-700: #c1410b;
  --warning-600: #ea570b;
  --warning-500: #f97415;
  --warning-400: #fb923c;
  --warning-300: #fcbb74;
  --warning-200: #fdd7aa;
  --warning-100: #ffecd5;
  --warning-50-501: #fff7ed;
  --success-900: #14522d;
  --success-800: #176534;
  --success-700: #13813c;
  --success-600: #17a34a;
  --success-500: #24c45d;
  --success-400: #4bde80;
  --success-300: #85efab;
  --success-200: #baf7d0;
  --success-100: #dcfce6;
  --success-50-501: #dcfce6;
  --info-900: #1d3a8a;
  --info-800: #2040af;
  --info-700: #1d4ed8;
  --info-600: #2563eb;
  --info-500: #3c82f5;
  --info-400: #60a5f9;
  --info-300: #93c4fd;
  --info-200: #bfdcfe;
  --info-100: #dbeafe;
  --info-50-501: #eef6ff;
  --white-100: white;
  --white-88: #ffffffe0;
  --white-80: #fffc;
  --white-72: #ffffffb8;
  --white-64: #ffffffa3;
  --white-56: #ffffff8f;
  --white-48: #ffffff7a;
  --white-40: #fff6;
  --white-32: #ffffff52;
  --white-24: #ffffff3d;
  --white-16: #ffffff29;
  --dark-coral: #f06479;
  --white-8-89: #ffffff14;
  --black-100: black;
  --black-72: #000000b8;
  --black-16: #00000029;
  --bisque-dark: #f5b096;
  --bisque: #f6c5b2;
  --bisque-light: #f3d7cc;
  --black-64: #000000a3;
  --black-88: #000000e0;
  --black-80: #000c;
  --black-56: #0000008f;
  --black-48: #0000007a;
  --black-40: #0006;
  --black-32: #00000052;
  --black-24: #0000003d;
  --black-8-89: #00000014;
  --black-4-49: #0000000a;
  --dusty-green: #9ed3ba;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--cold-beige);
  color: var(--neutrals-900);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--neutrals-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--neutrals-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: var(--neutrals-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--neutrals-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  color: var(--neutrals-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  color: var(--neutrals-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: var(--neutrals-700);
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 18px;
}

a {
  color: var(--coral);
  letter-spacing: -.015rem;
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}

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

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 48px;
}

li {
  text-align: left;
}

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

form {
  flex-direction: column;
  display: flex;
}

label {
  margin-bottom: 0;
  font-weight: 500;
}

blockquote {
  color: var(--neutrals-900);
  border: 0 #000;
  margin-bottom: 0;
  padding: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.bgc-primary-900 {
  background-color: var(--primary-900);
}

.bgc-primary-800 {
  background-color: var(--primary-800);
}

.bgc-primary-700 {
  background-color: var(--primary-700);
}

.bgc-primary-600 {
  background-color: var(--primary-600);
}

.bgc-primary-500 {
  background-color: var(--primary-500);
}

.bgc-primary-400 {
  background-color: var(--primary-400);
}

.bgc-primary-300 {
  background-color: var(--primary-300);
}

.bgc-primary-200 {
  background-color: var(--primary-200);
}

.bgc-primary-100 {
  background-color: var(--primary-100);
}

.bgc-primary-50 {
  background-color: var(--primary-50-501);
}

.bgc-accent-900 {
  background-color: var(--accent-900);
}

.bgc-accent-800 {
  background-color: var(--accent-800);
}

.bgc-accent-700 {
  background-color: var(--accent-700);
}

.bgc-accent-600 {
  background-color: var(--accent-600);
}

.bgc-accent-500 {
  background-color: var(--accent-500);
}

.bgc-accent-400 {
  background-color: var(--accent-400);
}

.bgc-accent-300 {
  background-color: var(--accent-300);
}

.bgc-accent-200 {
  background-color: var(--accent-200);
}

.bgc-accent-100 {
  background-color: var(--accent-100);
}

.bgc-accent-50 {
  background-color: var(--accent-50-501);
}

.bgc-neutrals-900 {
  background-color: var(--neutrals-900);
}

.bgc-neutrals-800 {
  background-color: var(--neutrals-800);
}

.bgc-neutrals-700 {
  background-color: var(--neutrals-700);
}

.bgc-neutrals-600 {
  background-color: var(--neutrals-600);
}

.bgc-neutrals-500 {
  background-color: var(--neutrals-500);
}

.bgc-neutrals-400 {
  background-color: var(--neutrals-400);
}

.bgc-neutrals-300 {
  background-color: var(--neutrals-300);
}

.bgc-neutrals-200 {
  background-color: var(--neutrals-200);
}

.bgc-neutrals-100 {
  background-color: var(--neutrals-100);
}

.bgc-neutrals-50 {
  background-color: var(--neutrals-50-501);
}

.bgc-error-900 {
  background-color: var(--error-900);
}

.bgc-error-800 {
  background-color: var(--error-800);
}

.bgc-error-700 {
  background-color: var(--error-700);
}

.bgc-error-600 {
  background-color: var(--error-600);
}

.bgc-error-500 {
  background-color: var(--error-500);
}

.bgc-error-400 {
  background-color: var(--error-400);
}

.bgc-error-300 {
  background-color: var(--error-300);
}

.bgc-error-200 {
  background-color: var(--error-200);
}

.bgc-error-100 {
  background-color: var(--error-100);
}

.bgc-error-50 {
  background-color: var(--error-50-501);
}

.bgc-warning-900 {
  background-color: var(--warning-900);
}

.bgc-warning-800 {
  background-color: var(--warning-800);
}

.bgc-warning-700 {
  background-color: var(--warning-700);
}

.bgc-warning-600 {
  background-color: var(--warning-600);
}

.bgc-warning-500 {
  background-color: var(--warning-500);
}

.bgc-warning-400 {
  background-color: var(--warning-400);
}

.bgc-warning-300 {
  background-color: var(--warning-300);
}

.bgc-warning-200 {
  background-color: var(--warning-200);
}

.bgc-warning-100 {
  background-color: var(--warning-100);
}

.bgc-warning-50 {
  background-color: var(--warning-50-501);
}

.bgc-success-900 {
  background-color: var(--success-900);
}

.bgc-success-800 {
  background-color: var(--success-800);
}

.bgc-success-700 {
  background-color: var(--success-700);
}

.bgc-success-600 {
  background-color: var(--success-600);
}

.bgc-success-500 {
  background-color: var(--success-500);
}

.bgc-success-400 {
  background-color: var(--success-400);
}

.bgc-success-300 {
  background-color: var(--success-300);
}

.bgc-success-200 {
  background-color: var(--success-200);
}

.bgc-success-100 {
  background-color: var(--success-100);
}

.bgc-success-50 {
  background-color: var(--success-50-501);
}

.bgc-info-900 {
  background-color: var(--info-900);
}

.bgc-info-800 {
  background-color: var(--info-800);
}

.bgc-info-700 {
  background-color: var(--info-700);
}

.bgc-info-600 {
  background-color: var(--info-600);
}

.bgc-info-500 {
  background-color: var(--info-500);
}

.bgc-info-400 {
  background-color: var(--info-400);
}

.bgc-info-300 {
  background-color: var(--info-300);
}

.bgc-info-200 {
  background-color: var(--info-200);
}

.bgc-info-100 {
  background-color: var(--info-100);
}

.bgc-info-50 {
  background-color: var(--info-50-501);
}

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

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

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

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

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

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

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

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

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

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

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

.headline {
  color: var(--neutrals-900);
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 700;
}

.headline.xxs {
  letter-spacing: -.015rem;
  font-family: "Sourcesans 3", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  text-decoration: none;
}

.headline.xs {
  color: var(--neutrals-900);
  letter-spacing: -.015rem;
  font-size: 1.5rem;
  line-height: 1.2;
}

.headline.xs.stack-l {
  color: var(--neutrals-800);
}

.headline.s {
  color: var(--neutrals-900);
  letter-spacing: -.025rem;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1.2;
}

.headline.m {
  letter-spacing: -.025rem;
  font-size: 2rem;
  line-height: 1.2;
}

.headline.m.stack-xl {
  font-size: 1.4rem;
  font-weight: 700;
}

.headline.xl {
  letter-spacing: -.025rem;
  font-size: 3.5rem;
  line-height: 1.1;
}

.headline.xl.stack-xl.tal {
  text-align: left;
}

.headline.xl.tc-coral {
  color: var(--warning-400);
}

.headline.hero-headline {
  font-family: "Sourcesans 3", sans-serif;
  font-size: 6rem;
  font-weight: 700;
}

.headline.l {
  letter-spacing: -.025rem;
  font-family: "Sourcesans 3", sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}

.headline.tc-coral {
  color: var(--coral);
}

.body-text-s {
  letter-spacing: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.caption {
  letter-spacing: -.015rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.143;
}

.link {
  color: var(--coral);
  letter-spacing: -.015em;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  transition: color .2s;
}

.link:hover {
  color: var(--dark-coral);
  text-decoration: none;
}

.link:active {
  color: var(--coral);
}

.link:focus-visible, .link[data-wf-focus-visible] {
  outline-color: var(--coral);
  outline-offset: 2px;
  border-radius: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.link.dark {
  color: var(--neutrals-600);
  text-decoration: none;
  transition: opacity .3s;
}

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

.link.tc-neutrals-600:hover {
  color: var(--warning-500);
}

.overline {
  letter-spacing: .0625rem;
  text-transform: uppercase;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.3;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.taj {
  text-align: justify;
}

.tc-primary-900 {
  color: var(--primary-900);
}

.tc-primary-800 {
  color: var(--primary-800);
}

.tc-primary-700 {
  color: var(--primary-700);
}

.tc-primary-600 {
  color: var(--primary-600);
}

.tc-primary-500 {
  color: var(--primary-500);
}

.tc-primary-400 {
  color: var(--primary-400);
}

.tc-primary-300 {
  color: var(--primary-300);
}

.tc-primary-200 {
  color: var(--primary-200);
}

.tc-primary-100 {
  color: var(--primary-100);
}

.tc-primary-50 {
  color: var(--primary-50-501);
}

.tc-accent-900 {
  color: var(--accent-900);
}

.tc-accent-800 {
  color: var(--accent-800);
}

.tc-accent-700 {
  color: var(--accent-700);
}

.tc-accent-600 {
  color: var(--accent-600);
}

.tc-accent-500 {
  color: var(--accent-500);
}

.tc-accent-400 {
  color: var(--accent-400);
}

.tc-accent-300 {
  color: var(--accent-300);
}

.tc-accent-200 {
  color: var(--accent-200);
}

.tc-accent-100 {
  color: var(--accent-100);
}

.tc-accent-50 {
  color: var(--accent-50-501);
}

.tc-neutrals-900 {
  color: var(--neutrals-900);
}

.tc-neutrals-800 {
  color: var(--neutrals-800);
}

.tc-neutrals-700 {
  color: var(--neutrals-700);
}

.tc-neutrals-600 {
  color: var(--neutrals-600);
}

.tc-neutrals-500 {
  color: var(--neutrals-500);
}

.tc-neutrals-400 {
  color: var(--neutrals-400);
}

.tc-neutrals-200 {
  color: var(--neutrals-200);
}

.tc-neutrals-100 {
  color: var(--neutrals-100);
}

.tc-neutrals-50 {
  color: var(--neutrals-50-501);
}

.tc-white-100 {
  color: var(--white-100);
}

.tc-white-88 {
  color: var(--white-88);
}

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

.tc-white-72 {
  color: var(--white-72);
}

.tc-white-64 {
  color: var(--white-64);
}

.tc-white-56 {
  color: var(--white-56);
}

.tc-white-48 {
  color: var(--white-48);
}

.tc-white-40 {
  color: var(--white-40);
}

.tc-white-32 {
  color: var(--white-32);
}

.tc-white-24 {
  color: var(--white-24);
}

.tc-white-16 {
  color: var(--white-16);
}

.tc-white-8 {
  color: var(--white-8-89);
}

.tc-error-900 {
  color: var(--error-900);
}

.tc-error-800 {
  color: var(--error-800);
}

.tc-error-700 {
  color: var(--error-700);
}

.tc-error-600 {
  color: var(--error-600);
}

.tc-error-500 {
  color: var(--error-500);
}

.tc-error-400 {
  color: var(--error-400);
}

.tc-error-300 {
  color: var(--error-300);
}

.tc-error-200 {
  color: var(--error-200);
}

.tc-error-100 {
  color: var(--error-100);
}

.tc-error-50 {
  color: var(--error-50-501);
}

.tc-warning-900 {
  color: var(--warning-900);
}

.tc-warning-800 {
  color: var(--warning-800);
}

.tc-warning-700 {
  color: var(--warning-700);
}

.tc-warning-600 {
  color: var(--warning-600);
}

.tc-warning-500 {
  color: var(--warning-500);
}

.tc-warning-400 {
  color: var(--warning-400);
}

.tc-warning-300 {
  color: var(--warning-300);
}

.tc-warning-200 {
  color: var(--warning-200);
}

.tc-warning-100 {
  color: var(--warning-100);
}

.tc-warning-50 {
  color: var(--warning-50-501);
}

.tc-success-900 {
  color: var(--success-900);
}

.tc-success-800 {
  color: var(--success-800);
}

.tc-success-700 {
  color: var(--success-700);
}

.tc-success-600 {
  color: var(--success-600);
}

.tc-success-500 {
  color: var(--success-500);
}

.tc-success-400 {
  color: var(--success-400);
}

.tc-success-300 {
  color: var(--success-300);
}

.tc-success-200 {
  color: var(--success-200);
}

.tc-success-100 {
  color: var(--success-100);
}

.tc-success-50 {
  color: var(--success-50-501);
}

.tc-info-900 {
  color: var(--info-900);
}

.tc-info-800 {
  color: var(--info-800);
}

.tc-info-700 {
  color: var(--info-700);
}

.tc-info-400 {
  color: var(--info-400);
}

.tc-info-300 {
  color: var(--info-300);
}

.tc-info-200 {
  color: var(--info-200);
}

.tc-info-100 {
  color: var(--info-100);
}

.tc-info-50 {
  color: var(--info-50-501);
}

.section {
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.xxs {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.xs {
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.section.s.bgc-white-100 {
  background-color: var(--white-64);
}

.section.m {
  padding-top: 64px;
  padding-bottom: 64px;
}

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

.section.l.bgc-dusty-green {
  background-color: var(--warning-300);
}

.section.xl {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section._2xl {
  border-radius: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  position: static;
}

.section._2xl.section-relative {
  position: relative;
  overflow: visible;
}

.section._3xl {
  padding-top: 168px;
  padding-bottom: 168px;
}

.section.half-screen {
  display: flex;
}

.section.overflow-show {
  overflow: visible;
}

.wrapper {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.wrapper.avc {
  border: 1px #000;
}

.wrapper.g-stack-3xl.avc {
  border: 1px #000;
  align-items: center;
}

.stack-z {
  margin-bottom: 0;
}

.stack-xxs {
  margin-bottom: 2px;
}

.stack-xs {
  margin-bottom: 4px;
}

.stack-s {
  margin-bottom: 8px;
}

.stack-m {
  margin-bottom: 12px;
}

.stack-l {
  margin-bottom: 16px;
}

.stack-xl {
  border-radius: 20px;
  margin-bottom: 24px;
}

.stack-2xl {
  margin-bottom: 48px;
}

.stack-3xl {
  margin-bottom: 64px;
}

.row {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.row.ahc, .row.ahc._404-row {
  position: relative;
}

.row.avc, .row.avc.tac {
  height: auto;
}

.row.g-stack-xl, .row.g-stack-2xl {
  flex-direction: row;
}

.row.md-reverse {
  height: auto;
}

.row.stack-l {
  margin-left: 10px;
}

.row.stack-l.ahc {
  margin-left: auto;
}

.col {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.col.lg1.display-lg {
  overflow: hidden;
}

.col.lg3 {
  width: 25%;
}

.col.lg3.md3.sm2.license-image-column {
  align-items: center;
  width: 16.6%;
  padding-top: 0;
  padding-bottom: 0;
}

.col.lg4 {
  z-index: 3;
  width: 33.3333%;
  position: static;
}

.col.lg4.md6.mdl6.sm2.avc:hover {
  border: 1px #000;
}

.col.lg5.md6.mdl6.sm2.sm-avc.avs {
  perspective: none;
  font-family: "Sourcesans 3", sans-serif;
}

.col.lg6 {
  width: 50%;
}

.col.lg8 {
  width: 66.6667%;
}

.col.lg8.md6.sm2.avc.donut-col, .col.lg8.md6.sm2.avc.coffee-col {
  width: auto;
  height: auto;
}

.col.lg8.md6.sm2.avc.keyhole-col, .col.lg8.md6.sm2.avc.password-coffe-col {
  width: auto;
  height: auto;
  position: static;
}

.col.lg9 {
  width: 75%;
}

.col.lg10 {
  width: 83.3333%;
}

.col.lg12 {
  width: 100%;
}

.col.lg12.md6.mdl6.sm2 {
  display: flex;
}

.col.lg1 {
  width: 8.33333%;
}

.col.lg2 {
  width: 16.6667%;
}

.col.lg5 {
  width: 41.6667%;
}

.col.lg7 {
  width: 58.3333%;
}

.col.lg11 {
  width: 91.6667%;
}

.ahc {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.button {
  background-color: var(--black-100);
  color: var(--white-100);
  border-radius: 6px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 32px;
  padding: 4px 12px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--black-72);
  box-shadow: none;
  border: 0 #000;
}

.button:active {
  outline-width: 1px;
}

.button:focus-visible, .button[data-wf-focus-visible] {
  outline-color: var(--dark-coral);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.button.primary {
  background-color: var(--coral);
  box-shadow: none;
}

.button.primary:hover {
  background-color: var(--dark-coral);
  box-shadow: none;
  outline-offset: 0px;
  border-style: none;
  border-width: 0;
  outline: 3px #0000;
}

.button.primary:active {
  background-color: var(--dark-coral);
  box-shadow: 0 3px 6px 0 var(--black-16);
}

.button.primary.size-m {
  background-color: var(--bisque-dark);
  color: var(--white-100);
  flex-direction: column-reverse;
  font-style: normal;
  font-weight: 400;
}

.button.primary.size-m:hover {
  background-color: var(--warning-500);
}

.button.primary.size-l {
  background-color: var(--warning-200);
  box-shadow: none;
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  mix-blend-mode: normal;
  background-clip: border-box;
  outline: 3px #e148c0;
  transition: color .2s, background-color .2s;
}

.button.primary.size-l:hover {
  background-color: var(--warning-400);
  outline-color: var(--black-100);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: none;
}

.button.primary.size-l.stack-xl {
  background-color: var(--coral);
  outline-width: 2px;
}

.button.primary.size-l.stack-xl:hover {
  box-shadow: none;
  outline-color: var(--black-100);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.button.primary.size-xl {
  background-color: var(--coral);
  height: 56px;
  padding: 16px 24px;
}

.button.primary.size-xl:hover {
  background-color: var(--dark-coral);
  outline-color: var(--black-100);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: none;
}

.button.secondary {
  box-shadow: none;
  color: var(--black-100);
  background-color: #f6c5b2;
}

.button.secondary:hover {
  background-color: var(--bisque-dark);
}

.button.secondary:active {
  background-color: var(--dark-coral);
}

.button.secondary.size-l:hover {
  background-color: var(--bisque-dark);
}

.button.secondary.size-xl {
  background-color: var(--bisque);
}

.button.secondary.size-xl:hover {
  background-color: var(--bisque-dark);
}

.button.tertiary {
  box-shadow: none;
  color: var(--coral);
  background-color: #0000;
}

.button.tertiary:hover {
  background-color: var(--bisque-light);
  color: var(--dark-coral);
}

.button.tertiary:active {
  background-color: var(--bisque-light);
}

.button.tertiary:focus-visible, .button.tertiary[data-wf-focus-visible] {
  outline-offset: 0px;
}

.button.tertiary.size-xl:hover {
  background-color: var(--bisque-light);
}

.button.outline {
  border: 1px solid var(--neutrals-900);
  color: var(--black-100);
  background-color: #0000;
}

.button.outline:hover {
  border-width: 1px;
  border-color: var(--black-100);
  background-color: var(--bisque-light);
}

.button.outline:active {
  background-color: var(--neutrals-50-501);
  box-shadow: none;
}

.button.outline:focus-visible, .button.outline[data-wf-focus-visible] {
  outline-offset: 0px;
  outline-width: 3px;
}

.button.outline.size-xl:hover {
  background-color: var(--bisque-light);
}

.button.size-m {
  grid-column-gap: 4px;
  border-radius: 8px;
  height: 40px;
  padding: 12px 16px;
  font-size: 1rem;
}

.button.size-l {
  grid-column-gap: 8px;
  border-radius: 8px;
  height: 48px;
  padding: 12px 20px;
  font-size: 1rem;
}

.button.size-xl {
  grid-column-gap: 8px;
  border-radius: 8px;
  height: 56px;
  padding: 16px 24px;
  font-size: 1rem;
}

.button.size-xl:hover {
  background-color: var(--black-72);
  outline-offset: 0px;
  outline: 0 solid #fff;
}

.button.size-xl.primary {
  background-color: var(--coral);
  position: static;
}

.button.size-xl.primary:hover {
  box-shadow: none;
  outline-color: var(--black-100);
  outline-offset: 0px;
  border: 0 #000;
  outline-width: 2px;
  outline-style: none;
}

.fab {
  background-color: var(--neutrals-900);
  box-shadow: 0 2px 2px 0 var(--neutrals-100);
  color: var(--white-100);
  border-radius: 6px;
  width: 32px;
  height: 32px;
  padding: 4px;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.fab:hover {
  background-color: var(--black-64);
}

.fab:focus-visible, .fab[data-wf-focus-visible] {
  outline-color: var(--primary-400);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.fab.w--current:hover {
  background-color: var(--black-64);
}

.fab.primary {
  background-color: var(--coral);
}

.fab.primary:hover {
  background-color: var(--dark-coral);
}

.fab.primary:active {
  background-color: var(--primary-800);
  box-shadow: 0 3px 6px 0 var(--neutrals-200);
}

.fab.primary.size-xl {
  background-color: var(--coral);
}

.fab.primary.size-xl:hover {
  background-color: var(--dark-coral);
}

.fab.primary.size-m {
  background-color: var(--coral);
}

.fab.primary.size-m:hover {
  background-color: var(--dark-coral);
}

.fab.primary.size-l {
  background-color: var(--coral);
}

.fab.primary.size-l:hover {
  background-color: var(--dark-coral);
}

.fab.secondary {
  background-color: var(--bisque);
  box-shadow: none;
  color: var(--primary-700);
}

.fab.secondary:hover {
  background-color: var(--bisque-dark);
}

.fab.secondary:active {
  background-color: var(--primary-300);
}

.fab.secondary.size-xl {
  background-color: var(--bisque);
}

.fab.secondary.size-xl:hover {
  background-color: var(--bisque-dark);
}

.fab.tertiary {
  box-shadow: none;
  color: var(--black-100);
  background-color: #0000;
}

.fab.tertiary:hover {
  background-color: var(--bisque-light);
  color: var(--black-100);
}

.fab.tertiary:active {
  background-color: var(--primary-200);
}

.fab.tertiary:focus-visible, .fab.tertiary[data-wf-focus-visible] {
  outline-offset: 0px;
}

.fab.outline {
  border: 1px solid var(--black-100);
  background-color: var(--cold-beige);
  box-shadow: none;
  color: var(--neutrals-700);
}

.fab.outline:hover {
  border-width: 2px;
  border-color: var(--black-100);
}

.fab.outline:active {
  background-color: var(--neutrals-50-501);
  box-shadow: none;
}

.fab.outline:focus-visible, .fab.outline[data-wf-focus-visible] {
  outline-offset: 0px;
  outline-width: 3px;
}

.fab.outline.w--current {
  border-color: var(--neutrals-900);
}

.fab.outline.w--current:hover {
  background-color: var(--bisque-light);
  border-width: 1px;
}

.fab.size-xl {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 8px;
  display: flex;
}

.fab.size-l {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px;
  display: flex;
}

.fab.size-m {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.bgc-black-8 {
  background-color: var(--black-8-89);
}

.bgc-black-4 {
  background-color: var(--black-4-49);
}

.inline-z {
  margin-right: 0;
}

.inline-xxs {
  margin-right: 2px;
}

.inline-xs {
  margin-right: 4px;
}

.inline-s {
  margin-right: 8px;
}

.inline-m {
  margin-right: 12px;
}

.inline-l {
  margin-right: 16px;
}

.inline-xl {
  margin-right: 24px;
}

.inline-2xl {
  margin-right: 48px;
}

.inline-3xl {
  margin-right: 64px;
}

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

.avatar {
  background-color: var(--primary-700);
  outline-color: var(--black-8-89);
  outline-offset: -1px;
  color: var(--neutrals-100);
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.avatar.size-s {
  width: 48px;
  height: 48px;
}

.list {
  list-style-type: none;
}

.list.unordered {
  list-style-type: disc;
}

.quote {
  letter-spacing: -.025rem;
}

.label-s {
  letter-spacing: -.015rem;
  white-space: nowrap;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.asset {
  border: 1px none var(--neutrals-900);
  color: var(--neutrals-900);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.label-m {
  letter-spacing: -.015rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.input {
  border: 2px solid var(--neutrals-200);
  border-radius: 6px;
  margin-bottom: 0;
  padding-left: 12px;
  transition: color .2s, background-color .2s;
}

.input:hover {
  border-width: 2px;
  border-color: var(--neutrals-700);
  background-color: var(--neutrals-50-501);
  padding-left: 12px;
}

.input:active, .input:focus {
  border-width: 1px;
  border-color: var(--black-100);
  background-color: var(--white-100);
}

.input::placeholder {
  color: var(--neutrals-400);
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.input.m {
  border-radius: 8px;
  min-height: 48px;
  padding: 12px 16px;
}

.body-text-l {
  letter-spacing: -.015rem;
  font-size: 1.125rem;
  line-height: 1.75;
}

.body-text-l.crossed {
  text-decoration: line-through;
}

.body-text-l.crossed.tc-neutrals-400 {
  opacity: 0;
  overflow: visible;
}

.body-text-l.tc-neutrals-500 {
  color: var(--neutrals-700);
}

.body-text-m {
  letter-spacing: -.015rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

.select-field {
  border: 2px solid var(--neutrals-200);
  background-color: var(--white-100);
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 20px;
}

.select-field:hover {
  background-color: var(--neutrals-50-501);
}

.select-field:active, .select-field:focus {
  border-width: 1px;
  border-color: var(--black-100);
  border-radius: 6px;
}

.select-field:focus-visible, .select-field[data-wf-focus-visible] {
  border-radius: 6px;
}

.error-message {
  background-color: var(--error-100);
  border: 1px solid #000;
  border-radius: 8px;
  min-width: 250px;
  margin-top: 0;
  padding: 12px 16px;
  position: fixed;
  inset: 4% 40% auto;
}

.error-message.body-text-m.tac {
  border: 1px solid #000;
  border-radius: 16px;
  position: fixed;
}

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

.search-result-list {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.search {
  flex-direction: row;
  width: 100%;
}

.fill-100 {
  width: 100%;
}

.pagination-button {
  border-color: var(--black-100);
  color: var(--black-100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 6px;
  width: auto;
  height: auto;
  padding: 6px 14px;
  font-size: 14px;
  font-style: normal;
  line-height: 1.9;
  transition: background-color .2s;
}

.pagination-button:hover {
  background-color: var(--bisque-light);
  border-style: solid;
  border-width: 1px;
}

.pagination-button:active {
  background-color: #0000;
  transform: translate3d(0, 0, -43px);
}

.pagination-button:focus-visible, .pagination-button[data-wf-focus-visible] {
  outline-color: var(--dusty-green);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.pagination {
  perspective: none;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.nav-link {
  color: var(--neutrals-700);
  text-align: center;
  border-radius: 8px;
  padding: 8px 16px;
}

.nav-link:hover {
  background-color: var(--primary-100);
  color: var(--primary-700);
}

.nav-link:active {
  background-color: var(--primary-200);
}

.nav-link:focus {
  color: var(--primary-700);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-color: var(--coral);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.nav-link.label-m {
  transition: opacity .3s;
  overflow: hidden;
}

.nav-link.label-m:hover {
  color: var(--black-100);
  background-color: #0000;
  text-decoration: underline;
}

.nav-link.label-m:focus {
  color: var(--black-100);
}

.nav-link.label-m.w--current {
  color: var(--warning-500);
}

.cavada {
  color: var(--primary-700);
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navbar {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-start {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.nav-container {
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.nav-buttons {
  grid-column-gap: 8px;
  perspective: 1000px;
  justify-content: flex-end;
  display: flex;
  position: static;
}

.nav-menu {
  flex: 1;
  justify-content: center;
  display: flex;
}

.tag {
  background-color: var(--neutrals-100);
  color: var(--neutrals-500);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
}

.tag.m {
  padding: 2px 8px;
}

.tag.primary {
  background-color: var(--primary-700);
  color: var(--white-100);
}

.tag.outline {
  border: 1px solid var(--neutrals-200);
  background-color: var(--white-100);
  color: var(--neutrals-700);
}

.tag.primary {
  background-color: var(--coral);
  position: static;
}

.tag.primary:hover {
  box-shadow: none;
  outline-color: var(--black-100);
  outline-offset: 0px;
  border: 1px #000;
  outline-width: 2px;
  outline-style: none;
}

.tag.primary.style-guide {
  min-width: 24px;
}

.indent-z {
  padding-left: 0;
}

.indent-xxs {
  padding-left: 2px;
}

.indent-xs {
  padding-left: 4px;
}

.indent-s {
  padding-left: 8px;
}

.indent-m {
  padding-left: 12px;
}

.indent-l {
  padding-left: 16px;
}

.indent-xl {
  padding-left: 24px;
}

.indent-2xl {
  padding-left: 48px;
}

.indent-3xl {
  padding-left: 64px;
}

.g-stack-z {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-xxs {
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-xs {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-xs.avc {
  align-items: center;
}

.g-stack-s {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-m {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-l {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 20px;
}

.g-stack-l.avc {
  align-items: center;
}

.g-stack-xl {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-2xl {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-stack-3xl {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-inline-z {
  grid-column-gap: 0px;
  align-items: flex-start;
  display: flex;
}

.g-inline-xxs {
  grid-column-gap: 2px;
  align-items: flex-start;
  display: flex;
}

.g-inline-xs {
  grid-column-gap: 4px;
  align-items: flex-start;
  display: flex;
}

.g-inline-s {
  grid-column-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.g-inline-s.align-vertical-center {
  align-items: center;
}

.g-inline-m {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.g-inline-l {
  grid-column-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.g-inline-xl {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.g-inline-2xl {
  grid-column-gap: 48px;
  align-items: flex-start;
  display: flex;
}

.g-inline-3xl {
  grid-column-gap: 64px;
  align-items: flex-start;
  display: flex;
}

.corners-100 {
  border-radius: 100%;
}

.corners-s {
  border-radius: 4px;
}

.corners-m {
  border-radius: 6px;
}

.corners-l {
  border-radius: 8px;
}

.corners-xl {
  border-radius: 16px;
}

.table-head {
  border-bottom: 1px solid var(--neutrals-200);
  background-color: var(--black-4-49);
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 1px;
  padding: 12px 16px;
}

.table-item {
  border-bottom: 1px solid var(--neutrals-200);
  background-color: var(--white-100);
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 1px;
  padding: 16px;
}

.table-col {
  width: 100%;
}

.table {
  border-width: 1px;
  border-color: var(--neutrals-200);
  white-space: normal;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-radius: 8px;
  width: 100%;
  display: flex;
  overflow: auto;
}

.border-bottom {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--neutrals-200) var(--neutrals-200) var(--black-32);
}

.tab-item {
  grid-column-gap: 8px;
  color: var(--neutrals-500);
  cursor: pointer;
  background-color: #0000;
  border-radius: 8px;
  width: 200px;
  padding: 12px 16px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.tab-item:hover {
  background-color: var(--bisque-light);
}

.tab-item.w--current {
  border: 1px solid var(--neutrals-900);
  color: var(--coral);
  background-color: #0000;
  width: 200px;
}

.tab-item.style-b {
  z-index: 1;
  color: var(--neutrals-500);
  border: 0 #000;
  border-radius: 0;
  justify-content: center;
  min-width: 200px;
  text-decoration: none;
}

.tab-item.style-b:hover {
  background-color: var(--bisque-light);
  outline-offset: 0px;
  color: var(--warning-500);
  border-style: none none solid;
  border-radius: 20px;
  outline: 3px #ff7377;
  text-decoration: none;
}

.tab-item.style-b:active {
  outline-offset: 0px;
  color: var(--neutrals-700);
  border-style: none;
  border-width: 0;
  outline: 3px #ff7377;
  text-decoration: none;
}

.tab-item.style-b:focus {
  color: var(--neutrals-700);
  border-style: none;
  text-decoration: none;
}

.tab-item.style-b:focus-visible, .tab-item.style-b[data-wf-focus-visible] {
  box-shadow: none;
  outline-color: var(--primary-400);
  outline-offset: 2px;
  color: var(--neutrals-700);
  border-style: none;
  outline-width: 2px;
  outline-style: none;
}

.tab-item.style-b.w--current {
  box-shadow: inset 0 -2px 0 0 var(--coral);
  color: var(--neutrals-700);
  background-color: #0000;
}

.tab-item.style-b.current-tab {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--bisque-dark) var(--bisque-dark) var(--warning-500);
  outline-offset: 0px;
  color: var(--neutrals-900);
  border-radius: 0;
  outline: 1px #ff7377;
  text-decoration: none;
}

.tab-item.style-b.current-tab:hover {
  background-color: var(--bisque-dark);
  color: var(--black-72);
  border-radius: 20px;
}

.tabs-menu-vertical {
  background-color: var(--white-100);
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.tabs-menu-vertical.fixed {
  z-index: 900;
  position: fixed;
  top: 84px;
}

.card {
  color: var(--neutrals-700);
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: static;
}

.card.avc {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 170px;
  display: flex;
}

.image {
  border-radius: 16px;
  width: 100%;
}

.inset-z {
  padding: 0;
}

.inset-xxs {
  padding: 2px;
}

.inset-xs {
  padding: 4px;
}

.inset-s {
  padding: 8px;
}

.inset-xl {
  padding: 24px;
}

.inset-2xl {
  padding: 48px;
}

.inset-3xl {
  padding: 64px;
}

.space-between {
  justify-content: space-between;
  display: flex;
}

.corners-top-xl {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.style-guide-head {
  width: 75%;
  margin-top: 24px;
}

.inset-m {
  padding: 12px;
}

.form-block {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.corners-top-l {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.corners-top-m {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.corners-top-s {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.slider {
  background-color: #0000;
  border-radius: 15px;
  flex-direction: row;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  padding: 48px;
  display: flex;
  position: relative;
}

.left-arrow-rebl01 {
  background-color: var(--white-64);
  opacity: .5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.left-arrow-rebl01:hover {
  opacity: 1;
}

.right-arrow-rebl01 {
  background-color: var(--white-64);
  opacity: .5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: opacity .2s;
  display: flex;
  inset: 0% 0% 0% auto;
}

.right-arrow-rebl01:hover {
  opacity: 1;
}

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

.left-arrow {
  background-color: var(--primary-600);
  border-radius: 100%;
  width: 48px;
  height: 48px;
}

.left-arrow.rebl07 {
  background-color: var(--white-64);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 72px;
  margin-right: 0;
  transition: opacity .3s;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.left-arrow.rebl07:hover {
  background-color: var(--white-100);
}

.right-arrow {
  background-color: var(--primary-600);
  border-radius: 100%;
  width: 48px;
  height: 48px;
}

.right-arrow.rebl07 {
  background-color: var(--white-64);
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto auto 0% 0%;
}

.right-arrow.rebl07:hover {
  background-color: var(--white-100);
}

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

.side-image {
  width: 100%;
  margin-bottom: 24px;
}

.side-image.corners-xl {
  object-fit: cover;
}

.map {
  float: left;
  width: 50%;
  min-width: auto;
  min-height: 400px;
  display: flex;
}

.map.avc {
  align-items: center;
}

.half-screen-content {
  max-width: 512px;
  margin-left: 24px;
  margin-right: 24px;
}

.slider-rebl07 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  font-size: 1.3rem;
  line-height: 2;
  display: flex;
  position: relative;
}

.footer-container {
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.fill-25 {
  width: 25%;
}

.style-guide-column {
  border: 1px solid var(--bisque-dark);
  background-color: var(--bisque-light);
  border-radius: 4px;
  width: 100%;
  height: 32px;
  margin-bottom: 12px;
}

.display-md, .display-mdl, .display-sm {
  display: none;
}

.style-guide-component {
  width: 100%;
  position: relative;
}

.style-guide-example {
  border: 1px solid var(--neutrals-200);
  border-radius: 16px;
  width: 100%;
  padding: 24px;
}

.style-guide-filler {
  background-color: var(--bisque-light);
  justify-content: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

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

.body {
  font-family: "Sourcesans 3", sans-serif;
}

.body.body-text-l.tal {
  text-align: left;
}

.success-message {
  background-color: #0000;
  padding-left: 0;
}

.green-cloud {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  bottom: 45px;
  left: 83px;
}

.advertising-coffe-image {
  background-image: url('../images/ImagePlaceholder_1ImagePlaceholder.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 16px;
  align-items: flex-end;
  width: 100%;
  height: 684px;
  display: flex;
}

.ad-block-background-image {
  border-radius: 1px;
}

.green-cloud-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 12% 10%;
}

.advertising-pastry-image {
  object-fit: cover;
  background-image: url('../images/Bildschirmfoto-2024-07-10-um-14.18.42.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  align-items: flex-end;
  width: 100%;
  height: 684px;
  display: flex;
}

.coffee-pastry-link {
  color: var(--neutrals-500);
  width: 100%;
  max-width: none;
  text-decoration: none;
}

.coffee-pastry-link:hover, .coffee-pastry-link:active {
  color: var(--black-100);
  text-decoration: none;
}

.coffee-pastry-link:focus {
  color: var(--neutrals-500);
}

.coffee-pastry-link.w--current {
  color: var(--neutrals-500);
  text-decoration: none;
}

.coffee-pastry-tabs {
  flex-direction: row;
  display: flex;
}

.advertising-brewing-image {
  background-image: url('../images/Brewing_masterclass_1Brewing_masterclass.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  align-items: flex-end;
  width: 100%;
  height: 684px;
  display: flex;
}

.rich-text-block {
  text-align: left;
  width: 100%;
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  max-height: 690px;
}

.post-main-image.corners-xl {
  object-fit: cover;
  object-position: 50% 50%;
  max-width: 1280px;
  max-height: 700px;
}

.article-link {
  color: var(--coral);
  transition: color .2s;
}

.article-link:hover {
  color: #f06466;
  border: 1px #000;
  text-decoration: none;
  transform: scale(1);
}

.blog-tumbnail-image {
  object-fit: cover;
  width: 100%;
  max-width: 380px;
  max-height: 208px;
  margin-bottom: 24px;
}

.blog-tumbnail-image.corners-xl {
  width: 100%;
  max-width: none;
  height: 230px;
  max-height: none;
}

.blog-preview-card {
  color: var(--neutrals-700);
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: static;
}

._404 {
  z-index: 3;
  border: 1px none var(--black-100);
  outline-offset: 0px;
  color: var(--dusty-green);
  outline: 3px #9ed3ba;
  margin-bottom: 35px;
  font-size: 280px;
  position: relative;
}

.column-image {
  width: 100%;
  margin-bottom: 24px;
}

.column-image.corners-100 {
  width: 240px;
}

.text-span-3 {
  color: var(--black-100);
  font-weight: 500;
}

.cup-of-coffe-image {
  position: absolute;
  inset: -18% 5% 0% auto;
}

.keyhole-image {
  position: absolute;
  inset: -29% auto 0% 7%;
}

.license-image {
  border-radius: 8px;
  width: 100%;
  max-width: none;
}

.image-link {
  color: var(--neutrals-700);
}

.rich-text-element {
  color: var(--neutrals-900);
  width: 100%;
}

.rich-text-element h4 {
  color: var(--neutrals-900);
  text-align: left;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.rich-text-element p {
  text-align: left;
  width: auto;
  max-width: 900px;
  padding-bottom: 24px;
}

.rich-text-element img {
  object-fit: cover;
  border-radius: 16px;
  width: auto;
  min-width: 780px;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: 440px;
}

.rich-text-element ol {
  width: auto;
  padding-bottom: 24px;
  padding-left: 24px;
  list-style-type: decimal;
}

.rich-text-element li {
  text-align: left;
  max-width: 900px;
}

.rich-text-element ul {
  padding-bottom: 24px;
  padding-left: 24px;
}

.rich-text-element h1, .rich-text-element h2, .rich-text-element h3 {
  padding-bottom: 24px;
}

.rich-text-element h5, .rich-text-element h6 {
  padding-bottom: 16px;
}

.rich-text-element figcaption {
  text-align: left;
}

.rich-text-element figure {
  margin-bottom: 32px;
}

.side-ad {
  background-color: var(--white-100);
  border-radius: 16px;
  padding: 16px;
  position: sticky;
  top: 40px;
}

.side-adv-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.input-no-border {
  border: 2px none var(--neutrals-200);
  box-shadow: none;
  border-radius: 6px;
  margin-bottom: 0;
  padding-left: 12px;
}

.input-no-border:hover {
  border-width: 1px;
  border-color: var(--neutrals-700);
  background-color: var(--neutrals-50-501);
}

.input-no-border:active, .input-no-border:focus {
  border-width: 1px;
  border-color: var(--black-100);
  background-color: var(--white-100);
}

.input-no-border::placeholder {
  color: var(--neutrals-400);
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.input-no-border.m {
  border-radius: 8px;
  min-height: 48px;
  padding: 12px 16px;
}

.menu-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  display: flex;
}

.about-us-image {
  width: 100%;
}

.about-us-image.corners-xl {
  object-fit: cover;
  width: 1280px;
}

.home-main-image {
  width: 100%;
}

.coffe-image {
  max-width: none;
  height: auto;
  position: absolute;
  inset: -40% 11% 0% auto;
}

.donut-image {
  max-width: none;
  height: auto;
  position: absolute;
  inset: -13% auto 0% 8%;
}

.blog-preview-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.side-ad-image {
  margin-bottom: 8px;
}

.blog-sumary {
  margin-bottom: 48px;
}

.empty-state {
  background-color: #0000;
  width: 100%;
}

.empty-state-image {
  width: auto;
}

.no-found-item-slider {
  justify-content: center;
  width: auto;
  display: flex;
}

.slider-empty-state-text-block {
  text-align: center;
  min-height: 100px;
}

.blog-main-empty-state-image {
  width: 100%;
}

.success-image {
  max-width: 100px;
}

.error-image {
  width: 50%;
  max-width: none;
  display: block;
  overflow: visible;
}

.styleguide-head {
  width: 75%;
  margin-top: 48px;
}

.color-styles-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(5rem, 5rem));
}

.color-style {
  border-radius: 8px;
  width: 82px;
  height: 82px;
  padding: 8px;
}

.color-style.bgc-primary-600 {
  background-color: var(--primary-600);
  font-family: Inter, sans-serif;
}

.white-color-style {
  background-color: #000;
  border-radius: 10px;
  width: 82px;
  height: 82px;
  padding: 0;
}

.style-guide-class-tag {
  border: 1px solid var(--bisque-dark);
  background-color: var(--bisque-light);
  color: var(--neutrals-700);
  border-radius: 4px;
  margin-right: 2px;
  padding: 2px 8px;
  font-weight: 500;
  display: inline-block;
}

.social-icon {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  transition: opacity .2s;
}

.social-icon:hover {
  opacity: .82;
}

.color-beige-style {
  border: 1px solid #000;
  border-radius: 8px;
  width: 82px;
  height: 82px;
  padding: 8px;
}

.bgc-coral {
  background-color: var(--coral);
}

.bgc-bisque {
  background-color: var(--bisque);
}

.bgc-bisque-light {
  background-color: var(--bisque-light);
}

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

.bgc-dusty-green {
  background-color: var(--dusty-green);
}

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

.tc-coral {
  color: var(--coral);
}

.tc-dark-coral {
  color: var(--dark-coral);
}

.ad-headline {
  text-align: left;
  font-size: 2.7rem;
}

.side-col {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.side-col.lg8 {
  width: 66.6667%;
}

.side-col.lg8.md6.mdl6.sm2 {
  width: 25%;
}

.slider-menu-text {
  text-align: center;
  flex-direction: column;
  align-items: center;
  min-height: 80px;
  display: flex;
}

.small-slider-image {
  max-width: 70%;
  margin-bottom: 16px;
}

.menu-image {
  width: 60%;
  max-width: none;
  height: 60%;
  margin-bottom: 24px;
}

.stretch {
  flex-direction: column;
  display: flex;
}

.asset-white {
  color: var(--white-100);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.inset-l {
  margin: 16px;
}

.button-styles {
  grid-column-gap: 48px;
  justify-content: center;
  padding: 12px;
  display: flex;
}

.copyright {
  grid-column-gap: 8px;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.author {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 20px;
}

.cavada-logo {
  margin-left: 23px;
}

.cavada-logo:active {
  opacity: .7;
  filter: blur(1px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: difference;
  background-color: #eaeaea;
  background-clip: border-box;
  border-radius: 0;
}

.align-vertical-center {
  align-items: center;
  display: flex;
}

.fill-container {
  width: 100%;
}

.rich-text {
  font-family: IBM Plex Sans, sans-serif;
}

.tc-info-600 {
  color: var(--info-600);
}

.tc-info-500 {
  color: var(--info-500);
}

.reservation-image {
  width: 100%;
  margin-bottom: 24px;
}

.coffee-icon {
  margin-bottom: 16px;
}

.style-guide-palette-card {
  grid-row-gap: 16px;
  border: 1px solid var(--neutrals-200);
  background-color: var(--black-100);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 48px;
  padding: 24px;
  display: flex;
}

.body-2, .body-3, .body-4, .body-5, .body-6, .body-7, .body-8, .body-9 {
  font-family: "Sourcesans 3", sans-serif;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 164px;
  display: block;
}

.collection-list {
  aspect-ratio: auto;
  text-align: left;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  display: block;
}

.card-copy {
  color: var(--neutrals-700);
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: static;
}

.card-copy.avc {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 170px;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 49px;
  transition: opacity 1s;
  display: flex;
  overflow: visible;
}

.link-2 {
  color: var(--neutrals-600);
}

.link-2:hover {
  color: var(--warning-500);
}

.heading {
  font-family: "Sourcesans 3", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.text-block {
  color: var(--neutrals-500);
}

.text-block-2 {
  color: var(--neutrals-400);
  font-size: 1.125rem;
  line-height: 1.75;
}

.google {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/unnamed.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  padding: 33px 30px 33px 33px;
}

.european-coffee-trip-logo {
  border-radius: 20px;
  padding: 30px;
}

.div-block-2 {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  mix-blend-mode: normal;
  background-image: url('../images/unnamed.png');
  background-size: cover;
  outline: 3px #555;
}

.div-block-3 {
  opacity: 1;
  background-image: url('../images/google_g_icon_download.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-4 {
  opacity: 1;
  background-color: #fff0;
  background-image: url('../images/Neues-Projekt.png');
  background-position: 0 0;
  background-size: cover;
  position: static;
}

.div-block-5, .div-block-6 {
  padding-left: 18px;
}

.image-4, .image-5 {
  overflow: auto;
}

.image-6, .image-7 {
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .headline.xl.stack-xl {
    font-size: 3rem;
  }

  .headline.l {
    font-size: 2.5rem;
  }

  .section.m {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .section._2xl {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .row.sm-row-stack-xl {
    grid-row-gap: 24px;
  }

  .row.md-reverse {
    flex-direction: column-reverse;
  }

  .col.lg3.md3.sm2 {
    display: block;
  }

  .col.lg3.md3.sm2.license-image-column {
    width: 33.3%;
  }

  .col.lg4.md3.sm2 {
    width: 33%;
  }

  .col.lg8.md6.sm2.avc.donut-col, .col.lg8.md6.sm2.avc.coffee-col, .col.lg8.md6.sm2.avc.keyhole-col, .col.lg8.md6.sm2.avc.password-coffe-col {
    width: auto;
    position: static;
  }

  .col.md2 {
    width: 33.3333%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.md3 {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.md5 {
    width: 83.3333%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.md6 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.display-lg {
    display: none;
  }

  .col.md1 {
    width: 16.6667%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .body-text-l.tc-neutrals-500 {
    text-align: left;
  }

  .body-text-l.tc-neutrals-500.body-md-center {
    text-align: center;
  }

  .error-message {
    left: 37%;
  }

  .utility-page-wrap {
    height: 80vh;
  }

  .nav-start {
    justify-content: center;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
  }

  .nav-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 8px;
  }

  .nav-menu {
    grid-row-gap: 8px;
    background-color: var(--cold-beige);
    padding: 20px;
  }

  .menu-button {
    color: var(--neutrals-700);
    border-radius: 4px;
    padding: 8px;
    right: -8px;
  }

  .menu-button.w--open {
    background-color: var(--dusty-green);
    border-radius: 8px;
  }

  .g-stack-l {
    width: auto;
  }

  .g-stack-l.footer-basis {
    flex: 0 33%;
  }

  .border-bottom.fill-100 {
    margin-top: 64px;
  }

  .tab-item.style-b, .tab-item.style-b.current-tab {
    min-width: 200px;
  }

  .style-guide-head {
    width: 100%;
  }

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

  .left-arrow-rebl01 {
    position: relative;
    top: 48px;
    left: -36px;
  }

  .right-arrow-rebl01 {
    margin-left: auto;
    position: relative;
    right: -36px;
  }

  .left-arrow {
    position: relative;
    top: 48px;
    left: -36px;
  }

  .right-arrow {
    margin-left: auto;
    position: relative;
    right: -36px;
  }

  .right-arrow.rebl07 {
    flex: none;
    position: absolute;
  }

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

  .side-image.corners-xl {
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .map {
    width: 100%;
    padding: 48px 0;
  }

  .display-lg {
    display: none;
  }

  .sm-avc {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-container {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-basis {
    flex: 0 33%;
  }

  .display-md {
    display: block;
  }

  .green-cloud {
    bottom: 19px;
    left: 21px;
  }

  .ad-block-background-image {
    max-width: 90%;
  }

  .post-main-image {
    max-width: 1280px;
    max-height: 561.063px;
  }

  .post-main-image.corners-xl {
    max-height: 450px;
  }

  .blog-tumbnail-image.corners-xl {
    width: 100%;
    height: 170px;
    max-height: none;
  }

  .blog-preview-card {
    width: auto;
  }

  ._404 {
    max-width: 80%;
    position: static;
  }

  .cup-of-coffe-image {
    height: 100%;
    top: -16%;
    right: -1%;
  }

  .keyhole-image {
    height: 100%;
    top: -23%;
    left: -1%;
  }

  .license-image {
    width: 100%;
  }

  .rich-text-element img {
    object-fit: cover;
    width: 90vw;
    min-width: 90vw;
    max-width: 90vw;
    max-height: 420px;
  }

  .side-ad {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: center;
    width: 33.33%;
    display: none;
  }

  .menu-text {
    min-height: 200px;
  }

  .home-main-image {
    position: relative;
    left: 33px;
  }

  .coffe-image {
    height: 120%;
    position: absolute;
    top: -28%;
    right: 10%;
  }

  .donut-image {
    height: 130%;
    position: absolute;
    top: -23%;
    left: 6%;
  }

  .side-ad-image {
    width: auto;
  }

  .empty-state-image {
    max-width: 90%;
  }

  .no-found-item-slider {
    width: 33.3%;
  }

  .blog-main-empty-state-image {
    margin-bottom: 24px;
  }

  .form-states-text {
    text-align: left;
    width: auto;
  }

  .styleguide-head {
    width: 100%;
  }

  .color-styles-grid {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
  }

  .side-col.lg8.md6.sm2 {
    flex-direction: column;
  }

  .side-col.lg8.md6.mdl6.sm2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    width: auto;
  }

  .side-col.md6 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .menu-image {
    margin-bottom: 16px;
  }

  .button-styles {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .copyright {
    margin-bottom: 12px;
  }

  .cake-image {
    display: none;
  }

  .author {
    width: 50%;
  }

  .reservation-image {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .headline.xxs {
    font-size: 1rem;
  }

  .headline.s.tac {
    font-size: 1.3rem;
  }

  .headline.hero-headline {
    text-align: left;
    font-size: 3rem;
  }

  .section.m {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .section._2xl {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section.half-screen {
    flex-direction: column;
  }

  .wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row {
    position: static;
  }

  .row.ahc {
    position: relative;
  }

  .row.md-reverse {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.lg3.md3.sm2.license-image-column {
    width: 33.3%;
  }

  .col.lg4.md6.mdl6.sm2 {
    width: 50%;
  }

  .col.lg4.md6.mdl6.sm2.avs {
    width: 100%;
  }

  .col.lg5.md6.mdl6.sm2.sm-avc.avs {
    align-items: flex-start;
    width: 50%;
  }

  .col.lg6.md6.mdl6.sm2 {
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg8.md6.sm2.avc.donut-col, .col.lg8.md6.sm2.avc.coffee-col, .col.lg8.md6.sm2.avc.keyhole-col, .col.lg8.md6.sm2.avc.password-coffe-col {
    height: auto;
  }

  .col.mdl2 {
    width: 33.3333%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.mdl3 {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.mdl6 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .col.mdl1 {
    width: 16.6667%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .list.unordered {
    padding-left: 20px;
  }

  .body-text-l.tc-neutrals-500 {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
  }

  .body-text-l.tc-neutrals-500.body-md-center {
    text-align: left;
  }

  .error-message {
    left: 34%;
  }

  .utility-page-wrap {
    height: 40vh;
  }

  .tab-item.style-b {
    min-width: 200px;
  }

  .slider {
    align-items: stretch;
  }

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

  .side-image.corners-xl {
    object-fit: cover;
    height: 100%;
    margin-bottom: 0;
    display: block;
  }

  .map {
    padding: 0;
  }

  .half-screen-content {
    max-width: 100%;
  }

  .footer-basis.g-stack-l.flex-size {
    flex-basis: 75%;
  }

  .display-md {
    display: none;
  }

  .display-mdl {
    display: block;
  }

  .green-cloud {
    width: 70%;
    bottom: 22px;
  }

  .ad-block-background-image {
    width: auto;
  }

  .post-main-image.corners-xl {
    max-height: 280px;
  }

  .blog-tumbnail-image.corners-xl {
    height: 150px;
  }

  .blog-preview-card {
    padding-bottom: 32px;
  }

  ._404 {
    max-width: 60%;
  }

  .cup-of-coffe-image {
    height: 90%;
    top: 10%;
  }

  .keyhole-image {
    height: 90%;
    top: 3%;
  }

  .license-image {
    width: 100%;
  }

  .rich-text-element img {
    min-width: 80vw;
    max-width: 80vw;
    max-height: 270px;
  }

  .mask {
    width: 100%;
  }

  .menu-text {
    min-height: 170px;
    max-height: 170px;
  }

  .home-main-image {
    position: static;
  }

  .coffe-image {
    height: 120%;
    top: -36%;
    right: 4%;
    overflow: hidden;
  }

  .donut-image {
    height: 130%;
    top: -33%;
    left: 0%;
    overflow: hidden;
  }

  .empty-state-image {
    max-width: 90%;
  }

  .no-found-item-slider {
    max-width: none;
  }

  .ad-headline {
    font-size: 2rem;
  }

  .side-col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .side-col.mdl6 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider-menu-text {
    text-align: center;
    min-height: 70px;
  }

  .button-styles {
    grid-column-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .copyright {
    margin-bottom: 12px;
  }

  .cake-image {
    display: none;
  }

  .author {
    width: auto;
  }

  .fill-container {
    width: 100%;
  }

  .reservation-image {
    object-fit: cover;
    height: 100%;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .headline.xxs {
    font-size: 1.1rem;
  }

  .headline.s {
    position: static;
  }

  .headline.s.tac {
    font-size: 1rem;
  }

  .headline.xl.stack-xl {
    font-size: 2.5rem;
  }

  .headline.hero-headline {
    text-align: center;
    font-size: 4rem;
  }

  .headline.l {
    font-size: 2.5rem;
  }

  .section.l {
    padding-top: 45px;
    padding-bottom: 45px;
    overflow: hidden;
  }

  .section.stack-2xl {
    margin-bottom: 24px;
  }

  .wrapper {
    position: static;
  }

  .wrapper.g-stack-3xl {
    justify-content: flex-start;
  }

  .row.ahc, .row.ahc._404-row {
    position: static;
  }

  .row.md-reverse {
    flex-direction: column-reverse;
  }

  .col.lg3.md3.sm2.license-image-column {
    width: 45%;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg4.md3.mdl3.sm2 {
    width: 100%;
  }

  .col.lg4.md6.mdl6.sm2 {
    width: auto;
  }

  .col.lg4.md2.mdl3.sm2 {
    justify-content: center;
    align-items: center;
  }

  .col.lg5.md6.mdl6.sm2.sm-avc.avs {
    align-items: center;
    width: 100%;
  }

  .col.lg6.md6.mdl6.sm2 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg8.md6.sm2.avc.donut-col {
    width: auto;
    height: 200px;
    max-height: none;
    position: relative;
    inset: 0% 0% auto 17%;
    overflow: hidden;
  }

  .col.lg8.md6.sm2.avc.coffee-col {
    width: auto;
    height: 200px;
    max-height: none;
    position: relative;
    inset: 0 0% 0% -21%;
    overflow: hidden;
  }

  .col.lg8.md6.sm2.avc.keyhole-col {
    width: auto;
    height: 200px;
    max-height: none;
    display: none;
    position: relative;
    inset: 14px 0% 0% 22%;
    overflow: visible;
  }

  .col.lg8.md6.sm2.avc.password-coffe-col {
    width: auto;
    height: 200px;
    max-height: none;
    position: relative;
    inset: 15px 0% 0%;
    overflow: visible;
  }

  .col.sm2 {
    width: 100%;
  }

  .label-s {
    white-space: normal;
  }

  .body-text-l.tc-neutrals-500 {
    text-align: left;
  }

  .body-text-l.tc-neutrals-500.body-md-center {
    text-align: center;
  }

  .body-text-m.body-reviews {
    text-align: left;
  }

  .error-message {
    min-width: auto;
    position: static;
  }

  .utility-page-wrap {
    height: 60vh;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .g-stack-l {
    width: 100%;
  }

  .g-stack-l.footer-basis {
    flex-basis: 50%;
  }

  .table-head {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .tab-item.style-b, .tab-item.style-b.current-tab {
    width: auto;
    min-width: auto;
  }

  .card {
    width: auto;
  }

  .slider {
    padding: 32px;
  }

  .side-image {
    margin-bottom: 0;
  }

  .side-image.corners-xl {
    object-fit: contain;
  }

  .map {
    width: auto;
    min-height: auto;
    padding: 0;
  }

  .map.avc {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .half-screen-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-basis {
    flex-basis: 50%;
  }

  .footer-basis.g-stack-l.flex-size {
    flex-basis: 100%;
  }

  .hide-sm, .display-mdl {
    display: none;
  }

  .display-sm {
    display: block;
  }

  .green-cloud {
    width: 95%;
    bottom: 18px;
    left: 8px;
  }

  .advertising-coffe-image {
    background-position: 50%;
    background-size: cover;
    justify-content: flex-start;
    height: 50vh;
  }

  .ad-block-background-image {
    object-fit: fill;
    width: 250px;
    min-width: auto;
    max-width: none;
    height: auto;
  }

  .green-cloud-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    bottom: 9%;
  }

  .advertising-pastry-image {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    background-position: 50%;
    background-size: cover;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
    margin-bottom: 7px;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .coffee-pastry-link {
    width: auto;
    min-width: auto;
  }

  .coffee-pastry-tabs.stack-3xl {
    justify-content: center;
    width: 100%;
  }

  .advertising-brewing-image {
    object-fit: cover;
    object-position: 0% 50%;
    background-position: 50%;
    background-size: cover;
    justify-content: flex-start;
    height: 50vh;
  }

  .post-main-image.corners-xl {
    max-height: 250px;
  }

  .blog-preview-card {
    padding-bottom: 32px;
  }

  ._404 {
    max-width: 70%;
    margin-bottom: 12px;
    position: static;
    inset: 23% 0% auto 14%;
  }

  .cup-of-coffe-image, .keyhole-image {
    height: 100%;
    position: static;
  }

  .license-image, .rich-text-element {
    width: 100%;
  }

  .rich-text-element img {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw;
    max-height: 270px;
  }

  .side-ad {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .menu-text {
    min-height: auto;
  }

  .home-main-image {
    position: relative;
  }

  .coffe-image {
    z-index: auto;
    max-width: none;
    height: 100%;
    position: static;
    top: -18%;
  }

  .donut-image {
    object-fit: fill;
    height: 100%;
    position: static;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .side-ad-image {
    width: 100%;
  }

  .blog-sumary {
    margin-bottom: 0;
  }

  .empty-state-image {
    width: 100%;
    max-width: none;
    overflow: visible;
  }

  .empty-state-image.hide-sm {
    display: none;
  }

  .no-found-item-slider {
    width: auto;
  }

  .color-styles-grid {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
  }

  .ad-headline {
    font-size: 1.4rem;
  }

  .side-col.lg8.md6.mdl6.sm2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .side-col.sm2 {
    width: 100%;
  }

  .small-slider-image {
    max-width: 100%;
  }

  .menu-image {
    width: 166px;
    max-width: none;
    height: 166px;
  }

  .copyright {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    margin-bottom: 12px;
  }

  .author {
    width: 100%;
  }

  .reservation-image {
    margin-bottom: 0;
    display: block;
  }

  .sm2 {
    width: 100%;
  }

  .card-copy {
    width: auto;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 25px;
    display: flex;
  }

  .google {
    padding-left: 30px;
  }

  .image-3 {
    margin-left: 0;
    padding: 0;
    overflow: auto;
  }

  .image-4 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .link-block {
    margin: 11px;
    overflow: visible;
  }

  .link-block-2 {
    margin: 11px;
  }

  .link-block-3 {
    margin-left: 11px;
  }
}


@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/SourceSans3-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-ExtraBold.ttf') format('truetype'), url('../fonts/SourceSans3-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3 Variablefont Wght';
  src: url('../fonts/SourceSans3-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3 Variablefont Wght';
  src: url('../fonts/SourceSans3-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}