:root {
  --white: white;
  --elog-dodger-blue: #ec0e27; /* #ef2b38; #378ff3;*/
  --elogblue: #010066;
  --grey-for-text: #7e7e7e;
  --black: black;
  --alice-lighter-blue-body-bg: #e9f3ff;
  --white-smoke-kerrie: whitesmoke;
  --silver-hover-button: #bebebe;
  --no-of-items-listed-light-goldenrod-yellow: #fafcd2;
  --white-smoke-raoul: #ecedf0;
  --light-grey-item-alternatives: #d6d7d8;
  --red-hover: #ffcccd;
  --caelex-crimson-use: var(--red);
  --alice-blue-body-bg: #d2e5fc;
  --pop-no-honeydew: #d6fcd2;
  --elog-light-sky-blue: #78b6fc;
  --header-antique-white: #fbe4d4;
  /* --red: #ff0004; */
  --red: #ec0e27;
  --elog-light-sky-blue2: #84c4fc;
  --bluehook-green: #10b1c9;
  --checkout-lime-green: #35c917;
  --suppl-no-misty-rose: #ffdfdf;
  --compare-navajo-white: #ffd593;
  --ext-desc-light-yellow: #fdfde0;
  --compare-light-steel-blue: #c4e0f8;
  --caelex-crimson: #db3738;
}

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

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

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

.w-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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.heading-row-logged-in {
  z-index: 1000;
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--elog-dodger-blue);
  border: 1px #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.div-elog-logo {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 210px;
  height: 25px;
  margin: 0 3px 0 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-row-2 {
  z-index: 1;
  background-color: var(--elogblue);
  box-shadow: 1px 1px 3px 0 var(--elogblue);
  opacity: 1;
  border: 1px solid #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  display: flex;
  position: sticky;
  top: 32px;
  overflow: visible;
}

.div-header-row-home-and-arrows {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-side-menu {
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--grey-for-text);
  color: var(--black);
  border: 1px #000;
  border-radius: 0 8px 8px 0;
  flex-flow: column;
  place-content: center flex-start;
  align-items: center;
  width: 90px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 2px 5px 5px;
  display: flex;
  position: static;
  inset: 0 auto auto;
}

.page {
  color: var(--white);
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 28px;
  font-size: 14px;
  display: flex;
}

.body {
  background-color: var(--white);
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.div-block-3 {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 220px;
  height: 32px;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.section {
  z-index: 1000;
  background-color: var(--alice-lighter-blue-body-bg);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 5px;
  margin-left: 0;
  margin-right: 0;
  position: sticky;
  top: 39px;
}

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

.full-menu-dropdown-link {
  border: 1px solid var(--white-smoke-kerrie);
  background-color: var(--white);
  text-align: center;
  margin: 2px;
  padding: 5px;
}

.dropdown-list {
  margin-left: 25px;
}

.section-electrolog-no {
  z-index: 1;
  background-color: var(--alice-lighter-blue-body-bg);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: sticky;
  top: 39px;
}

.electrolog-number {
  z-index: 2;
  background-color: #0000;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 5px;
  display: flex;
  position: static;
  top: 39px;
}

.icon-heading-menu-image {
  cursor: pointer;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 3px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-image:hover {
  background-color: #0000;
}

.text-block-main-menu {
  background-color: var(--elog-dodger-blue);
  box-shadow: 1px 1px 1px 0 var(--grey-for-text);
  opacity: .75;
  color: var(--white);
  text-align: center;
  border: 1px solid #0000;
  border-radius: 3px;
  width: 75px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
}

.section-category-search {
  z-index: 0;
  background-color: var(--alice-lighter-blue-body-bg);
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
}

.text-block-header-name {
  color: var(--black);
  text-align: left;
  align-items: center;
  height: 24px;
  margin-left: 0;
  padding-left: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.div-category-search {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.div-cat-veh-search-dropdowns {
  background-color: #0000;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-left: 0;
  padding-top: 5px;
  padding-left: 10px;
  display: flex;
}

.div-result-list-info-options {
  background-color: var(--white-smoke-kerrie);
  border-radius: 10px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin: 3px 0 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.text-block-number-of-results {
  border: 1px solid var(--silver-hover-button);
  background-color: var(--no-of-items-listed-light-goldenrod-yellow);
  color: var(--black);
  border-radius: 3px;
  margin-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
}

.dropdown-all {
  border: 1px solid var(--black);
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--black);
  color: var(--black);
  border-radius: 3px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px 40px 3px 5px;
  display: flex;
}

.dropdown-all:hover {
  background-color: var(--white-smoke-raoul);
}

.div-result-list-number {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.div-block-result-list-wtick-basket-items-added {
  background-color: var(--alice-lighter-blue-body-bg);
  border: 0 solid #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-result-list-drop-down {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-category-search-button {
  background-color: #0000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  margin: 5px 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  display: flex;
}

.div-result-list-heading-list-view {
  background-color: var(--alice-lighter-blue-body-bg);
  border: 1px solid #0000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-headings {
  z-index: 1;
  color: #0000;
  border: 1px solid #0000;
  align-items: center;
  display: flex;
}

.div-grid-for-result-list-headings {
  background-color: var(--alice-lighter-blue-body-bg);
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: 20px;
  margin-bottom: 1px;
  display: flex;
}

.grid-result-list-headings {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  box-shadow: 0 1px 3px 0 var(--black);
  border: 1px solid #0000;
  border-radius: 0;
  /* grid-template: "Area Area-2 Area-3 Area-4"  / .75fr .35fr 1.5fr .75fr; */
  grid-template: "Area Area-2 Area-3"  / .75fr .35fr 1.5fr;
  grid-auto-columns: .25fr;
  place-items: center start;
  width: 100%;
}

.text-block-result-list-heading-pic {
  color: var(--black);
  text-align: left;
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 15px;
  display: flex;
}

.text-result-list-elog-no {
  border: 1px solid var(--silver-hover-button);
  background-color: var(--elog-dodger-blue);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  display: flex;
}

.text-block-result-list-heading-elog, .text-block-result-list-heading-desc, .text-block-result-list-heading-spec {
  color: var(--black);
  text-align: left;
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 15px;
  display: flex;
}

.button-for-number-search {
  border: 1px solid var(--grey-for-text);
  background-color: var(--light-grey-item-alternatives);
  color: var(--black);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  align-items: center;
  height: 28px;
  padding: 2px 5px;
  font-size: 13px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.button-for-number-search:hover {
  background-color: var(--red-hover);
  border-width: 2px;
  margin-left: -1px;
  margin-right: -1px;
}

.text-block-14 {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  align-items: center;
  width: 200px;
  height: 28px;
  padding-left: 5px;
  font-style: italic;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.text-block-15 {
  font-size: 13px;
}

.icon-dropdown {
  background-color: var(--white-smoke-raoul);
}

.icon-dropdown:hover {
  background-color: var(--silver-hover-button);
}

.div-header-row-right {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 35px;
  margin-left: 0;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-page-back-forw {
  color: var(--black);
}

.div-header-row-centre {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.button-search {
  border: 1px solid var(--silver-hover-button);
  background-color: var(--light-grey-item-alternatives);
  color: var(--black);
  text-align: center;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 3px 10px;
  font-size: 13px;
  box-shadow: 1px 1px 3px #000;
}

.button-search:hover {
  background-color: var(--red-hover);
  border-width: 2px;
  margin-top: 1px;
  margin-left: -1px;
  margin-right: -1px;
}

.button-search.w--current {
  background-color: var(--white-smoke-kerrie);
  padding-top: 4px;
  padding-bottom: 4px;
}

.button-search.w--current:hover {
  background-color: var(--white-smoke-raoul);
}

.dropdown-header-row {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  object-position: 50% 50%;
  border-radius: 3px;
  height: 28px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px 40px 3px 5px;
  display: none;
  box-shadow: 1px 1px 3px #000;
}

.dropdown-header-row:hover {
  background-color: var(--white-smoke-raoul);
}

.div-block-links-to-list-or-card-view {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.div-number-search-screen {
  flex-flow: row;
  place-content: center flex-start;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  display: flex;
}

.div-number-search-and-options {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column wrap;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  box-shadow: 1px 1px 3px #000;
}

.section-number-search {
  z-index: 0;
  background-color: var(--alice-lighter-blue-body-bg);
  border-radius: 0;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  top: 39px;
}

.image-13 {
  width: 20px;
  height: 20px;
  padding-right: 0;
}

.link-button-w-icon {
  background-color: var(--white-smoke-kerrie);
  box-shadow: -2px 2px 2px 0 var(--elog-dodger-blue);
  color: var(--black);
  text-align: center;
  border: 1px solid #0000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75px;
  margin: 2px 0;
  padding: 0 2px 1px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.link-button-w-icon:hover {
  border-width: 1px;
  border-color: var(--elogblue);
  background-color: var(--red-hover);
  margin: 2px 0;
  padding-bottom: 1px;
}

.link-button-w-icon.w--current {
  background-color: var(--white-smoke-kerrie);
  box-shadow: 1px 1px 2px 1px var(--elogblue);
  background-image: none;
  border: 1px solid #0000;
  border-radius: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-bottom: 1px;
}

.link-button-w-icon.w--current:hover {
  background-color: var(--caelex-crimson-use);
  border-width: 1px;
  margin: 2px 0;
  padding-bottom: 1px;
}

.image-vehicle-search, .image-bom-search, .image-adv-spec-search, .image-my-basket, .image-favorites, .image-recent-items, .image-suppliers, .image-user, .image-suggest-item {
  height: 20px;
  padding-right: 0;
}

.dropdown-link {
  color: var(--black);
}

.div-screen-header {
  z-index: 4;
  background-color: var(--white-smoke-kerrie);
  border-radius: 10px;
  justify-content: flex-start;
  margin-bottom: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  display: flex;
  position: static;
  top: 45px;
  box-shadow: 1px 1px 3px #000;
}

.image-25 {
  padding-left: 2px;
}

.section-vehicle-search {
  background-color: var(--alice-lighter-blue-body-bg);
  border-radius: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 0;
}

.div-vehicle-search-button {
  align-items: center;
  height: 35px;
  margin: 5px 5px 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  display: flex;
}

.electrolog-number-value {
  background-color: var(--elog-dodger-blue);
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
  display: flex;
}

.text-block-electrolog-no {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  margin-left: 5px;
  margin-right: 0;
  padding-top: 2px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  display: flex;
}

.item-info {
  margin-left: 0;
  margin-right: 0;
  position: sticky;
  top: 15px;
}

.tabs-menu {
  z-index: 1000;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: 0;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 5px 5px;
  display: flex;
  position: sticky;
  top: 123px;
}

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

.tabs {
  background-color: var(--alice-lighter-blue-body-bg);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.item-detail-heading {
  color: var(--black);
  text-align: center;
  border-radius: 0;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 25px;
  padding-left: 5px;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
  display: flex;
}

.div-detail-element {
  border: 1px solid var(--alice-lighter-blue-body-bg);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.item-detail-values {
  border-left: 1px solid var(--silver-hover-button);
  color: var(--black);
  background-color: #fff;
  border-radius: 0;
  flex: 1;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 5px;
  font-size: 12px;
}

.item-detail-type {
  background-color: var(--white);
  color: var(--black);
  text-align: right;
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: 100%;
  margin-right: 5px;
  padding-right: 10px;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  display: flex;
  overflow: auto;
}

.tab-pane-item-details {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-item-details {
  border: 1px solid var(--silver-hover-button);
  background-color: var(--alice-blue-body-bg);
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.div-item-detail-heading {
  border: 1px solid var(--alice-blue-body-bg);
  background-color: var(--alice-lighter-blue-body-bg);
  border-radius: 10px 10px 0 0;
  margin-top: 0;
  margin-bottom: 2px;
  display: flex;
}

.div-block-item-pop-numbers {
  border: 1px solid var(--silver-hover-button);
  border-radius: 0;
  margin-top: 5px;
}

.div-pop-no-heading {
  background-color: var(--pop-no-honeydew);
  border-radius: 0;
  margin-top: 1px;
  margin-bottom: 1px;
  display: flex;
}

.item-pop-no-value {
  border-left: 1px solid var(--silver-hover-button);
  background-color: var(--white);
  color: var(--black);
  border-radius: 0;
  flex: 1;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 12px;
  overflow: auto;
}

.div-block-item-alternatives {
  border: 1px solid var(--silver-hover-button);
  border-radius: 0;
  margin-top: 5px;
}

.div-alternatives-heading {
  background-color: var(--light-grey-item-alternatives);
  color: var(--white);
  border-radius: 0;
  margin-top: 1px;
  margin-bottom: 1px;
  display: flex;
}

.item-alternative-value {
  border-left: 1px solid var(--silver-hover-button);
  background-color: var(--white);
  color: var(--black);
  border-radius: 0;
  flex: 1;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 5px;
  font-size: 12px;
  overflow: auto;
}

.item-alternatives-heading {
  color: var(--black);
  text-align: center;
  border-top-right-radius: 10px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 25px;
  padding-left: 5px;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
  display: flex;
}

.item-detail-tab {
  border: 1px solid var(--silver-hover-button);
  background-color: var(--white-smoke-raoul);
  border-radius: 3px;
  height: 25px;
  margin-left: 0;
  margin-right: 2px;
  padding: 2px 5px;
  position: sticky;
  box-shadow: 1px 1px 3px #000;
}

.item-detail-tab:hover {
  border-width: 2px;
  border-color: var(--grey-for-text);
  background-color: var(--alice-blue-body-bg);
  border-radius: 3px;
  margin: -1px 1px -1px -1px;
  padding-top: 1px;
}

.item-detail-tab.w--current {
  background-color: var(--light-grey-item-alternatives);
  border-radius: 3px;
  margin-right: 2px;
  padding: 2px 5px;
  top: 80px;
}

.item-detail-tab.w--current:hover {
  background-color: var(--red-hover);
  border-width: 1px;
  border-radius: 3px;
  margin: 0 2px 0 0;
  padding-top: 2px;
}

.div-block-basket-shop {
  z-index: 0;
  background-color: var(--alice-lighter-blue-body-bg);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: static;
}

.text-block-23 {
  font-size: 9.5px;
  line-height: 15px;
}

.div-item-images {
  border: 1px solid var(--silver-hover-button);
  background-color: var(--white);
  border-radius: 0;
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  margin-right: 0;
  padding: 2.5px 0;
  display: flex;
  position: sticky;
  top: 183px;
  overflow: hidden;
}

.div-item-image {
  border: 2px solid #0000;
  justify-content: center;
  align-items: center;
  width: 95px;
  max-width: 95px;
  height: 95px;
  max-height: 95px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1px;
  display: flex;
  overflow: hidden;
}

.div-item-image:hover {
  border: .5px solid var(--elog-light-sky-blue);
  justify-content: center;
}

.div-click-image {
  border-style: solid;
  border-width: 1px;
  border-color: transparent var(--silver-hover-button) var(--silver-hover-button);
  background-color: var(--white);
  border-radius: 0;
  justify-content: center;
  height: 20px;
  display: flex;
  margin-top: 10px;
}

.text-click-to-enlage-image {
  background-color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.div-item-print-info-etc {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.div-next-item {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
}

.image-previous-item-arrow, .image-next-item-arrow {
  height: 20px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-bg {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-button-w-icon-back-next {
  border: 1px solid var(--grey-for-text);
  color: var(--black);
  text-align: center;
  background-color: #dbf5b4;
  border-radius: 3px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 25px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 5px;
  padding: 1px 0;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.link-button-w-icon-back-next:hover {
  background-color: var(--red-hover);
  border-width: 2px;
}

.link-button-w-icon-back-next.w--current {
  background-color: var(--white-smoke-kerrie);
}

.link-button-w-icon-back-next.w--current:hover {
  background-color: var(--white-smoke-raoul);
}

.item-detail-elog-no-value {
  background-color: var(--alice-lighter-blue-body-bg);
  color: var(--elogblue);
  text-align: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: 25px;
  padding-right: 10px;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  display: flex;
  overflow: auto;
}

.text-veh-apps-heading {
  font-size: 16px;
}

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

.form-block-dropdowns {
  border: 1px solid #0000;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-dropdowns-etc {
  border: 1px solid #0000;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.select-field-dropdown {
  background-color: var(--white-smoke-raoul);
  box-shadow: 1px 1px 3px 0 var(--black);
  border: 1px solid #0000;
  border-radius: 3px;
  align-items: center;
  height: 28px;
  margin: 0 2px 0 0;
  padding: 0 2px 0 0;
  font-size: 12px;
  display: flex;
}

.select-field-dropdown:hover {
  background-color: var(--red-hover);
  border-width: 2px;
  margin: 0 1px 0 -1px;
  box-shadow: 1px 1px 3px #000;
}

.div-header-row-admin-only {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.link-block-electrolog {
  border: 1px solid #0000;
}

.tabs-content {
  border-radius: 0;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 159px;
  overflow: visible;
}

.select-field-dropdown-choose-type-of-number-search-header {
  border: 1px solid var(--silver-hover-button);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 3px;
  width: 140px;
  height: 28px;
  margin: 0 5px 0 0;
  padding: 4px 5px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.select-field-dropdown-choose-type-of-number-search-header:hover {
  background-color: var(--alice-blue-body-bg);
  border-width: 2px;
  padding: 3px 4px;
}

.div-qr-code {
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.dropdown-display {
  border: 1px solid var(--grey-for-text);
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--black);
  border-radius: 3px;
  align-items: center;
  margin: -1px 5px 0 0;
  padding: 0 25px 0 5px;
  display: flex;
  overflow: auto;
}

.dropdown-display:hover {
  background-color: var(--red-hover);
  border-width: 2px;
  margin: -2px 4px -1px -1px;
}

.dropdown-display.w--open {
  overflow: auto;
}

.dropdown-display.select-filtered {
  border-color: var(--grey-for-text);
  background-color: var(--header-antique-white);
}

.suggest-item {
  background-color: var(--alice-lighter-blue-body-bg);
  margin: 0;
  padding-top: 5px;
  position: sticky;
  top: 39px;
}

.div-block-suggest-an-item-expl {
  border: 1px solid var(--black);
  background-color: var(--white-smoke-kerrie);
  border-radius: 10px;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: static;
}

.div-block-suggest-an-item-expl-content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin: 5px;
  padding-left: 5px;
  display: flex;
}

.text-block-42 {
  color: var(--red);
  text-align: left;
  margin-top: 5px;
  font-style: italic;
}

.form-2 {
  flex-direction: column;
  padding-top: 2px;
  display: flex;
}

.div-block-43 {
  flex-direction: row;
  align-items: center;
  height: 25px;
  margin-left: 5px;
  display: flex;
}

.field-label {
  align-items: center;
  height: 25px;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.text-block-43 {
  color: var(--elogblue);
  align-items: center;
  height: 25px;
  margin-left: 0;
  font-weight: 700;
  display: flex;
}

.text-field {
  border: 1px solid var(--elogblue);
  color: var(--black);
  width: 180px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.text-field:hover {
  border: 1px solid #000;
}

.form-block-number-search-options-1 {
  width: 200px;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 15px;
}

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

.text-block-44 {
  text-align: left;
  margin-bottom: 5px;
}

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

.div-block-what-do-you-want-to-do {
  border: 1px solid var(--elog-light-sky-blue2);
  background-color: var(--white);
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
}

.text-block-45 {
  color: var(--elogblue);
  margin-bottom: 2px;
  margin-left: 5px;
  font-weight: 700;
  text-decoration: underline;
}

.div-block-add-images {
  border: 1px solid var(--elog-light-sky-blue2);
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}

.text-block-suggest-heading-detail {
  color: var(--elogblue);
  margin-left: 5px;
  padding-left: 5px;
  font-weight: 700;
  text-decoration: underline;
}

.button-suggest-item-submition {
  border: 1px solid var(--black);
  background-color: var(--white-smoke-kerrie);
  color: var(--black);
  text-align: center;
  border-radius: 3px;
  margin: 5px;
  padding: 3px 10px;
  font-size: 13px;
  box-shadow: 1px 1px 3px #000;
}

.button-suggest-item-submition:hover {
  background-color: var(--alice-blue-body-bg);
  border-width: 2px;
}

.button-suggest-item-submition.w--current {
  background-color: var(--white-smoke-kerrie);
  padding-top: 4px;
  padding-bottom: 4px;
}

.button-suggest-item-submition.w--current:hover {
  background-color: var(--white-smoke-raoul);
}

.text-block-suggest-expl-exmpl {
  margin-left: 5px;
  padding-left: 5px;
  font-size: 12px;
}

.div-block-add-info {
  border: 1px solid var(--elog-light-sky-blue2);
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}

.div-block-suggest-item-header-bg {
  background-color: var(--alice-lighter-blue-body-bg);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 0;
  display: block;
  position: sticky;
  top: 44px;
}

.div-alternatives-element {
  border: 1px solid var(--light-grey-item-alternatives);
  background-color: var(--white);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-pop-no-element {
  border: 1px solid var(--pop-no-honeydew);
  background-color: var(--white);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.item-alternatives-type-header {
  background-color: var(--light-grey-item-alternatives);
  color: var(--black);
  text-align: center;
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: 25px;
  padding-right: 10px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  display: flex;
  overflow: auto;
}

.item-popular-numbers-type-header {
  background-color: var(--pop-no-honeydew);
  color: var(--black);
  text-align: center;
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: 25px;
  padding-right: 10px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  display: flex;
  overflow: auto;
}

.div-home-heading {
  background-color: var(--alice-lighter-blue-body-bg);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  display: block;
  position: sticky;
  top: 39px;
}

.section-login {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 10px 5px 5px;
  display: flex;
  position: sticky;
  top: 39px;
}

.div-block-login-image {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 42px 0 35px;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-login-input {
  background-color: var(--red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0 10px 20px;
  padding: 10px;
  display: flex;
}

.div-block-elog-login {
  background-color: var(--red);
  box-shadow: 14px 14px 12px 0 var(--bluehook-green);
  opacity: .5;
  border-radius: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-elog-login:hover {
  border: 0px solid var(--elogblue);
  opacity: 1;
}

.form-block-registration {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-registration-divs {
  width: 100%;
  /* height: 50%; */
}

.field-label-3 {
  color: var(--white);
  margin-bottom: 2px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 700;
}

.text-block-registration-ts-cs-link {
  color: var(--white);
  flex-direction: row;
  margin-top: 0;
  padding-left: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.submit-button-reg-login-etc {
  border: 1px solid var(--elogblue);
  background-color: var(--white-smoke-raoul);
  box-shadow: 1px 1px 3px 0 var(--black);
  color: var(--black);
  border-radius: 6px;
  width: 160px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.submit-button-reg-login-etc:hover {
  background-color: var(--alice-blue-body-bg);
  color: var(--elogblue);
}

.div-block-ts-and-cs {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.text-field-2 {
  box-shadow: 1px 1px 3px 0 var(--white);
  border: 1px solid #0000;
  border-radius: 6px;
  height: 30px;
  margin-bottom: 10px;
  font-style: italic;
}

.text-field-2:hover {
  background-color: var(--alice-blue-body-bg);
}

.text-block-trial-rgister-here {
  color: var(--white);
  flex-direction: row;
  margin-top: 0;
  padding-left: 5px;
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
  display: flex;
}

.div-block-reg-login-input-fields {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-registration-bullet {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.radio-button-label-registration {
  color: var(--white);
  font-size: 12px;
}

.div-block-captcha {
  background-color: var(--white);
  border-radius: 5px;
  padding: 5px;
}

.button-test-home-registration {
  background-color: var(--elog-dodger-blue);
  border-radius: 20px;
  margin: 2px 5px;
  padding-left: 10px;
  display: inline-flex;
}

.div-block-elog-registration {
  background-color: var(--elog-dodger-blue);
  box-shadow: 14px 14px 12px 0 var(--bluehook-green);
  opacity: .8;
  border-radius: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-elog-registration:hover {
  border: 0px solid var(--elogblue);
  opacity: 1;
}

.section-registration {
  z-index: 1;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 5px 5px;
  display: flex;
  position: sticky;
  top: 39px;
}

.div-block-register-image {
  /* background-color: #fcfbfb; */
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 10px 0 10px 10px;
  display: flex;
}

.div-block-registartion-input {
  background-color: var(--elog-dodger-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.form-block-login {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-block-login:hover {
  opacity: 1;
}

.div-block-free-trial-text-and-link {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.text-block-register-trial-text {
  color: var(--white);
  flex-direction: row;
  margin-top: 0;
  padding-left: 0;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.link-block-return-to-login {
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
}

.text-block-return-to-login {
  color: var(--white);
  margin-top: 0;
}

.div-block-forgot-password-text {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.text-block-porgot-password-here {
  color: var(--white);
  flex-direction: row;
  margin-top: 0;
  padding-left: 5px;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
  display: flex;
}

.text-block-enter-username {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
}

.div-block-bluehook {
  background-color: var(--white);
  background-image: linear-gradient(307deg, var(--white), white);
  opacity: .59;
  border-radius: 6px;
  justify-content: flex-end;
  margin: 20px 15px;
  padding: 5px;
  display: flex;
}

.div-block-bluehook:hover {
  opacity: 1;
}

.text-powered-by-bluehook {
  color: var(--elogblue);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  font-weight: 400;
}

.div-block-bluehook-logo {
  width: 85px;
}

.image-bluehook {
  padding: 5px;
}

.section-reset-pw {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 20px 5px 5px;
  display: flex;
  position: sticky;
  top: 39px;
}

.div-block-reset-pw {
  background-color: var(--elog-dodger-blue);
  box-shadow: 14px 14px 12px 0 var(--bluehook-green);
  opacity: .5;
  border-radius: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-reset-pw:hover {
  border: 0px solid var(--elogblue);
  opacity: 1;
}

.div-block-reset-pw-image {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 10px 0 10px 10px;
  display: flex;
}

.div-block-reset-pw-input {
  background-color: var(--elog-dodger-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.form-block-reset-pw {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-59 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.section-footer-for-banner-ad {
  z-index: 1000;
  border-top: 1px solid var(--silver-hover-button);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 50px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.div-block-bg-item-detail-elog-no {
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--black);
  border: 1px solid #0000;
  border-radius: 10px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 0;
  display: flex;
}

.div-basket-heading {
  z-index: 1000;
  background-color: var(--alice-lighter-blue-body-bg);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: sticky;
  top: 39px;
}

.div-block-test-home-and-registration-copy {
  background-color: var(--white);
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-home-splash-screen {
  z-index: 0;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  padding: 5px;
  display: flex;
  position: static;
}

.section-home-screen {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  display: block;
  position: sticky;
  top: 44px;
}

.tabs-basket {
  background-color: var(--alice-lighter-blue-body-bg);
  width: 100%;
  position: static;
}

.section-recent-items-heading {
  z-index: 1;
  background-color: var(--alice-lighter-blue-body-bg);
  border: 1px solid #0000;
  border-radius: 0;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 39px;
}

.div-recent-items-and-options {
  background-color: var(--white);
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.tab-basket-items {
  border: 1px solid var(--grey-for-text);
  background-color: var(--white-smoke-raoul);
  box-shadow: 1px 1px 3px 0 var(--black);
  border-radius: 3px;
  margin-right: 1px;
  padding: 3px 8px;
}

.tab-basket-items:hover {
  background-color: var(--red-hover);
  border-width: 2px;
  margin: -1px 0 -1px -1px;
}

.tab-basket-items.w--current {
  background-color: var(--light-grey-item-alternatives);
  border-radius: 3px;
  margin-right: 1px;
  padding-top: 3px;
  padding-left: 8px;
  padding-right: 8px;
}

.tab-basket-items.w--current:hover {
  background-color: var(--red-hover);
  border-width: 2px;
  margin: -1px 0 -1px -1px;
}

.div-basket-item-options {
  border-top: 1px solid #0000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 2px;
  padding-bottom: 5px;
  display: flex;
  overflow: auto;
}

.div-result-list-pricing {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.text-block-result-list-price {
  color: var(--checkout-lime-green);
  text-align: left;
  border: 1px solid #0000;
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  overflow: auto;
}

.text-block-49 {
  margin-left: 2px;
  margin-right: 2px;
  padding: 5px;
  font-weight: 700;
}

.text-block-basket-qty-value {
  border: 1px solid var(--black);
  background-color: var(--white);
  text-align: center;
  border-radius: 3px;
  width: 50px;
  margin: 5px 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.text-block-basket-qty-value:hover {
  background-color: var(--white);
}

.text-block-basket-item-tab {
  color: var(--black);
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
}

.link-block-basket-tab {
  border: 1px solid var(--black);
  background-color: var(--white-smoke-raoul);
  color: var(--black);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  display: flex;
}

.link-block-basket-tab:hover {
  background-color: var(--red-hover);
  border-width: 1px;
}

.image-36 {
  border: 0 solid #0000;
  border-radius: 0;
  width: 30px;
  max-width: 38px;
  height: 30px;
  margin-top: 0;
  padding-left: 2px;
  padding-right: 0;
}

.image-36:hover {
  border: 0px solid var(--silver-hover-button);
  background-color: var(--red-hover);
  border-radius: 3px;
  padding-top: 0;
}

.div-block-total-summary {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: static;
}

.div-block-registration-country-etc {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.select-field-dropdown-reg-country-etc {
  background-color: var(--white-smoke-kerrie);
  box-shadow: 1px 1px 3px 0 var(--white);
  border-radius: 6px;
  height: 30px;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.select-field-dropdown-reg-country-etc:hover {
  background-color: var(--alice-blue-body-bg);
}

.div-basket-subtotal {
  background-color: var(--white);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 35px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
  display: flex;
  overflow: auto;
}

.div-block-proceed-to-checkout {
  background-color: var(--white);
  border-radius: 6px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  display: flex;
}

.div-block-checkout-button {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.link-block-basket-tab-ceckout {
  border: 1px solid var(--black);
  background-color: var(--checkout-lime-green);
  color: var(--black);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.link-block-basket-tab-ceckout:hover {
  background-color: var(--bluehook-green);
  border-width: 2px;
  margin-left: 5px;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.text-block-basket-checkout {
  color: var(--white);
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
}

.text-block-basket-total-price {
  color: var(--checkout-lime-green);
  margin-left: 0;
  margin-right: 5px;
  padding: 5px;
  font-size: 25px;
  font-weight: 700;
}

.div-block-total-price {
  justify-content: flex-end;
  display: none;
}

.tabs-menu-basket-with-pricing {
  z-index: 1000;
  background-color: var(--white);
  border: 1px solid #0000;
  border-radius: 0;
  height: 39px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: sticky;
  top: 79px;
  box-shadow: 1px 1px 3px #000;
}

.tab-pane-basket {
  margin-bottom: 0;
}

.div-block-basket-checkout-stuff {
  border-radius: 6px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: sticky;
}

.link-block-button-basket-tab-delete-basket {
  border: 1px solid var(--black);
  background-color: var(--white-smoke-raoul);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 150px;
  margin: 5px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.link-block-button-basket-tab-delete-basket:hover {
  background-color: var(--suppl-no-misty-rose);
}

.div-block-delete-basket-button {
  justify-content: flex-end;
  margin-top: 10px;
  display: flex;
}

.text-block-total-qty-items {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-style: italic;
  font-weight: 400;
}

.image-basket-add-remove {
  min-width: 20px;
}

.image-basket-add-remove:hover {
  background-color: var(--red-hover);
}

.div-block-basket-order-or-quote-elog {
  width: 100%;
  position: static;
}

.grid-headings-basket-items-wpricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  box-shadow: 0 1px 3px 0 var(--black);
  border-radius: 0;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5 Area-6"
  / .75fr .35fr 1.5fr .75fr .5fr .5fr;
  grid-auto-columns: .25fr;
  place-items: center;
  width: 100%;
}

.text-block-51 {
  font-style: italic;
  font-weight: 700;
}

.div-supplier-order-quote-details {
  border: 1px solid var(--black);
  background-color: var(--pop-no-honeydew);
  border-radius: 6px;
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  display: flex;
}

.div-supplier-name {
  align-items: center;
  display: flex;
}

.div-contact-person {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-supplier-email-address {
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
}

.text-block-company-name {
  color: var(--black);
  align-items: center;
  height: 28px;
  margin-left: 20px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  display: flex;
}

.div-supplier-email-account-no {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-left-order-quote {
  flex-direction: column;
  margin-left: 5px;
  display: flex;
}

.div-block-right-order-quote {
  flex-flow: column wrap;
  align-items: stretch;
  margin-left: 5px;
  display: flex;
}

.div-order-quote-notes {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.text-block-53 {
  margin-left: 5px;
}

.select-field-dropdown-select-quote-order {
  border: 1px solid var(--black);
  background-color: var(--pop-no-honeydew);
  box-shadow: 1px 1px 3px 0 var(--black);
  border-radius: 3px;
  width: 180px;
  height: 28px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-size: 12px;
}

.select-field-dropdown-select-quote-order:hover {
  background-color: var(--alice-lighter-blue-body-bg);
  border-width: 2px;
}

.text-block-contact-email-not-editable {
  border: 1px solid var(--black);
  background-color: var(--white-smoke-raoul);
  color: var(--black);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  align-items: center;
  width: 220px;
  height: 28px;
  margin-left: 27px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-style: normal;
  display: flex;
}

.text-block-contact-name-not-editable {
  border: 1px solid var(--black);
  background-color: var(--white-smoke-raoul);
  color: var(--black);
  border-radius: 3px;
  align-items: center;
  width: 220px;
  height: 28px;
  margin-left: 20px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-style: normal;
  display: flex;
}

.text-block-contact-account-not-editable {
  border: 1px solid var(--black);
  background-color: var(--white-smoke-raoul);
  color: var(--black);
  border-radius: 3px;
  align-items: center;
  width: 220px;
  height: 28px;
  margin-left: 12px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-style: normal;
  display: flex;
}

.text-block-notes-order-quotes-field-not-editable {
  border: 1px solid var(--black);
  background-color: var(--white-smoke-raoul);
  color: var(--black);
  border-radius: 3px;
  align-items: flex-start;
  width: 220px;
  height: 92px;
  margin-top: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-style: normal;
  display: flex;
}

.tab-pane-past-orders-2, .tab-pane-past-quotes-2, .tab-pane-favourites-2 {
  margin-bottom: 0;
}

.div-block-suggest-item {
  border-bottom: 1px solid var(--black);
  background-color: var(--alice-lighter-blue-body-bg);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.link-button-suggest-item {
  border: 1px solid var(--black);
  background-color: var(--white-smoke-raoul);
  box-shadow: 0 2px 5px 0 var(--black);
  color: var(--black);
  text-align: center;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin: 2px 5px 5px;
  padding: 2px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.link-button-suggest-item:hover {
  background-color: var(--alice-blue-body-bg);
  border-width: 2px;
  margin: 2px 4px 4px;
  padding: 2px;
}

.link-button-suggest-item.w--current {
  border: 1px solid var(--elogblue);
  background-color: var(--elog-light-sky-blue2);
  box-shadow: 0 3px 3px 0 var(--elogblue);
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 5px;
}

.link-button-suggest-item.w--current:hover {
  background-color: var(--elog-light-sky-blue2);
}

.bold-text-3 {
  padding-left: 5px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-suggest-submition {
  color: var(--elogblue);
  margin-left: 5px;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}

.div-block-62 {
  display: flex;
}

.image-38 {
  margin-left: 5px;
}

.div-suggest-item-heading {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 0;
  padding-bottom: 2px;
  display: block;
  position: static;
}

.text-block-54, .text-block-55, .text-block-56, .text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61, .text-block-62, .text-block-63 {
  font-size: 10px;
  line-height: 15px;
}

.link-block-basket-tab-duplicate-basket-past {
  border: 1px solid var(--black);
  background-color: var(--compare-navajo-white);
  color: var(--black);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.link-block-basket-tab-duplicate-basket-past:hover {
  background-color: var(--alice-blue-body-bg);
  border-width: 2px;
}

.text-block-basket-checkout-past {
  color: var(--black);
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
}

.div-block-with-form-dropdowns-cat-and-veh {
  background-color: var(--white);
  border-radius: 10px;
  flex-wrap: wrap;
  display: flex;
}

.text-block-64 {
  padding-left: 2px;
  font-size: 12px;
}

.checkbox-field {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}

.checkbox-label-17 {
  font-size: 11px;
}

.image-bg-login-etc {
  z-index: -1;
  opacity: .6;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
  position: fixed;
  inset: 0%;
}

.image-40 {
  max-height: 600px;
}

.div-block-cat-and-veh-search {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  box-shadow: 1px 1px 3px #000;
}

.form-block-result-item-wtick-box {
  border: 1px solid var(--light-grey-item-alternatives);
  background-color: var(--white);
  box-shadow: -1px 0 3px 0 var(--grey-for-text);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 0;
  padding-bottom: 1px;
  display: flex;
  overflow: hidden;
}

.form-block-result-item-wtick-box:hover {
  border-width: 1px;
  border-color: var(--grey-for-text);
  box-shadow: -1px 0 3px 0 var(--black);
  margin: 3px 0 0;
  padding: 0 0 1px;
}

.grid-item-result-list-wtick-basket-items-added {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0000;
  grid-template: "Area Area-2 Area-3 Area-4"
  / .75fr .35fr 1.5fr .75fr;
  grid-auto-flow: row;
  align-content: center;
  place-items: center start;
  width: 100%;
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.link-block-result-item-elog-no-wtick {
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  display: flex;
}

.link-block-result-item-desc-wtick {
  width: 100%;
  height: 90px;
  text-decoration: none;
}

.form-block-result-list-wtick-main {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-result-item-elog-no-wtick {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: auto;
}

.text-block-result-list-elog-no-wtick {
  color: var(--elogblue);
  text-align: center;
  border: 1px solid #0000;
  border-radius: 0;
  flex-wrap: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  font-style: italic;
  font-weight: 700;
  display: flex;
  overflow: auto;
}

.section-result-list-wtick {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  position: relative;
}

.div-result-list-image-wtick {
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.div-result-list-desc-wtick {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.text-block-result-list-desc-wtick {
  color: var(--black);
  text-align: left;
  border: 1px solid #0000;
  flex-wrap: wrap;
  place-content: center flex-start;
  align-items: center;
  height: 100%;
  margin-left: 0;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  display: flex;
  overflow: auto;
}

.image-elog-default {
  max-width: 85px;
  max-height: 85px;
}

.item-title-block {
  flex-direction: column;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  left: auto;
  overflow: auto;
}

.title-and-image-item-block {
  border: 1px solid #0000;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 5px;
  display: flex;
  overflow: visible;
}

.result-list-card-view {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 315px 315px 315px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-self: auto;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.result-list-card-view.full {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--alice-lighter-blue-body-bg);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 3px 0 0;
}

.text-elog-no-card-view {
  background-color: var(--elog-dodger-blue);
  color: var(--white);
  text-align: left;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 3px 0;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.details-block {
  color: #000;
  text-align: center;
  align-self: center;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  overflow: auto;
}

.details-title {
  color: var(--grey-for-text);
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
  display: flex;
  overflow: visible;
}

.form-block-result-list-card-view {
  border: 1px solid var(--light-grey-item-alternatives);
  background-color: var(--white);
  box-shadow: -1px 0 3px 0 var(--silver-hover-button);
  border-radius: 10px;
  margin-bottom: 0;
  overflow: hidden;
}

.form-block-result-list-card-view:hover {
  border-width: 2px;
  border-color: var(--grey-for-text);
  box-shadow: -1px 0 3px 0 var(--black);
  margin: -1px;
}

.image-45 {
  max-width: 85px;
  max-height: 85px;
  display: block;
}

.div-block-75 {
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  display: flex;
}

.div-block-suggest-item-header {
  background-color: var(--alice-lighter-blue-body-bg);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 5px;
  display: block;
  position: sticky;
  top: 44px;
}

.section-suggest-items-questions {
  margin-left: 0;
  margin-right: 0;
}

.div-block-elog-value {
  display: flex;
}

.form-result-list-card-view {
  flex-flow: column;
  display: flex;
}

.div-block-card-image-elog-no-manuf {
  border-bottom: 1px solid var(--light-grey-item-alternatives);
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-elog-no-value-card-view {
  flex: 0 auto;
  width: 100%;
}

.link-block-22 {
  text-decoration: none;
  display: flex;
}

.link-block-card-elog-no-card-view {
  width: 100%;
  text-decoration: none;
}

.div-block-card-image {
  padding-left: 2px;
}

.div-block-card-elog-no-manuf-card-view {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.link-block-card-desc-specs {
  width: 100%;
  height: 150px;
  text-decoration: none;
  overflow: auto;
}

.checkbox-field-suggest-item {
  color: var(--black);
  margin-bottom: 2px;
  margin-left: 5px;
  font-weight: 400;
}

.paragraph-desc {
  text-align: left;
  object-fit: contain;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 2px 5px 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
}

.section-result-list-wtick-card-350px {
  background-color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  position: relative;
}

.searched-item-block-350px {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: 280px;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.div-block-vehicle-search-button, .div-block-category-search-button {
  width: 120px;
  height: 35px;
}

.icon {
  margin-right: 5px;
}

.checkbox-label-28 {
  font-size: 11px;
}

.image-filter-manuf-and-cat {
  padding-right: 2px;
}

.checkbox-label-29 {
  font-size: 11px;
}

.div-block-sort-by {
  border: 1px solid var(--grey-for-text);
  background-color: var(--white);
  border-radius: 3px;
  align-items: center;
  margin-right: 5px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.div-block-sort-by:hover {
  background-color: var(--red-hover);
  border-width: 2px;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: 4px;
}

.image-sort {
  padding-left: 2px;
}

.image-sort:hover {
  background-color: #0000;
}

.div-block-result-list-headers-and-options-list-view {
  z-index: 4;
  background-color: var(--alice-lighter-blue-body-bg);
  border: 1px solid #0000;
  border-radius: 0;
  flex-flow: column wrap;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: sticky;
  top: 37px;
}

.grid-result-list-headings-recent-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  box-shadow: 0 1px 3px 0 var(--black);
  border: 1px solid #0000;
  border-radius: 0;
  grid-template: "Area Area-2 Area-3 Area-4"
  / .75fr .35fr 1.5fr .75fr;
  grid-auto-columns: .25fr;
  place-items: center start;
  width: 100%;
}

.div-recent-items-heading {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 10px;
  flex-flow: column wrap;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.form-dropdowns-sort-result-list-by {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.form-dropdowns-filter-categories {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-top: -3px;
  display: flex;
}

.select-field-sort-result-list-by {
  cursor: pointer;
  background-color: #06060600;
  border: 1px solid #0000;
  border-radius: 0;
  align-items: center;
  height: 25px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  display: flex;
}

.select-field-sort-result-list-by:hover {
  background-color: #0000;
  margin-right: 0;
  padding-top: 1px;
  padding-right: 0;
}

.dropdown-tick-to-select-filter-categories {
  height: 22px;
}

.heading-row-login-and-registration {
  z-index: 5;
  /* background-color: var(--white); */
  background-color: var(--caelex-crimson-use);
  box-shadow: 1px 1px 4px 0 var(--caelex-crimson-use);
  border: 1px #0000;
  border-radius: 0 0 8px 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-5px-spacer-card-view {
  border-bottom: 1px solid var(--black);
  background-color: var(--alice-lighter-blue-body-bg);
  width: 100%;
  height: 2px;
}

.form-block-dropdowns-number-search {
  flex-flow: row;
  flex: 0 auto;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-block-result-item-elog-no-space-below-tick {
  text-align: left;
  width: 100%;
  height: 20px;
  padding-top: 8px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.section-result-list-wtick-recent {
  background-color: var(--alice-lighter-blue-body-bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.div-block-result-list-all-list-view-recent {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.grid-item-result-list-items-wtick-recent {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0000;
  grid-template: "Area Area-2 Area-3 Area-4"
  / .75fr .35fr 1.5fr .75fr;
  grid-auto-flow: row;
  align-content: center;
  place-items: center start;
  width: 100%;
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.link-block-result-item-date-wtick-recent {
  width: 100%;
  height: 90px;
  text-decoration: none;
}

.section-result-list-wtick-card-350px-recent {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.result-list-card-view-recent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 315px 315px 315px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-self: auto;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.result-list-card-view-recent.full {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 5px 0;
}

.text-block-result-list-date-card {
  color: var(--elog-dodger-blue);
  text-align: left;
  border: 1px solid #0000;
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  height: 30px;
  margin-left: 0;
  padding-left: 5px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  overflow: auto;
}

.details-title-recent-card {
  border-top: 1px solid var(--grey-for-text);
  color: var(--grey-for-text);
  text-align: left;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
  display: flex;
  overflow: hidden;
}

.grid-item-result-list-items-wtick-options-and-price {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0000;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5 Area-6"
  / .75fr .35fr 1.5fr .75fr .5fr .5fr;
  grid-auto-flow: row;
  place-content: center stretch;
  place-items: center start;
  width: 100%;
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.div-block-result-list-all-list-view-options-and-price {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.result-list-card-view-price {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 315px 315px 315px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-self: auto;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.result-list-card-view-price.full {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
  padding: 5px;
}

.form-block-result-list-card-view-price {
  border: 1px solid var(--grey-for-text);
  background-color: var(--white);
  box-shadow: -1px 0 3px 0 var(--silver-hover-button);
  border-radius: 10px;
  margin-bottom: 0;
}

.searched-item-block-350px-price {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.div-result-list-pricing-total {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.div-total-cost {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  padding: 5px;
  display: flex;
}

.text-block-total-basket-value {
  color: var(--checkout-lime-green);
  padding-left: 10px;
  padding-right: 5px;
  font-size: 20px;
  font-weight: 700;
}

.text-total-desc {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
}

.div-total-vat {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  padding: 5px;
  display: flex;
}

.text-block-basket-vat-value {
  color: var(--grey-for-text);
  padding-left: 10px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 700;
}

.text-vat-desc {
  color: var(--grey-for-text);
  font-size: 10px;
  font-weight: 700;
}

.div-result-list-pricing-card-total {
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.text-block-result-list-card-price-total {
  color: var(--checkout-lime-green);
  text-align: left;
  border: 1px solid #0000;
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  overflow: auto;
}

.div-result-list-pricing-card-each {
  border-top: 1px solid var(--grey-for-text);
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.text-block-result-list-card-price-each {
  color: var(--checkout-lime-green);
  text-align: left;
  border: 1px solid #0000;
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  overflow: auto;
}

.details-title-price-each, .details-title-price-total {
  color: var(--grey-for-text);
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
  overflow: hidden;
}

.div-recent-items-date {
  width: 100%;
}

.form-block-result-list-card-view-recent {
  border: 1px solid var(--grey-for-text);
  background-color: var(--white);
  box-shadow: -1px 0 3px 0 var(--silver-hover-button);
  border-radius: 10px;
  margin-bottom: 0;
}

.searched-item-block-350px-recent {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.section-favourite-items {
  z-index: 0;
  background-color: var(--alice-lighter-blue-body-bg);
  border: 1px solid #0000;
  border-radius: 0;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 0;
  position: sticky;
  top: 39px;
}

.text-doc-no-past-orders-and-quotes {
  color: var(--red);
  padding-left: 0;
  padding-right: 5px;
  font-size: 25px;
  font-weight: 700;
}

.div-block-pricing {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.section-basket-pricing {
  background-color: var(--alice-lighter-blue-body-bg);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: sticky;
  top: 39px;
}

.image-elogin {
  padding-right: 0;
}

.div-block-request-quote {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.link-block-basket-tab-request-quote {
  border: .5px solid var(--black);
  background-color: var(--light-grey-item-alternatives);
  color: var(--black);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 125px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 2px #000;
}

.link-block-basket-tab-request-quote:hover {
  background-color: var(--white-smoke-kerrie);
  color: var(--black);
  border-width: 2px;
}

.text-block-basket-request-quote {
  color: var(--black);
  margin-left: 2px;
  margin-right: 2px;
  font-size: 10px;
  font-weight: 700;
}

.div-block-quote {
  flex: 1;
}

.text-block-65 {
  margin-left: 5px;
}

.div-block-menu-slide {
  border-radius: 6px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.div-block-menu-slide:hover {
  background-color: #0000;
}

.div-block-page-contents {
  flex: 1;
  height: 100%;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.div-block-side-menu {
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 39px;
}

.text-block-basket-total-price-desc {
  color: var(--black);
  margin-left: 5px;
  margin-right: 0;
  padding: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.icon-list-view {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  height: 30px;
  padding-left: 3px;
  padding-right: 3px;
}

.icon-list-view:hover {
  background-color: var(--red-hover);
  border: 0 solid #0000;
}

.icon-grid-view {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  height: 30px;
  padding-left: 3px;
  padding-right: 3px;
}

.icon-grid-view:hover {
  background-color: var(--red-hover);
  border: 0 solid #0000;
}

.icon-heading-menu-hide-show {
  cursor: pointer;
  padding-left: 3px;
  padding-right: 3px;
  display: none;
}

.icon-heading-menu-hide-show:hover {
  background-color: #0000;
}

.div-number-search {
  margin-right: 5px;
  display: flex;
}

.text-field-number-input {
  border: 1px solid var(--silver-hover-button);
  box-shadow: 1px 1px 3px 0 var(--black);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 220px;
  height: 28px;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  font-style: italic;
}

.text-field-number-input:hover {
  border-width: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.text-block-back {
  padding-top: 1px;
  padding-right: 3px;
}

.text-block-forward {
  padding-top: 1px;
  padding-left: 4px;
}

.div-electrolog-logo {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 25px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-electrolog {
  margin-left: 5px;
  margin-right: 5px;
}

.text-input-field-reg-login-etc {
  box-shadow: 1px 1px 3px 0 var(--white);
  border: 1px solid #0000;
  border-radius: 6px;
  height: 30px;
  margin-bottom: 12px;
  font-style: italic;
}

.text-input-field-reg-login-etc:hover {
  background-color: var(--alice-blue-body-bg);
}

.field-label-reg-login-etc {
  color: var(--white);
  margin-bottom: 2px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 400;
}

.container {
  z-index: 1;
  position: sticky;
  top: 39px;
}

.div-block-return-to-login-page {
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-block-66 {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}

.div-block-login-bh {
  justify-content: flex-end;
  width: 100%;
  padding-right: 60px;
  display: flex;
}

.div-block-login-bg {
  width: 100%;
  display: flex;
}

.text-field-qty-input {
  border: 1px solid var(--black);
  border-radius: 3px;
  width: 50px;
  height: 28px;
  margin-bottom: 0;
  padding: 0 2px;
  font-style: italic;
  overflow: visible;
}

.text-field-qty-input:hover {
  background-color: var(--red-hover);
  border-width: 2px;
}

.icon-item-detail-add-to-basket {
  background-color: var(--white);
  cursor: pointer;
  border: 0 solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
  padding-right: 0;
}

.icon-item-detail-add-to-basket:hover {
  background-color: var(--red-hover);
  border: 0 solid #0000;
}

.icon-item-detail-add-to-favourites {
  background-color: var(--white);
  cursor: pointer;
  border: 0 solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
  padding-right: 0;
}

.icon-item-detail-add-to-favourites:hover {
  background-color: var(--red-hover);
  border: 0 solid #0000;
}

.image-qr-code {
  background-color: var(--white);
  cursor: pointer;
  border: 0 solid #0000;
  margin-left: 2px;
  margin-right: 2px;
}

.image-qr-code:hover {
  border: 2px solid var(--alice-blue-body-bg);
  background-color: var(--red-hover);
}

.icon-heading-menu-new-tab {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 2px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-new-tab:hover {
  background-color: var(--red-hover);
  border: 0 solid #0000;
}

.icon-heading-menu-image-email {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 2px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-image-email:hover {
  background-color: var(--red-hover);
  border: 0 solid #0000;
}

.icon-heading-menu-image-basket {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 2px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-image-basket:hover {
  background-color: var(--red-hover);
  border: 0 solid #0000;
}

.icon-heading-menu-image-settings {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 2px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-image-settings:hover {
  background-color: var(--red-hover);
  border: 0 solid #0000;
}

.icon-heading-menu-image-logout {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 2px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-image-logout:hover {
  background-color: var(--red-hover);
  border-width: 0;
}

.icon-heading-menu-image-home {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 0;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-image-home:hover {
  background-color: var(--red-hover);
  border: 0 solid #0000;
}

.link-block-starting-page {
  min-width: 30px;
  min-height: 30px;
  margin-left: 2px;
}

.link-block-starting-page:hover {
  background-color: var(--elog-light-sky-blue2);
}

.icon-heading-menu-image-back-arrow {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 2px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-image-back-arrow:hover {
  background-color: var(--red-hover);
  border-width: 0;
}

.icon-heading-menu-image-forward-arrow {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 2px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-image-forward-arrow:hover {
  background-color: var(--red-hover);
  border-width: 0;
}

.link-block-electrolog-maint {
  border: 1px solid #0000;
}

.image-elog-header-logo-maint {
  /* width: 30px;
  height: 30px; */
  margin-top: 2px;
  margin-left: 3px;
}

.icon-heading-menu-image-flyout-wizard {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 3px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-image-flyout-wizard:hover {
  background-color: var(--elog-light-sky-blue2);
  border-width: 0;
}

.icon-heading-menu-image-exports {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 3px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-image-exports:hover {
  background-color: var(--elog-light-sky-blue2);
  border-width: 0;
}

.icon-heading-menu-image-imports {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 3px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-image-imports:hover {
  background-color: var(--elog-light-sky-blue2);
  border-width: 0;
}

.icon-heading-menu-image-cross-ref-data {
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 3px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-image-cross-ref-data:hover {
  background-color: var(--elog-light-sky-blue2);
  border-width: 0;
}

.icon-heading-menu-image-client-message {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 3px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-image-client-message:hover {
  background-color: var(--elog-light-sky-blue2);
  border-width: 0;
}

.icon-heading-menu-image-banner-ads {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 3px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-image-banner-ads:hover {
  background-color: var(--elog-light-sky-blue2);
  border-width: 0;
}

.icon-heading-menu-image-splash-pic {
  cursor: pointer;
  border: 2px solid #0000;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 3px;
  padding-left: 1px;
  padding-right: 1px;
}

.icon-heading-menu-image-splash-pic:hover {
  background-color: var(--elog-light-sky-blue2);
  border-width: 0;
}

.image-number-search, .image-category-search {
  height: 20px;
  padding-right: 0;
}

.form-number-search-options {
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.div-block-item-detail-bg {
  border: 1px solid var(--black);
  background-color: var(--white-smoke-kerrie);
  align-items: center;
  height: 25px;
  font-weight: 700;
  display: flex;
  position: sticky;
  top: 158px;
}

.div-block-item-detail-heading {
  margin-left: 5px;
  margin-right: 5px;
}

.image-46 {
  object-fit: scale-down;
  max-height: 50px;
}

.div-block-77 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button-label {
  font-size: 12px;
  font-weight: 400;
}

.radio-button-label:hover {
  color: var(--black);
  font-weight: 700;
}

.radio-button-field {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-5px-spacer-card-view-top {
  border-style: solid;
  border-width: 1px;
  border-color: var(--black) transparent transparent;
  background-color: var(--alice-lighter-blue-body-bg);
  width: 100%;
  height: 3px;
}

.link-block-top-of-page {
  z-index: 5;
  border: 1px solid var(--black);
  background-color: var(--elogblue);
  box-shadow: 1px 1px 3px 0 var(--black);
  opacity: .5;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  padding-right: 5px;
  display: flex;
  position: fixed;
  bottom: 60px;
  right: 10px;
}

.link-block-top-of-page.w--current {
  z-index: 100;
  border-color: var(--black);
  background-color: var(--red-hover);
  box-shadow: 1px 1px 3px 0 var(--black);
  opacity: .5;
  color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 27px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 2px;
  font-size: 12px;
  display: flex;
  position: fixed;
  inset: auto 1% 10% auto;
}

.text-block-67 {
  color: var(--black);
  width: auto;
  padding-left: 2px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.div-search-results {
  margin-top: 0;
  padding-left: 0;
  padding-right: 2px;
}

.image-47 {
  width: 20px;
  height: 20px;
}

.text-block-result-list-heading {
  align-items: center;
  padding-left: 5px;
  display: flex;
}

.text-block-result-list-heading-text {
  color: var(--black);
  text-align: left;
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 15px;
  display: flex;
}

.div-grid-for-result-list-headings-recent {
  background-color: var(--alice-lighter-blue-body-bg);
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: 20px;
  margin-bottom: 1px;
  display: flex;
}

.div-block-result-list-headers-and-options-list-view-basket {
  z-index: 4;
  background-color: var(--alice-lighter-blue-body-bg);
  border: 1px solid #0000;
  border-radius: 10px;
  flex-flow: column wrap;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-add-info-text-field {
  border: 1px solid var(--elog-light-sky-blue2);
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}

.form-block-add-info-text-field {
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 0;
}

.form-add-add-info-text-field {
  flex-direction: column;
  padding-top: 2px;
  display: flex;
}

.textarea-field-add-info {
  border: 1px solid var(--elogblue);
  color: var(--black);
  width: 90%;
  height: 150px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.textarea-field-add-info:hover {
  border: 1px solid #000;
}

.checkbox-label-suggest {
  font-weight: 400;
}

.checkbox-label-suggest:hover {
  font-weight: 700;
}

.text-block-update-info-username-is {
  color: var(--white);
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
  font-style: italic;
}

.div-block-update-info-image {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 10px 0 10px 10px;
  display: flex;
  position: sticky;
  top: 39px;
}

.div-block-elog-update-user-info {
  background-color: var(--elog-dodger-blue);
  box-shadow: 14px 14px 12px 0 var(--bluehook-green);
  opacity: .8;
  border-radius: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.div-block-elog-update-user-info:hover {
  border: 0px solid var(--elogblue);
  opacity: 1;
}

.heading-row-user-info-update {
  z-index: 5;
  background-color: var(--white);
  box-shadow: 1px 1px 4px 0 var(--caelex-crimson-use);
  border: 1px #0000;
  border-radius: 0 0 8px 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-user-info-update {
  z-index: 1;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 5px 5px;
  display: flex;
  position: sticky;
  top: 39px;
}

.div-block-update-user-info-fields {
  background-color: var(--elog-dodger-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.text-block-username {
  color: #d9ff00;
  font-size: 30px;
  font-weight: 700;
}

.image-48 {
  /* background-color: #fdffff;
  padding-top: 20px; */
}

.text-block-68 {
  color: var(--white);
  padding-bottom: 5px;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}

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

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

.text-block-69 {
  border: 1px solid var(--silver-hover-button);
  background-color: var(--white-smoke-kerrie);
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 8px;
  font-weight: 400;
  line-height: 10px;
}

.body-for-image {
  background-color: var(--alice-lighter-blue-body-bg);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-image-box-header {
  background-color: var(--elog-dodger-blue);
  cursor: move;
  border: 0 solid #0000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  align-items: center;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-box-pic {
  cursor: auto;
  border: 1px solid #0000;
  border-radius: 0 0 10px 10px;
  max-width: 500px;
  max-height: 500px;
}

.text-block-images-label {
  color: var(--white);
  padding-bottom: 3px;
  padding-left: 10px;
  font-size: 25px;
}

.div-block-close-image-button {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  display: flex;
}

.header-image-box-label {
  align-items: center;
  height: 35px;
  display: flex;
}

.div-block-image-box {
  background-color: var(--white);
  border: 1px solid #0000;
  border-radius: 6px;
  box-shadow: 0 0 3px #000;
}

.div-block-image-box-pic {
  background-color: var(--white);
  cursor: move;
  border: 0 solid #0000;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  min-height: 300px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.div-prev-next-pic {
  background-color: var(--white);
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.link-button-w-icon-prev-next-pic {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #dbf5b4;
  border-radius: 3px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 25px;
  margin: 2px 5px;
  padding: 0;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.link-button-w-icon-prev-next-pic:hover {
  background-color: var(--alice-lighter-blue-body-bg);
  border-width: 2px;
}

.link-button-w-icon-prev-next-pic.w--current {
  background-color: var(--white-smoke-kerrie);
}

.link-button-w-icon-prev-next-pic.w--current:hover {
  background-color: var(--white-smoke-raoul);
}

.link-block-close-image-box {
  border: 1px solid var(--silver-hover-button);
  background-color: var(--white-smoke-kerrie);
  box-shadow: 1px 1px 3px 0 var(--black);
  cursor: pointer;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-close-image-box:hover {
  border-width: 0;
  border-color: var(--elogblue);
  background-color: var(--alice-blue-body-bg);
  margin: -1px 0;
  padding-left: 1px;
  padding-right: 1px;
}

.image-49 {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.dropdown-list-4 {
  z-index: 4;
}

.dropdown-list-4.w--open {
  z-index: 4;
  border: 1px solid var(--grey-for-text);
  max-height: 150px;
  padding-top: 5px;
  position: relative;
  overflow: auto;
}

.image-item-detail {
  border: 2px solid #0000;
  flex: 0 auto;
  max-height: 100%;
}

.image-item-detail:hover {
  border-width: 0;
}

.dropdown-list-6, .dropdown-list-8 {
  overflow: auto;
}

.form-block-suggest-item {
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 5px;
}

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

.button-load-more-results {
  background-color: var(--caelex-crimson-use);
  box-shadow: 1px 1px 3px 0 var(--elog-light-sky-blue2);
  border-radius: 10px;
  margin: 10px;
}

.button-load-more-results:hover {
  box-shadow: 1px 1px 3px 0 var(--elogblue);
}

.div-block-more-than-500-items-msg {
  border: 1px solid var(--light-grey-item-alternatives);
  background-color: var(--caelex-crimson-use);
  box-shadow: 1px 1px 3px 0 var(--silver-hover-button);
  color: var(--white);
  border-radius: 10px;
  align-items: center;
  margin: 5px;
  padding: 5px;
  display: block;
}

.text-more-than-500-load-more {
  background-color: #0000;
  align-items: center;
  padding-left: 5px;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  display: flex;
}

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

.div-block-no-items-found {
  border: 1px solid var(--light-grey-item-alternatives);
  background-color: var(--compare-navajo-white);
  box-shadow: 1px 1px 3px 0 var(--silver-hover-button);
  border-radius: 10px;
  align-items: center;
  margin: 5px;
  padding: 5px;
  display: block;
}

.div-for-flags-qr-etc {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-elog-no-item-detail {
  flex: 1;
  align-items: center;
  display: flex;
}

.div-block-result-list-ext-desc-etc-added {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.image-add-to-basket-result-list {
  border: 1px solid var(--light-grey-item-alternatives);
  border-radius: 3px;
  width: 28px;
  height: 28px;
  margin-top: 0;
  margin-left: 2px;
  margin-right: 0;
}

.image-add-to-basket-result-list:hover {
  border-color: var(--silver-hover-button);
  background-color: var(--alice-lighter-blue-body-bg);
}

.div-error-message {
  background-color: var(--red);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 10px;
  display: flex;
}

.section-error-page {
  display: flex;
}

.div-error-page {
  background-color: var(--white-smoke-kerrie);
  background-image: linear-gradient(to top, var(--grey-for-text) 21%, white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 20px;
  display: flex;
}

.text-block-error-message {
  padding: 5px;
  display: flex;
}

.image-error-message {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-4 {
  color: var(--white);
  text-align: center;
  margin: 2px;
  padding: 0;
  font-weight: 400;
  display: flex;
}

.div-info-message {
  background-color: var(--bluehook-green);
  color: #0000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 10px;
  display: flex;
}

.image-info-message {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-info-message {
  padding: 5px;
  display: flex;
}

.text-block-73 {
  color: var(--red);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.image-50 {
  z-index: -1;
  object-fit: scale-down;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

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

.button-error-page-go-to-login {
  border: 1px solid var(--elog-dodger-blue);
  border-radius: 5px;
  margin: 10px;
}

.button-error-page-go-to-login:hover {
  border: 1px solid var(--elog-dodger-blue);
  background-color: var(--alice-blue-body-bg);
  color: var(--elog-dodger-blue);
}

.text-block-74 {
  color: var(--white);
  text-align: center;
}

.submit-button-reset-pw {
  border: 1px solid var(--elogblue);
  background-color: var(--white-smoke-raoul);
  box-shadow: 1px 1px 3px 0 var(--black);
  color: var(--black);
  border-radius: 6px;
  width: 160px;
  margin-top: 10px;
  padding: 5px;
  font-weight: 700;
}

.submit-button-reset-pw:hover {
  background-color: var(--alice-blue-body-bg);
  color: var(--elogblue);
}

.text-block-header-username {
  color: var(--black);
}

.div-block-availability {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 0 3px;
  display: none;
}

.image-elog {
  height: 15px;
  margin-bottom: 2px;
}

.text-elog-no-card-view-2 {
  color: #010066;
  text-align: left;
  flex: 0 auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.div-block-availability-colour-gr-avail {
  background-color: #35c917;
  border: 1px solid #000;
  border-radius: 5px;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-availability-colour-or-nostk {
  background-color: var(--red);
  border: 1px solid #000;
  border-radius: 5px;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-elog-value-2 {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.link-block-card-elog-no-card-view-2 {
  width: 100%;
  text-decoration: none;
}

.item-title-block-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  left: auto;
  overflow: visible;
}

.link-block-card-elog-space-below-tick-2 {
  width: 100%;
  height: 24px;
  margin-top: 3px;
  text-decoration: none;
}

.div-block-availability-colour-yl-low {
  background-color: #f2ff00;
  border: 1px solid #000;
  border-radius: 5px;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-card-elog-no-manuf-card-view-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.text-block-pricing-3 {
  color: #35c917;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  padding: 5px;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.link-block-result-item-specs-wtick-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  text-decoration: none;
  display: none;
}

.div-result-list-specs-wtick-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.div-block-pricing-2 {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.link-block-result-item-elog-no-wtick-2 {
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 5px;
  text-decoration: none;
  display: flex;
}

.text-block-result-list-elog-no-wtick-2 {
  color: #010066;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 8px;
  flex-wrap: wrap;
  place-content: center flex-start;
  align-items: center;
  margin-left: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  overflow: auto;
}

.text-result-list-elog-no-2 {
  color: #010066;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  display: flex;
  overflow: hidden;
}

.div-result-list-specs-wtick-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.text-block-result-list-date-2 {
  color: #378ff3;
  text-align: left;
  border: 1px solid #0000;
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  height: 90px;
  margin-left: 0;
  padding-left: 0;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  overflow: auto;
}

.text-field-notes-order-quotes-editable {
  border: 1px solid #000;
  border-radius: 3px;
  flex: 0 auto;
  width: 220px;
  height: 85px;
  margin: 0 5px;
  padding: 5px;
  font-size: 12px;
  overflow: auto;
}

.div-supplier-order-quote-details-2 {
  background-color: #d6fcd2;
  border: 1px solid #000;
  border-radius: 6px;
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  display: flex;
}

.text-field-account-number-editable {
  border: 1px solid #000;
  border-radius: 3px;
  width: 220px;
  height: 25px;
  margin: 0 5px;
  padding: 5px;
  font-size: 12px;
  overflow: auto;
}

.div-basket-input-fields {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5px;
  display: flex;
}

.text-block-company-name-2 {
  color: #000;
  align-items: center;
  height: 28px;
  margin-left: 20px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  display: flex;
}

.text-field-contact-email-editable-copy {
  border: 1px solid #000;
  border-radius: 3px;
  width: 220px;
  height: 25px;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  overflow: auto;
}

.text-field-contact-name-editable {
  border: 1px solid #000;
  border-radius: 3px;
  width: 220px;
  height: 25px;
  margin-bottom: 0;
  margin-left: 13px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  overflow: auto;
}

.div-block-sort-by-2 {
  background-color: #fff;
  border: 1px solid #7e7e7e;
  border-radius: 3px;
  align-items: center;
  margin-right: 5px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.div-block-sort-by-2:hover {
  background-color: var(--red-hover);
  border-width: 2px;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: 4px;
}

.div-header-row-centre-2 {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.form-block-delivery-method {
  margin-left: 5px;
  padding-left: 0;
}

.form-number-search-options-copy {
  flex-direction: column;
  margin-left: 5px;
  padding-top: 5px;
  display: flex;
}

.radio-button-label-2 {
  font-size: 12px;
  font-weight: 400;
}

.radio-button-label-2:hover {
  color: #000;
  font-weight: 700;
}

.text-field-other-delivery-method {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  flex: 0 auto;
  width: 220px;
  height: 25px;
  margin: 0 5px;
  padding: 5px;
  font-size: 12px;
  overflow: auto;
}

.div-block-delivery-address {
  flex-flow: column wrap;
  align-items: stretch;
  margin-left: 5px;
  display: flex;
}

.div-order-delivery-address {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  display: flex;
}

.text-block-delivery-address {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  align-items: flex-start;
  width: 220px;
  height: 90px;
  margin-top: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-style: normal;
  display: flex;
}

.div-delivery-cost {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  padding: 5px;
  display: flex;
}

.text-delivery-cost {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
}

.div-block-credit-avail {
  border: 1px solid var(--black);
  background-color: var(--no-of-items-listed-light-goldenrod-yellow);
  border-radius: 6px;
  justify-content: flex-end;
  display: flex;
}

.text-block-basket-total-price-desc-copy {
  color: var(--black);
  margin-left: 5px;
  margin-right: 0;
  padding: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.div-block-credit-available {
  border-radius: 6px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  display: flex;
}

.text-block-credit {
  color: var(--black);
  margin-left: 5px;
  margin-right: 0;
  padding: 5px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.text-block-credit-available {
  color: var(--checkout-lime-green);
  margin-left: 0;
  margin-right: 5px;
  padding: 5px;
  font-size: 15px;
  font-weight: 700;
}

.text-block-contact-email-not-editable-2 {
  color: #000;
  background-color: #ecedf0;
  border: 1px solid #000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  align-items: center;
  width: 220px;
  height: 28px;
  margin-left: 27px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-style: normal;
  display: flex;
}

.div-basket-subtotal-2 {
  background-color: #fff;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 35px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5px;
  display: flex;
  overflow: auto;
}

.text-block-contact-account-not-editable-2 {
  color: #000;
  background-color: #ecedf0;
  border: 1px solid #000;
  border-radius: 3px;
  align-items: center;
  width: 220px;
  height: 28px;
  margin-left: 12px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-style: normal;
  display: flex;
}

.text-block-qty-not-editable {
  text-align: center;
  background-color: #ecedf0;
  border: 1px solid #000;
  border-radius: 3px;
  width: 50px;
  margin: 5px 5px 5px 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.text-block-qty-not-editable:hover {
  background-color: #d2e5fc;
}

.text-block-delivery-address-past-order {
  color: #000;
  background-color: #ecedf0;
  border: 1px solid #000;
  border-radius: 3px;
  align-items: flex-start;
  width: 220px;
  height: 90px;
  margin-top: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-style: normal;
  display: flex;
}

.text-field-other-delivery-method-past-order {
  background-color: #ecedf0;
  border: 1px solid #000;
  border-radius: 3px;
  flex: 0 auto;
  width: 220px;
  height: 30px;
  margin: 0 5px;
  padding: 5px;
  font-size: 12px;
  overflow: auto;
}

.text-doc-no-past-orders-and-quotes-2 {
  color: #ff0004;
  padding-left: 0;
  padding-right: 5px;
  font-size: 25px;
  font-weight: 700;
}

.section-2 {
  margin: 10px;
  padding: 5px;
}

.text-block-contact-name-not-editable-2 {
  color: #000;
  background-color: #ecedf0;
  border: 1px solid #000;
  border-radius: 3px;
  align-items: center;
  width: 220px;
  height: 28px;
  margin-left: 20px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-style: normal;
  display: flex;
}

.text-block-orderquote {
  margin-right: 5px;
  font-style: italic;
  font-weight: 700;
}

.text-block-notes-order-quotes-field-not-editable-2 {
  color: #000;
  background-color: #ecedf0;
  border: 1px solid #000;
  border-radius: 3px;
  align-items: flex-start;
  width: 220px;
  height: 90px;
  margin-top: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-style: normal;
  display: flex;
}

.div-block-delivery-date {
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  display: flex;
}

.text-block-delivery {
  color: var(--black);
  margin-left: 5px;
  margin-right: 0;
  padding: 5px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.text-block-delivery-period {
  color: var(--checkout-lime-green);
  margin-left: 0;
  margin-right: 5px;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .div-side-menu {
    position: relative;
  }

  .section-footer-for-banner-ad {
    overflow: hidden;
  }

  .checkbox-label-17 {
    font-size: 12px;
  }

  .searched-item-block-350px, .searched-item-block-350px-price, .searched-item-block-350px-recent {
    margin-bottom: 0;
  }

  .div-block-page-contents {
    flex: 1;
    position: static;
  }
}

@media screen and (min-width: 1440px) {
  .heading-row-logged-in {
    font-style: italic;
  }

  .dropdown-2 {
    margin-left: 22px;
  }

  .section {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: sticky;
  }

  .text-block-6 {
    padding-right: 18px;
  }

  .result-list-card-view {
    grid-template-columns: 365px 365px 365px;
  }

  .searched-item-block-350px {
    margin-bottom: 0;
  }

  .result-list-card-view-recent, .result-list-card-view-price {
    grid-template-columns: 365px 365px 365px;
  }

  .searched-item-block-350px-price, .searched-item-block-350px-recent {
    margin-bottom: 0;
  }

  .text-field-number-input {
    border: 1px solid var(--black);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 220px;
    height: 28px;
    margin-bottom: 0;
    box-shadow: 1px 1px 3px #000;
  }

  .text-field-qty-input {
    border: 1px solid var(--black);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 50px;
    height: 28px;
    margin-bottom: 0;
    box-shadow: 1px 1px 3px #000;
  }

  .text-field-notes-order-quotes-editable {
    background-color: #fff;
    border: 1px solid #000;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 250px;
    margin: -1px 5px 0 12px;
    padding-left: 5px;
    padding-right: 5px;
    font-style: italic;
  }

  .text-field-account-number-editable {
    background-color: #fff;
    border: 1px solid #000;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 250px;
    height: 28px;
    margin: -1px 5px 0 12px;
    padding-left: 5px;
    padding-right: 5px;
    font-style: italic;
  }

  .text-field-contact-email-editable-copy {
    color: #000;
    background-color: #ecedf0;
    border: 1px solid #000;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 250px;
    height: 28px;
    margin: -1px 5px 0 27px;
    padding-left: 5px;
    padding-right: 5px;
    font-style: italic;
  }

  .text-field-contact-name-editable {
    background-color: #fff;
    border: 1px solid #000;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 250px;
    height: 28px;
    margin: -1px 5px 0 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-style: italic;
  }

  .text-field-other-delivery-method, .text-field-other-delivery-method-past-order {
    background-color: #fff;
    border: 1px solid #000;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 250px;
    height: 28px;
    margin: -1px 5px 0 12px;
    padding-left: 5px;
    padding-right: 5px;
    font-style: italic;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    background-image: none;
  }

  .div-screen-header, .div-detail-element {
    width: 100%;
  }

  .div-item-images {
    height: 100px;
    box-shadow: 1px 1px 3px #000;
  }

  .div-item-image {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .div-click-image {
    height: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .item-detail-elog-no-value, .item-alternatives-type-header, .item-popular-numbers-type-header {
    width: 20%;
  }

  .text-block-basket-qty-value {
    width: 55px;
  }

  .grid-item-result-list-wtick-basket-items-added {
    justify-items: center;
  }

  .title-and-image-item-block {
    width: 100%;
  }

  .result-list-card-view {
    grid-column-gap: 17px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 410px 410px 410px 410px;
  }

  .result-list-card-view.full {
    grid-column-gap: 16px;
    grid-template-columns: .75fr .75fr .75fr .75fr .75fr;
  }

  .details-block {
    width: 92%;
  }

  .searched-item-block-350px {
    width: auto;
    height: 350px;
    margin-bottom: 0;
  }

  .grid-item-result-list-items-wtick-recent {
    grid-template-columns: .75fr .35fr 1.5fr .75fr 1fr;
    justify-items: center;
  }

  .result-list-card-view-recent {
    grid-column-gap: 17px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 410px 410px 410px 410px;
  }

  .result-list-card-view-recent.full {
    grid-column-gap: 16px;
    grid-template-columns: .75fr .75fr .75fr .75fr .75fr;
  }

  .grid-item-result-list-items-wtick-options-and-price {
    justify-items: center;
  }

  .result-list-card-view-price {
    grid-column-gap: 17px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 410px 410px 410px 410px;
  }

  .result-list-card-view-price.full {
    grid-column-gap: 16px;
    grid-template-columns: .75fr .75fr .75fr .75fr .75fr;
  }

  .searched-item-block-350px-price, .searched-item-block-350px-recent {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .div-block-item-details-main {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-result-list-date-2 {
    color: #378ff3;
  }
}

@media screen and (max-width: 991px) {
  .div-side-menu {
    display: none;
    top: 0;
  }

  .div-category-search-button {
    margin-top: 0;
  }

  .text-block-page-back-forw, .image-my-basket, .image-favorites, .image-recent-items, .image-suppliers, .image-user, .image-suggest-item {
    display: none;
  }

  .div-vehicle-search-button {
    margin-top: 0;
  }

  .item-detail-type {
    font-size: 10px;
  }

  .div-block-bg {
    flex-direction: column;
  }

  .link-button-w-icon-back-next {
    width: 20px;
  }

  .div-header-row-admin-only {
    display: none;
  }

  .form-block-number-search-options-1 {
    display: block;
  }

  .section-footer-for-banner-ad {
    max-height: 50px;
  }

  .div-block-with-form-dropdowns-cat-and-veh {
    flex-direction: row;
  }

  .text-block-result-list-desc-wtick {
    overflow: auto;
  }

  .item-title-block {
    flex: 1;
    margin-right: 15px;
    left: auto;
  }

  .title-and-image-item-block {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .result-list-card-view, .result-list-card-view.full {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-elog-no-card-view {
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 14px;
  }

  .form-dropdowns-sort-result-list-by {
    display: none;
  }

  .result-list-card-view-recent, .result-list-card-view-recent.full, .result-list-card-view-price, .result-list-card-view-price.full {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-pricing {
    display: flex;
  }

  .icon-heading-menu-hide-show {
    display: block;
  }

  .icon-heading-menu-hide-show:hover {
    background-color: var(--elog-light-sky-blue2);
  }

  .text-field-number-input {
    width: 200px;
  }

  .text-block-back, .text-block-forward {
    display: none;
  }

  .link-block-top-of-page.w--current {
    opacity: 1;
    justify-content: center;
  }

  .form-block-add-info-text-field {
    display: flex;
  }

  .textarea-field-add-info {
    width: 180%;
  }

  .form-block-suggest-item {
    flex-direction: column;
    display: flex;
  }

  .text-block-header-username, .image-promotions-button {
    display: none;
  }

  .div-block-availability {
    margin-right: 0;
    display: flex;
  }

  .text-elog-no-card-view-2 {
    flex: 0 auto;
    margin-bottom: 0;
    font-size: 12px;
  }

  .link-block-card-elog-no-card-view-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .item-title-block-2 {
    flex: 1;
    margin-right: 0;
    left: auto;
  }

  .div-block-card-elog-no-manuf-card-view-2 {
    flex: 0 auto;
  }

  .text-block-pricing-3 {
    font-size: 18px;
  }

  .div-result-list-specs-wtick-2 {
    flex-flow: column wrap;
  }

  .div-block-pricing-2 {
    flex-direction: row;
    display: flex;
  }

  .div-result-list-specs-wtick-3 {
    flex-flow: column wrap;
  }
}

@media screen and (max-width: 767px) {
  .heading-row-logged-in {
    z-index: 9999;
  }

  .div-side-menu {
    text-align: center;
    width: 90px;
    display: none;
    top: 74px;
  }

  .section-electrolog-no {
    top: 39px;
  }

  .electrolog-number {
    justify-content: flex-end;
  }

  .section-category-search {
    padding-bottom: 0;
    top: 74px;
  }

  .div-cat-veh-search-dropdowns {
    padding-top: 0;
  }

  .div-result-list-info-options {
    margin-top: 2px;
    padding-bottom: 0;
  }

  .div-block-result-list-wtick-basket-items-added, .div-result-list-heading-list-view, .div-block-links-to-list-or-card-view {
    display: none;
  }

  .div-number-search-screen {
    justify-content: flex-start;
  }

  .section-number-search {
    background-color: var(--white);
    margin-bottom: 5px;
    padding-bottom: 0;
    top: 39px;
  }

  .image-my-basket, .image-favorites, .image-recent-items, .image-suppliers, .image-user, .image-suggest-item {
    display: none;
  }

  .section-vehicle-search {
    top: 74px;
  }

  .div-vehicle-search-button {
    margin-top: 0;
  }

  .tabs-menu {
    justify-content: flex-start;
    padding-bottom: 3px;
    top: 74px;
  }

  .item-detail-tab, .item-detail-tab.w--current:hover {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .div-item-images {
    position: static;
  }

  .div-item-image {
    width: 80px;
    height: 80px;
  }

  .div-block-bg, .link-button-w-icon-back-next {
    display: flex;
  }

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

  .suggest-item {
    top: 78px;
  }

  .div-block-free-trial-text-and-link {
    margin-top: 50px;
  }

  .div-block-59 {
    max-height: 40px;
  }

  .section-footer-for-banner-ad {
    height: 8%;
    max-height: 40px;
  }

  .div-basket-heading {
    padding-bottom: 5px;
    top: 39px;
  }

  .div-block-total-summary {
    justify-content: center;
  }

  .tabs-menu-basket-with-pricing {
    top: 39px;
  }

  .text-block-contact-email-not-editable, .text-block-contact-name-not-editable, .text-block-contact-account-not-editable {
    width: 180px;
  }

  .text-block-notes-order-quotes-field-not-editable {
    width: 200px;
  }

  .div-block-with-form-dropdowns-cat-and-veh {
    flex-direction: column;
  }

  .div-block-cat-and-veh-search {
    padding-bottom: 5px;
  }

  .section-result-list-wtick {
    display: none;
  }

  .item-title-block {
    margin-right: auto;
    left: auto;
  }

  .result-list-card-view, .result-list-card-view.full {
    grid-template-columns: 1fr 1fr;
  }

  .text-elog-no-card-view {
    font-size: 14px;
  }

  .section-result-list-wtick-card-350px {
    z-index: 1;
    position: relative;
  }

  .searched-item-block-350px {
    height: 280px;
    min-height: 280px;
  }

  .div-block-result-list-headers-and-options-list-view {
    margin-top: 0;
    top: 39px;
  }

  .form-dropdowns-sort-result-list-by {
    display: none;
  }

  .form-dropdowns-filter-categories {
    margin-top: -5px;
  }

  .dropdown-tick-to-select-filter-categories {
    padding-top: 0;
  }

  .section-result-list-wtick-recent {
    display: none;
  }

  .result-list-card-view-recent, .result-list-card-view-recent.full {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-result-list-all-list-view-options-and-price {
    display: none;
  }

  .result-list-card-view-price, .result-list-card-view-price.full {
    grid-template-columns: 1fr 1fr;
  }

  .searched-item-block-350px-price, .searched-item-block-350px-recent {
    height: 280px;
    min-height: 280px;
  }

  .div-block-pricing {
    display: flex;
  }

  .div-block-request-quote {
    justify-content: center;
  }

  .div-block-page-contents {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-side-menu {
    top: 74px;
  }

  .icon-list-view {
    display: block;
  }

  .div-block-item-detail-bg {
    background-color: var(--white-smoke-kerrie);
  }

  .image-46 {
    max-width: 100%;
    max-height: 40px;
  }

  .div-block-result-list-headers-and-options-list-view-basket {
    top: 0;
  }

  .textarea-field-add-info {
    width: 180%;
  }

  .image-box-pic {
    max-width: 300px;
    max-height: 300px;
  }

  .link-block-close-image-box {
    display: flex;
  }

  .image-49 {
    display: block;
  }

  .image-item-detail {
    max-width: 80px;
    max-height: 80px;
  }

  .div-for-flags-qr-etc {
    justify-content: center;
  }

  .image-elog {
    display: block;
  }

  .text-elog-no-card-view-2 {
    margin-bottom: 0;
    font-size: 12px;
    display: block;
  }

  .link-block-card-elog-no-card-view-2 {
    flex-direction: row;
  }

  .item-title-block-2 {
    margin-right: auto;
    left: auto;
  }

  .div-result-list-specs-wtick-2 {
    flex-direction: column;
  }

  .div-block-pricing-2 {
    display: block;
  }

  .div-result-list-specs-wtick-3 {
    flex-direction: column;
  }

  .text-field-notes-order-quotes-editable {
    width: 200px;
  }

  .text-field-account-number-editable, .text-field-contact-email-editable-copy, .text-field-contact-name-editable {
    width: 180px;
  }

  .text-field-other-delivery-method, .text-block-delivery-address {
    width: 200px;
  }

  .text-block-contact-email-not-editable-2, .text-block-contact-account-not-editable-2 {
    width: 180px;
  }

  .text-block-delivery-address-past-order, .text-field-other-delivery-method-past-order {
    width: 200px;
  }

  .text-block-contact-name-not-editable-2 {
    width: 180px;
  }

  .text-block-notes-order-quotes-field-not-editable-2 {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .heading-row-logged-in {
    border-radius: 0;
    width: 100%;
  }

  .div-side-menu {
    display: none;
  }

  .section-electrolog-no {
    flex-flow: row;
    top: 39px;
  }

  .electrolog-number {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-category-search {
    top: 74px;
  }

  .div-result-list-info-options {
    flex: 0 auto;
    margin-top: 3px;
    margin-bottom: 1px;
    padding-bottom: 0;
  }

  .div-result-list-drop-down {
    flex-wrap: nowrap;
  }

  .div-result-list-heading-list-view {
    display: none;
  }

  .div-header-row-right {
    flex-wrap: nowrap;
  }

  .text-block-page-back-forw {
    display: flex;
  }

  .div-block-links-to-list-or-card-view {
    display: none;
  }

  .div-number-search-screen {
    flex-flow: wrap;
    justify-content: center;
  }

  .section-number-search {
    top: 39px;
  }

  .image-my-basket, .image-favorites, .image-recent-items, .image-suppliers, .image-user, .image-suggest-item {
    display: none;
  }

  .div-vehicle-search-button {
    margin-top: 0;
  }

  .tabs-menu {
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
    top: 30px;
  }

  .item-detail-type {
    font-size: 8px;
  }

  .item-detail-tab {
    margin-bottom: 2px;
  }

  .div-item-print-info-etc {
    justify-content: flex-start;
  }

  .div-next-item {
    flex-wrap: nowrap;
    display: flex;
  }

  .div-block-bg {
    width: auto;
    display: flex;
  }

  .link-button-w-icon-back-next {
    width: 20px;
  }

  .item-detail-elog-no-value {
    font-size: 8px;
  }

  .form-dropdowns-etc {
    flex-direction: column;
  }

  .select-field-dropdown-choose-type-of-number-search-header {
    display: none;
  }

  .suggest-item {
    top: 39px;
  }

  .field-label {
    flex: 0 auto;
  }

  .text-block-43 {
    width: 100%;
  }

  .text-field {
    margin-top: 10px;
  }

  .div-block-elog-login {
    flex-direction: column;
  }

  .div-block-elog-registration {
    flex-direction: column;
    align-items: center;
  }

  .div-block-register-image {
    width: 100%;
  }

  .div-block-free-trial-text-and-link {
    flex-direction: column;
    margin-top: 30px;
  }

  .div-block-forgot-password-text, .div-block-reset-pw {
    flex-direction: column;
  }

  .section-footer-for-banner-ad {
    height: 8%;
    max-height: 40px;
  }

  .div-block-bg-item-detail-elog-no {
    align-items: center;
  }

  .div-basket-heading {
    padding-bottom: 5px;
    top: 39px;
  }

  .section-recent-items-heading {
    top: 39px;
  }

  .tab-basket-items, .tab-basket-items.w--current {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-total-summary {
    justify-content: center;
  }

  .tabs-menu-basket-with-pricing {
    top: 39px;
  }

  .div-block-basket-order-or-quote-elog {
    position: static;
  }

  .div-block-with-form-dropdowns-cat-and-veh {
    flex-direction: column;
  }

  .section-result-list-wtick {
    display: none;
  }

  .result-list-card-view {
    grid-template-columns: 1fr;
  }

  .result-list-card-view.full {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .section-result-list-wtick-card-350px {
    background-color: var(--alice-lighter-blue-body-bg);
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .searched-item-block-350px {
    height: 280px;
    min-height: 280px;
  }

  .div-block-sort-by {
    display: none;
  }

  .div-block-result-list-headers-and-options-list-view {
    top: 39px;
  }

  .form-dropdowns-sort-result-list-by, .dropdown-tick-to-select-filter-categories {
    display: block;
  }

  .form-block-dropdowns-number-search {
    flex-flow: row;
  }

  .section-result-list-wtick-recent {
    display: none;
  }

  .result-list-card-view-recent, .result-list-card-view-recent.full {
    grid-template-columns: 1fr;
  }

  .div-block-result-list-all-list-view-options-and-price {
    display: none;
  }

  .result-list-card-view-price, .result-list-card-view-price.full {
    grid-template-columns: 1fr;
  }

  .searched-item-block-350px-price {
    height: 300px;
    min-height: 300px;
  }

  .text-block-total-basket-value {
    font-size: 18px;
  }

  .text-total-desc {
    font-size: 15px;
  }

  .text-block-basket-vat-value {
    font-size: 10px;
  }

  .section-favourite-items {
    top: 39px;
  }

  .div-block-page-contents {
    background-color: var(--alice-lighter-blue-body-bg);
  }

  .icon-list-view, .icon-heading-menu-hide-show {
    display: block;
  }

  .text-block-back, .text-block-forward {
    display: none;
  }

  .div-block-login-bg {
    flex-direction: column;
    align-items: center;
  }

  .icon-heading-menu-new-tab, .icon-heading-menu-image-email, .icon-heading-menu-image-settings {
    display: none;
  }

  .image-46 {
    max-width: 100%;
  }

  .div-block-result-list-headers-and-options-list-view-basket {
    top: 0;
  }

  .textarea-field-add-info {
    width: 160%;
  }

  .div-block-update-info-image {
    width: 100%;
  }

  .div-block-elog-update-user-info {
    flex-direction: column;
    align-items: center;
  }

  .div-prev-next-pic {
    flex-wrap: nowrap;
    display: none;
  }

  .link-block-close-image-box, .image-49 {
    display: block;
  }

  .div-for-flags-qr-etc {
    padding-top: 5px;
  }

  .text-elog-no-card-view-2 {
    padding-left: 2px;
  }

  .div-block-sort-by-2 {
    display: none;
  }

  .text-delivery-cost {
    font-size: 15px;
  }
}

#w-node-_71bae7de-8db5-9ad7-05f6-adbdd477f828-196d7885 {
  place-self: center;
}

#w-node-_71bae7de-8db5-9ad7-05f6-adbdd477f82b-196d7885, #w-node-_71bae7de-8db5-9ad7-05f6-adbdd477f82e-196d7885, #w-node-_71bae7de-8db5-9ad7-05f6-adbdd477f834-196d7885, #w-node-_71bae7de-8db5-9ad7-05f6-adbdd477f837-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_40f2974c-9a98-c3ce-90dd-b42894c6026b-196d7885 {
  place-self: center;
}

#w-node-_40f2974c-9a98-c3ce-90dd-b42894c60275-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_40f2974c-9a98-c3ce-90dd-b42894c60278-196d7885 {
  place-self: start;
}

#w-node-_40f2974c-9a98-c3ce-90dd-b42894c60280-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_40f2974c-9a98-c3ce-90dd-b42894c6028d-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_40f2974c-9a98-c3ce-90dd-b42894c60290-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c5eafe9-4371-ab55-64e4-c9486c65348c-196d7885 {
  place-self: center;
}

#w-node-_5c5eafe9-4371-ab55-64e4-c9486c653497-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5c5eafe9-4371-ab55-64e4-c9486c65349a-196d7885 {
  place-self: start;
}

#w-node-_5c5eafe9-4371-ab55-64e4-c9486c65349e-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5c5eafe9-4371-ab55-64e4-c9486c6534a8-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5c5eafe9-4371-ab55-64e4-c9486c6534ab-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e694ec57-8886-6d54-1b65-7a96cf469870-196d7885 {
  place-self: center;
}

#w-node-e694ec57-8886-6d54-1b65-7a96cf46987b-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e694ec57-8886-6d54-1b65-7a96cf46987e-196d7885 {
  place-self: start;
}

#w-node-e694ec57-8886-6d54-1b65-7a96cf469882-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e694ec57-8886-6d54-1b65-7a96cf46988c-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e694ec57-8886-6d54-1b65-7a96cf46988f-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_672ad4f5-fa32-57bf-5f6f-ad0d9845b3d0-196d7885 {
  place-self: center;
}

#w-node-_672ad4f5-fa32-57bf-5f6f-ad0d9845b3db-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_672ad4f5-fa32-57bf-5f6f-ad0d9845b3de-196d7885 {
  place-self: start;
}

#w-node-_672ad4f5-fa32-57bf-5f6f-ad0d9845b3e2-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_672ad4f5-fa32-57bf-5f6f-ad0d9845b3ec-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_672ad4f5-fa32-57bf-5f6f-ad0d9845b3ef-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420ed392-66db-7837-4fab-96f2d054bab3-196d7885 {
  place-self: center;
}

#w-node-_420ed392-66db-7837-4fab-96f2d054babe-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_420ed392-66db-7837-4fab-96f2d054bac1-196d7885 {
  place-self: start;
}

#w-node-_420ed392-66db-7837-4fab-96f2d054bac5-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_420ed392-66db-7837-4fab-96f2d054bacf-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_420ed392-66db-7837-4fab-96f2d054bad2-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e80bcbc6-60eb-e6cd-794c-5bd10b7dc185-196d7885 {
  place-self: center;
}

#w-node-e80bcbc6-60eb-e6cd-794c-5bd10b7dc190-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e80bcbc6-60eb-e6cd-794c-5bd10b7dc193-196d7885 {
  place-self: start;
}

#w-node-e80bcbc6-60eb-e6cd-794c-5bd10b7dc197-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e80bcbc6-60eb-e6cd-794c-5bd10b7dc1a1-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e80bcbc6-60eb-e6cd-794c-5bd10b7dc1a4-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ece57d3-ab10-fe18-bf44-6c97d1a988bc-196d7885 {
  place-self: center;
}

#w-node-_2ece57d3-ab10-fe18-bf44-6c97d1a988c7-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2ece57d3-ab10-fe18-bf44-6c97d1a988ca-196d7885 {
  place-self: start;
}

#w-node-_2ece57d3-ab10-fe18-bf44-6c97d1a988ce-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2ece57d3-ab10-fe18-bf44-6c97d1a988d8-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2ece57d3-ab10-fe18-bf44-6c97d1a988db-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ebd6b6e-19c2-4ac8-f3a5-8849f781f44d-196d7885 {
  place-self: center;
}

#w-node-_7ebd6b6e-19c2-4ac8-f3a5-8849f781f458-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7ebd6b6e-19c2-4ac8-f3a5-8849f781f45b-196d7885 {
  place-self: start;
}

#w-node-_7ebd6b6e-19c2-4ac8-f3a5-8849f781f45f-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7ebd6b6e-19c2-4ac8-f3a5-8849f781f469-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7ebd6b6e-19c2-4ac8-f3a5-8849f781f46c-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69bc96e5-3ac5-8520-793d-0349fe755b29-196d7885 {
  place-self: center;
}

#w-node-_69bc96e5-3ac5-8520-793d-0349fe755b34-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_69bc96e5-3ac5-8520-793d-0349fe755b37-196d7885 {
  place-self: start;
}

#w-node-_69bc96e5-3ac5-8520-793d-0349fe755b3b-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_69bc96e5-3ac5-8520-793d-0349fe755b45-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_69bc96e5-3ac5-8520-793d-0349fe755b48-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_164eb2a5-9b6b-56a3-df5f-51d082c7ff52-196d7885 {
  place-self: center;
}

#w-node-_164eb2a5-9b6b-56a3-df5f-51d082c7ff5d-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_164eb2a5-9b6b-56a3-df5f-51d082c7ff60-196d7885 {
  place-self: start;
}

#w-node-_164eb2a5-9b6b-56a3-df5f-51d082c7ff64-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_164eb2a5-9b6b-56a3-df5f-51d082c7ff6e-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_164eb2a5-9b6b-56a3-df5f-51d082c7ff71-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dd20e39-0fa3-2ea2-de97-52f5838a8e7d-196d7885 {
  place-self: center;
}

#w-node-_7dd20e39-0fa3-2ea2-de97-52f5838a8e88-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7dd20e39-0fa3-2ea2-de97-52f5838a8e8b-196d7885 {
  place-self: start;
}

#w-node-_7dd20e39-0fa3-2ea2-de97-52f5838a8e8f-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7dd20e39-0fa3-2ea2-de97-52f5838a8e99-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7dd20e39-0fa3-2ea2-de97-52f5838a8e9c-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99666df8-c598-26dc-b056-6642ba12cf12-196d7885 {
  place-self: center;
}

#w-node-_99666df8-c598-26dc-b056-6642ba12cf15-196d7885, #w-node-_99666df8-c598-26dc-b056-6642ba12cf18-196d7885, #w-node-_99666df8-c598-26dc-b056-6642ba12cf1e-196d7885, #w-node-_99666df8-c598-26dc-b056-6642ba12cf21-196d7885, #w-node-b49de09e-04c1-ba7f-7f18-d7d10abf96d4-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b49de09e-04c1-ba7f-7f18-d7d10abf96d7-196d7885 {
  place-self: start;
}

#w-node-b49de09e-04c1-ba7f-7f18-d7d10abf96df-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b49de09e-04c1-ba7f-7f18-d7d10abf96e8-196d7885, #w-node-b49de09e-04c1-ba7f-7f18-d7d10abf96eb-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a4d0f54-014b-7e1a-87b9-6ebb03e3bb6a-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1a4d0f54-014b-7e1a-87b9-6ebb03e3bb6d-196d7885 {
  place-self: start;
}

#w-node-_1a4d0f54-014b-7e1a-87b9-6ebb03e3bb71-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1a4d0f54-014b-7e1a-87b9-6ebb03e3bb77-196d7885, #w-node-_1a4d0f54-014b-7e1a-87b9-6ebb03e3bb7a-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e944f9be-e8fa-83fa-f9ec-b81ededce4c4-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e944f9be-e8fa-83fa-f9ec-b81ededce4c7-196d7885 {
  place-self: start;
}

#w-node-e944f9be-e8fa-83fa-f9ec-b81ededce4cb-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e944f9be-e8fa-83fa-f9ec-b81ededce4d1-196d7885, #w-node-e944f9be-e8fa-83fa-f9ec-b81ededce4d4-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d294dfa-04c1-6fb8-6f1b-2d3933863b63-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1d294dfa-04c1-6fb8-6f1b-2d3933863b66-196d7885 {
  place-self: start;
}

#w-node-_1d294dfa-04c1-6fb8-6f1b-2d3933863b6a-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1d294dfa-04c1-6fb8-6f1b-2d3933863b70-196d7885, #w-node-_1d294dfa-04c1-6fb8-6f1b-2d3933863b73-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94946700-12e8-d249-081c-170c227ed633-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_94946700-12e8-d249-081c-170c227ed636-196d7885 {
  place-self: start;
}

#w-node-_94946700-12e8-d249-081c-170c227ed63a-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_94946700-12e8-d249-081c-170c227ed640-196d7885, #w-node-_94946700-12e8-d249-081c-170c227ed643-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abd5d0e3-4bfd-fd2f-9460-7e98cbf2e6ab-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-abd5d0e3-4bfd-fd2f-9460-7e98cbf2e6ae-196d7885 {
  place-self: start;
}

#w-node-abd5d0e3-4bfd-fd2f-9460-7e98cbf2e6b2-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-abd5d0e3-4bfd-fd2f-9460-7e98cbf2e6b8-196d7885, #w-node-abd5d0e3-4bfd-fd2f-9460-7e98cbf2e6bb-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_548443d1-e793-4fd7-0ac6-c669be3bfca9-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_548443d1-e793-4fd7-0ac6-c669be3bfcac-196d7885 {
  place-self: start;
}

#w-node-_548443d1-e793-4fd7-0ac6-c669be3bfcb0-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_548443d1-e793-4fd7-0ac6-c669be3bfcb6-196d7885, #w-node-_548443d1-e793-4fd7-0ac6-c669be3bfcb9-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a9cd878-dd49-c5e8-752e-f32484dc01ac-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2a9cd878-dd49-c5e8-752e-f32484dc01af-196d7885 {
  place-self: start;
}

#w-node-_2a9cd878-dd49-c5e8-752e-f32484dc01b3-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2a9cd878-dd49-c5e8-752e-f32484dc01b9-196d7885, #w-node-_2a9cd878-dd49-c5e8-752e-f32484dc01bc-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3884c261-e849-ca0f-dc44-4695327a5978-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3884c261-e849-ca0f-dc44-4695327a597b-196d7885 {
  place-self: start;
}

#w-node-_3884c261-e849-ca0f-dc44-4695327a597f-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3884c261-e849-ca0f-dc44-4695327a5985-196d7885, #w-node-_3884c261-e849-ca0f-dc44-4695327a5988-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6afbc673-ea4d-af2f-61a0-6e14bb231cc2-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6afbc673-ea4d-af2f-61a0-6e14bb231cc5-196d7885 {
  place-self: start;
}

#w-node-_6afbc673-ea4d-af2f-61a0-6e14bb231cc9-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6afbc673-ea4d-af2f-61a0-6e14bb231ccf-196d7885, #w-node-_6afbc673-ea4d-af2f-61a0-6e14bb231cd2-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6ae8075-f0d5-2ff1-c950-0dca7eb1bcb1-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a6ae8075-f0d5-2ff1-c950-0dca7eb1bcb4-196d7885 {
  place-self: start;
}

#w-node-a6ae8075-f0d5-2ff1-c950-0dca7eb1bcb8-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a6ae8075-f0d5-2ff1-c950-0dca7eb1bcbe-196d7885, #w-node-a6ae8075-f0d5-2ff1-c950-0dca7eb1bcc1-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16480c34-c2f5-7693-9c0f-857130ed624f-196d7885 {
  place-self: center;
}

#w-node-_16480c34-c2f5-7693-9c0f-857130ed6252-196d7885, #w-node-_16480c34-c2f5-7693-9c0f-857130ed6255-196d7885, #w-node-_16480c34-c2f5-7693-9c0f-857130ed625b-196d7885, #w-node-_16480c34-c2f5-7693-9c0f-857130ed625e-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ad738737-7210-dbe2-2053-e6d42554215e-196d7885 {
  place-self: center;
}

#w-node-ad738737-7210-dbe2-2053-e6d425542168-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ad738737-7210-dbe2-2053-e6d42554216b-196d7885 {
  place-self: start;
}

#w-node-ad738737-7210-dbe2-2053-e6d425542173-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ad738737-7210-dbe2-2053-e6d42554217c-196d7885, #w-node-ad738737-7210-dbe2-2053-e6d42554217f-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d13feec2-619a-9285-0917-41d960508063-196d7885 {
  place-self: center;
}

#w-node-d13feec2-619a-9285-0917-41d96050806d-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d13feec2-619a-9285-0917-41d960508070-196d7885 {
  place-self: start;
}

#w-node-d13feec2-619a-9285-0917-41d960508074-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d13feec2-619a-9285-0917-41d96050807a-196d7885, #w-node-d13feec2-619a-9285-0917-41d96050807d-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1616a43-fb70-b83d-9a8f-f3ebcfabe1e7-196d7885 {
  place-self: center;
}

#w-node-d1616a43-fb70-b83d-9a8f-f3ebcfabe1f1-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d1616a43-fb70-b83d-9a8f-f3ebcfabe1f4-196d7885 {
  place-self: start;
}

#w-node-d1616a43-fb70-b83d-9a8f-f3ebcfabe1f8-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d1616a43-fb70-b83d-9a8f-f3ebcfabe1fe-196d7885, #w-node-d1616a43-fb70-b83d-9a8f-f3ebcfabe201-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4e0150e-ba64-976d-f0a1-b9169257bb44-196d7885 {
  place-self: center;
}

#w-node-d4e0150e-ba64-976d-f0a1-b9169257bb4e-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d4e0150e-ba64-976d-f0a1-b9169257bb51-196d7885 {
  place-self: start;
}

#w-node-d4e0150e-ba64-976d-f0a1-b9169257bb55-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d4e0150e-ba64-976d-f0a1-b9169257bb5b-196d7885, #w-node-d4e0150e-ba64-976d-f0a1-b9169257bb5e-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1995055b-eb8a-378b-735d-c6dc100cd950-196d7885 {
  place-self: center;
}

#w-node-_1995055b-eb8a-378b-735d-c6dc100cd95a-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1995055b-eb8a-378b-735d-c6dc100cd95d-196d7885 {
  place-self: start;
}

#w-node-_1995055b-eb8a-378b-735d-c6dc100cd961-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1995055b-eb8a-378b-735d-c6dc100cd967-196d7885, #w-node-_1995055b-eb8a-378b-735d-c6dc100cd96a-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ca4e571-22e6-85d6-e192-ed0d0324545c-196d7885 {
  place-self: center;
}

#w-node-_8ca4e571-22e6-85d6-e192-ed0d03245466-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8ca4e571-22e6-85d6-e192-ed0d03245469-196d7885 {
  place-self: start;
}

#w-node-_8ca4e571-22e6-85d6-e192-ed0d0324546d-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8ca4e571-22e6-85d6-e192-ed0d03245473-196d7885, #w-node-_8ca4e571-22e6-85d6-e192-ed0d03245476-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a707b6aa-c4c7-3bd0-7189-5769ebcf8a8c-196d7885 {
  place-self: center;
}

#w-node-a707b6aa-c4c7-3bd0-7189-5769ebcf8a96-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a707b6aa-c4c7-3bd0-7189-5769ebcf8a99-196d7885 {
  place-self: start;
}

#w-node-a707b6aa-c4c7-3bd0-7189-5769ebcf8a9d-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a707b6aa-c4c7-3bd0-7189-5769ebcf8aa3-196d7885, #w-node-a707b6aa-c4c7-3bd0-7189-5769ebcf8aa6-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d32bcba-affa-c448-5f7b-6f9951823662-196d7885 {
  place-self: center;
}

#w-node-_9d32bcba-affa-c448-5f7b-6f995182366c-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9d32bcba-affa-c448-5f7b-6f995182366f-196d7885 {
  place-self: start;
}

#w-node-_9d32bcba-affa-c448-5f7b-6f9951823673-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9d32bcba-affa-c448-5f7b-6f9951823679-196d7885, #w-node-_9d32bcba-affa-c448-5f7b-6f995182367c-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_399e1b9c-dfb9-8441-3175-b6e73fa08852-196d7885 {
  place-self: center;
}

#w-node-_399e1b9c-dfb9-8441-3175-b6e73fa0885c-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_399e1b9c-dfb9-8441-3175-b6e73fa0885f-196d7885 {
  place-self: start;
}

#w-node-_399e1b9c-dfb9-8441-3175-b6e73fa08863-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_399e1b9c-dfb9-8441-3175-b6e73fa08869-196d7885, #w-node-_399e1b9c-dfb9-8441-3175-b6e73fa0886c-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_001acb72-0ec4-c7ca-b4ae-7e29a2bfd216-196d7885 {
  place-self: center;
}

#w-node-_001acb72-0ec4-c7ca-b4ae-7e29a2bfd220-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_001acb72-0ec4-c7ca-b4ae-7e29a2bfd223-196d7885 {
  place-self: start;
}

#w-node-_001acb72-0ec4-c7ca-b4ae-7e29a2bfd227-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_001acb72-0ec4-c7ca-b4ae-7e29a2bfd22d-196d7885, #w-node-_001acb72-0ec4-c7ca-b4ae-7e29a2bfd230-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d69236d-05fc-00b4-775f-dcb36d346476-196d7885 {
  place-self: center;
}

#w-node-_0d69236d-05fc-00b4-775f-dcb36d346480-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d69236d-05fc-00b4-775f-dcb36d346483-196d7885 {
  place-self: start;
}

#w-node-_0d69236d-05fc-00b4-775f-dcb36d346487-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0d69236d-05fc-00b4-775f-dcb36d34648d-196d7885, #w-node-_0d69236d-05fc-00b4-775f-dcb36d346490-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fd2e612-32fd-3166-29da-4d2fda246424-196d7885 {
  place-self: center;
}

#w-node-_2fd2e612-32fd-3166-29da-4d2fda246427-196d7885, #w-node-_2fd2e612-32fd-3166-29da-4d2fda24642a-196d7885, #w-node-_2fd2e612-32fd-3166-29da-4d2fda246430-196d7885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f43515b0-03ac-549b-fa5a-6efd97e7f67e-196d7886 {
  place-self: center;
}

#w-node-f43515b0-03ac-549b-fa5a-6efd97e7f681-196d7886, #w-node-f43515b0-03ac-549b-fa5a-6efd97e7f684-196d7886, #w-node-f43515b0-03ac-549b-fa5a-6efd97e7f687-196d7886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_958dea3c-9e53-15cd-5ddb-a35cef647487-196d7886 {
  place-self: center;
}

#w-node-_958dea3c-9e53-15cd-5ddb-a35cef647497-196d7886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_958dea3c-9e53-15cd-5ddb-a35cef6474a3-196d7886 {
  place-self: start;
}

#w-node-eaee5127-1de2-fa53-cf4f-a7623ce44f8c-196d7886 {
  place-self: center;
}

#w-node-eaee5127-1de2-fa53-cf4f-a7623ce44f96-196d7886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-eaee5127-1de2-fa53-cf4f-a7623ce44f9c-196d7886 {
  place-self: start;
}

#w-node-_4b1c2aba-c9b5-8f3e-2621-712e5d910b8f-196d7886 {
  place-self: center;
}

#w-node-_4b1c2aba-c9b5-8f3e-2621-712e5d910b99-196d7886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4b1c2aba-c9b5-8f3e-2621-712e5d910b9f-196d7886 {
  place-self: start;
}

#w-node-_0eebb420-154a-81b2-b6e6-bd458f193f7c-196d7886 {
  place-self: center;
}

#w-node-_0eebb420-154a-81b2-b6e6-bd458f193f86-196d7886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0eebb420-154a-81b2-b6e6-bd458f193f8c-196d7886 {
  place-self: start;
}

#w-node-_80e949df-bd43-1ede-1174-3296f895a603-196d7886 {
  place-self: center;
}

#w-node-_80e949df-bd43-1ede-1174-3296f895a60d-196d7886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_80e949df-bd43-1ede-1174-3296f895a613-196d7886 {
  place-self: start;
}

#w-node-_3c666db4-bbbf-c6a6-e010-f512e0621ba0-196d7886 {
  place-self: center;
}

#w-node-_3c666db4-bbbf-c6a6-e010-f512e0621baa-196d7886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3c666db4-bbbf-c6a6-e010-f512e0621bb0-196d7886 {
  place-self: start;
}

#w-node-_326e4e7f-8195-a00f-9e14-6b9902fa96b5-196d7886 {
  place-self: center;
}

#w-node-_326e4e7f-8195-a00f-9e14-6b9902fa96bf-196d7886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_326e4e7f-8195-a00f-9e14-6b9902fa96c5-196d7886 {
  place-self: start;
}

#w-node-_467f4d52-0746-b282-113a-1a773f2b03f0-196d7886 {
  place-self: center;
}

#w-node-_467f4d52-0746-b282-113a-1a773f2b03fa-196d7886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_467f4d52-0746-b282-113a-1a773f2b0400-196d7886 {
  place-self: start;
}

#w-node-a9866171-6294-2a9f-3686-69bc49182a05-196d7886 {
  place-self: center;
}

#w-node-a9866171-6294-2a9f-3686-69bc49182a0f-196d7886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a9866171-6294-2a9f-3686-69bc49182a15-196d7886 {
  place-self: start;
}

#w-node-cfbd6b85-c2b7-e1f1-dad5-5d68f0af700a-196d7886 {
  place-self: center;
}

#w-node-cfbd6b85-c2b7-e1f1-dad5-5d68f0af7014-196d7886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cfbd6b85-c2b7-e1f1-dad5-5d68f0af701a-196d7886 {
  place-self: start;
}

#w-node-_0ca89d44-33fc-7e51-89d5-395c1d71f843-196d7886 {
  place-self: center;
}

#w-node-_0ca89d44-33fc-7e51-89d5-395c1d71f84d-196d7886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0ca89d44-33fc-7e51-89d5-395c1d71f853-196d7886 {
  place-self: start;
}

#w-node-_96f2965c-455e-463e-18b5-3b5216555f0c-196d7887 {
  place-self: center;
}

#w-node-_96f2965c-455e-463e-18b5-3b5216555f0f-196d7887, #w-node-_96f2965c-455e-463e-18b5-3b5216555f12-196d7887, #w-node-_96f2965c-455e-463e-18b5-3b5216555f15-196d7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a1f8e1e0-1f14-973e-8d05-dec317866476-196d7887 {
  place-self: center;
}

#w-node-a1f8e1e0-1f14-973e-8d05-dec317866486-196d7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a1f8e1e0-1f14-973e-8d05-dec317866492-196d7887 {
  place-self: start;
}

#w-node-_75f5862b-4d68-f769-c2cc-c8e4b7c853b5-196d7887 {
  place-self: center;
}

#w-node-_75f5862b-4d68-f769-c2cc-c8e4b7c853bf-196d7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_75f5862b-4d68-f769-c2cc-c8e4b7c853c5-196d7887 {
  place-self: start;
}

#w-node-e80ac098-57cf-5e9f-0677-a727174e6c5f-196d7887 {
  place-self: center;
}

#w-node-e80ac098-57cf-5e9f-0677-a727174e6c69-196d7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e80ac098-57cf-5e9f-0677-a727174e6c6f-196d7887 {
  place-self: start;
}

#w-node-_5088e1c5-d3a3-217b-6746-ff9518627b36-196d7887 {
  place-self: center;
}

#w-node-_5088e1c5-d3a3-217b-6746-ff9518627b40-196d7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5088e1c5-d3a3-217b-6746-ff9518627b46-196d7887 {
  place-self: start;
}

#w-node-_3f8f0c5b-755d-c32a-9b3b-85694ab72047-196d7887 {
  place-self: center;
}

#w-node-_3f8f0c5b-755d-c32a-9b3b-85694ab72051-196d7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3f8f0c5b-755d-c32a-9b3b-85694ab72057-196d7887 {
  place-self: start;
}

#w-node-_712175ac-99c7-c226-af4c-2b265b1eb9fc-196d7887 {
  place-self: center;
}

#w-node-_712175ac-99c7-c226-af4c-2b265b1eba06-196d7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_712175ac-99c7-c226-af4c-2b265b1eba0c-196d7887 {
  place-self: start;
}

#w-node-f7f7aa9f-0bec-afe5-f59c-be231840f0c3-196d7887 {
  place-self: center;
}

#w-node-f7f7aa9f-0bec-afe5-f59c-be231840f0cd-196d7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f7f7aa9f-0bec-afe5-f59c-be231840f0d3-196d7887 {
  place-self: start;
}

#w-node-_6c3de81f-73e8-0914-d861-753e7ff01db0-196d7887 {
  place-self: center;
}

#w-node-_6c3de81f-73e8-0914-d861-753e7ff01dba-196d7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6c3de81f-73e8-0914-d861-753e7ff01dc0-196d7887 {
  place-self: start;
}

#w-node-_6bf38ab9-22b1-a34f-22dd-23c6fabc0fa8-196d7887 {
  place-self: center;
}

#w-node-_6bf38ab9-22b1-a34f-22dd-23c6fabc0fb2-196d7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6bf38ab9-22b1-a34f-22dd-23c6fabc0fb8-196d7887 {
  place-self: start;
}

#w-node-c9dc16c9-ac99-26ce-e6e1-882ba79e928a-196d7887 {
  place-self: center;
}

#w-node-c9dc16c9-ac99-26ce-e6e1-882ba79e9294-196d7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c9dc16c9-ac99-26ce-e6e1-882ba79e929a-196d7887 {
  place-self: start;
}

#w-node-_534561a0-ae0d-4d85-9152-d7e690782e80-196d7887 {
  place-self: center;
}

#w-node-_534561a0-ae0d-4d85-9152-d7e690782e8a-196d7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_534561a0-ae0d-4d85-9152-d7e690782e90-196d7887 {
  place-self: start;
}

#w-node-efee2f22-7bb9-accf-848c-4727a1782e49-196d788c {
  place-self: center;
}

#w-node-efee2f22-7bb9-accf-848c-4727a1782e4c-196d788c, #w-node-efee2f22-7bb9-accf-848c-4727a1782e4f-196d788c, #w-node-efee2f22-7bb9-accf-848c-4727a1782e52-196d788c, #w-node-efee2f22-7bb9-accf-848c-4727a1782e55-196d788c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3b3c02ae-798e-6b14-9c2d-fc36038579ee-196d788c {
  place-self: center;
}

#w-node-_3b3c02ae-798e-6b14-9c2d-fc36038579f8-196d788c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_78f6c0d0-26f2-425f-0d5f-0fc23dde3720-196d788c {
  place-self: start;
}

#w-node-f8d30b90-fd8f-681a-85cb-dd34fa89740c-196d788c {
  place-self: center;
}

#w-node-f8d30b90-fd8f-681a-85cb-dd34fa897416-196d788c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f8d30b90-fd8f-681a-85cb-dd34fa89741c-196d788c {
  place-self: start;
}

#w-node-_46e93900-c7cd-f24d-ef31-bf8a75a12325-196d788c {
  place-self: center;
}

#w-node-_46e93900-c7cd-f24d-ef31-bf8a75a1232f-196d788c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_46e93900-c7cd-f24d-ef31-bf8a75a12335-196d788c {
  place-self: start;
}

#w-node-e7521c99-f38d-724a-fd37-c1ec5e6dfc56-196d788c {
  place-self: center;
}

#w-node-e7521c99-f38d-724a-fd37-c1ec5e6dfc60-196d788c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e7521c99-f38d-724a-fd37-c1ec5e6dfc66-196d788c {
  place-self: start;
}

#w-node-_07ea88d7-01f8-ea90-ae1a-8fda4eaac409-196d788c {
  place-self: center;
}

#w-node-_07ea88d7-01f8-ea90-ae1a-8fda4eaac413-196d788c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_07ea88d7-01f8-ea90-ae1a-8fda4eaac419-196d788c {
  place-self: start;
}

#w-node-_5f1aa14b-416c-a4d6-d165-4a7e0d417a0e-196d788c {
  place-self: center;
}

#w-node-_5f1aa14b-416c-a4d6-d165-4a7e0d417a18-196d788c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5f1aa14b-416c-a4d6-d165-4a7e0d417a1e-196d788c {
  place-self: start;
}

#w-node-_90962b5f-f252-1727-4561-e2fdea854059-196d788c {
  place-self: center;
}

#w-node-_90962b5f-f252-1727-4561-e2fdea854063-196d788c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_90962b5f-f252-1727-4561-e2fdea854069-196d788c {
  place-self: start;
}

#w-node-_134a096a-7833-7bc7-2ea3-c44bd93148bb-196d788c {
  place-self: center;
}

#w-node-_134a096a-7833-7bc7-2ea3-c44bd93148c5-196d788c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_134a096a-7833-7bc7-2ea3-c44bd93148cb-196d788c {
  place-self: start;
}

#w-node-_3b15e993-6da4-d22a-3355-16efada32e4e-196d788c {
  place-self: center;
}

#w-node-_3b15e993-6da4-d22a-3355-16efada32e58-196d788c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3b15e993-6da4-d22a-3355-16efada32e5e-196d788c {
  place-self: start;
}

#w-node-_43ac479c-30fc-bbab-2f0d-db3b5eb60466-196d788c {
  place-self: center;
}

#w-node-_43ac479c-30fc-bbab-2f0d-db3b5eb60470-196d788c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_43ac479c-30fc-bbab-2f0d-db3b5eb60476-196d788c {
  place-self: start;
}

#w-node-_9de091e6-74b2-6e38-908b-651ffbd3f61f-196d788c {
  place-self: center;
}

#w-node-_9de091e6-74b2-6e38-908b-651ffbd3f629-196d788c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9de091e6-74b2-6e38-908b-651ffbd3f62f-196d788c {
  place-self: start;
}

#w-node-_3657c982-bcc0-cdae-a7cb-bd578beb6731-196d788e {
  place-self: center;
}

#w-node-_3657c982-bcc0-cdae-a7cb-bd578beb6734-196d788e, #w-node-_3657c982-bcc0-cdae-a7cb-bd578beb6737-196d788e, #w-node-_3657c982-bcc0-cdae-a7cb-bd578beb673d-196d788e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_26d874fa-debd-4212-26cc-39d1d58711aa-196d788e {
  place-self: center;
}

#w-node-_26d874fa-debd-4212-26cc-39d1d58711b4-196d788e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_26d874fa-debd-4212-26cc-39d1d58711b7-196d788e, #w-node-_26d874fa-debd-4212-26cc-39d1d58711bb-196d788e {
  place-self: start;
}

#w-node-_1372a42d-847d-ecdc-a343-723dd5529b1b-196d788e {
  place-self: center;
}

#w-node-_1372a42d-847d-ecdc-a343-723dd5529b25-196d788e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1372a42d-847d-ecdc-a343-723dd5529b28-196d788e, #w-node-_1372a42d-847d-ecdc-a343-723dd5529b2c-196d788e {
  place-self: start;
}

#w-node-_513a4584-0dbf-3069-9b51-b89f5133b364-196d788e {
  place-self: center;
}

#w-node-_513a4584-0dbf-3069-9b51-b89f5133b36e-196d788e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_513a4584-0dbf-3069-9b51-b89f5133b371-196d788e, #w-node-_513a4584-0dbf-3069-9b51-b89f5133b375-196d788e {
  place-self: start;
}

#w-node-_3a14aa94-aafb-f755-52bf-79b670c15c78-196d788e {
  place-self: center;
}

#w-node-_3a14aa94-aafb-f755-52bf-79b670c15c82-196d788e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3a14aa94-aafb-f755-52bf-79b670c15c85-196d788e, #w-node-_3a14aa94-aafb-f755-52bf-79b670c15c89-196d788e {
  place-self: start;
}

#w-node-_4d587825-3f65-d1b4-093c-40c6a2a0d4b8-196d788e {
  place-self: center;
}

#w-node-_4d587825-3f65-d1b4-093c-40c6a2a0d4c2-196d788e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4d587825-3f65-d1b4-093c-40c6a2a0d4c5-196d788e, #w-node-_4d587825-3f65-d1b4-093c-40c6a2a0d4c9-196d788e {
  place-self: start;
}

#w-node-_5b34b675-0a7b-0898-5dcc-3d64e3053033-196d788e {
  place-self: center;
}

#w-node-_5b34b675-0a7b-0898-5dcc-3d64e305303d-196d788e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5b34b675-0a7b-0898-5dcc-3d64e3053040-196d788e, #w-node-_5b34b675-0a7b-0898-5dcc-3d64e3053044-196d788e {
  place-self: start;
}

#w-node-a242196c-2646-a6c3-cbd0-c2882ed5b254-196d788e {
  place-self: center;
}

#w-node-a242196c-2646-a6c3-cbd0-c2882ed5b25e-196d788e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a242196c-2646-a6c3-cbd0-c2882ed5b261-196d788e, #w-node-a242196c-2646-a6c3-cbd0-c2882ed5b265-196d788e {
  place-self: start;
}

#w-node-_09dff4da-d5db-e3af-74dc-f6f62d2b9eb3-196d788e {
  place-self: center;
}

#w-node-_09dff4da-d5db-e3af-74dc-f6f62d2b9ebd-196d788e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_09dff4da-d5db-e3af-74dc-f6f62d2b9ec0-196d788e, #w-node-_09dff4da-d5db-e3af-74dc-f6f62d2b9ec4-196d788e {
  place-self: start;
}

#w-node-_207719fd-d3c7-3da1-7347-b00edf8beea7-196d788e {
  place-self: center;
}

#w-node-_207719fd-d3c7-3da1-7347-b00edf8beeb1-196d788e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_207719fd-d3c7-3da1-7347-b00edf8beeb4-196d788e, #w-node-_207719fd-d3c7-3da1-7347-b00edf8beeb8-196d788e {
  place-self: start;
}

#w-node-_54776a43-c801-efb8-feff-63a9c95956be-196d788e {
  place-self: center;
}

#w-node-_54776a43-c801-efb8-feff-63a9c95956c8-196d788e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_54776a43-c801-efb8-feff-63a9c95956cb-196d788e, #w-node-_54776a43-c801-efb8-feff-63a9c95956cf-196d788e {
  place-self: start;
}

#w-node-_24de5161-4d12-8bdb-eab0-9f0cd623dba9-196d788e {
  place-self: center;
}

#w-node-_24de5161-4d12-8bdb-eab0-9f0cd623dbb3-196d788e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_24de5161-4d12-8bdb-eab0-9f0cd623dbb6-196d788e, #w-node-_24de5161-4d12-8bdb-eab0-9f0cd623dbba-196d788e {
  place-self: start;
}

#w-node-_88445c6d-1018-7b37-f8df-a7c03c0209d0-196d78a5 {
  place-self: center;
}

#w-node-_88445c6d-1018-7b37-f8df-a7c03c0209d3-196d78a5, #w-node-_88445c6d-1018-7b37-f8df-a7c03c0209d6-196d78a5, #w-node-_88445c6d-1018-7b37-f8df-a7c03c0209d9-196d78a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3d94e396-4d89-6232-71a5-69e4415f5559-196d78a5 {
  place-self: center;
}

#w-node-_3d94e396-4d89-6232-71a5-69e4415f5569-196d78a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3d94e396-4d89-6232-71a5-69e4415f5575-196d78a5 {
  place-self: start;
}

#w-node-_24eff6ae-e1b5-283a-6518-c1421319748d-196d78a5 {
  place-self: center;
}

#w-node-_24eff6ae-e1b5-283a-6518-c14213197497-196d78a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_24eff6ae-e1b5-283a-6518-c1421319749d-196d78a5 {
  place-self: start;
}

#w-node-_2b7c0dfa-5cc2-ee56-41fb-4c502156e0f8-196d78a5 {
  place-self: center;
}

#w-node-_2b7c0dfa-5cc2-ee56-41fb-4c502156e102-196d78a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2b7c0dfa-5cc2-ee56-41fb-4c502156e108-196d78a5 {
  place-self: start;
}

#w-node-e17318f8-4d09-b5aa-145f-de551ede5338-196d78a5 {
  place-self: center;
}

#w-node-e17318f8-4d09-b5aa-145f-de551ede5342-196d78a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e17318f8-4d09-b5aa-145f-de551ede5348-196d78a5 {
  place-self: start;
}

#w-node-_2017dab5-8f12-381a-182c-feb6f29e722f-196d78a5 {
  place-self: center;
}

#w-node-_2017dab5-8f12-381a-182c-feb6f29e7239-196d78a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2017dab5-8f12-381a-182c-feb6f29e723f-196d78a5 {
  place-self: start;
}

#w-node-_3d2bb269-3c91-e2da-c566-44641bc21a5e-196d78a5 {
  place-self: center;
}

#w-node-_3d2bb269-3c91-e2da-c566-44641bc21a68-196d78a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3d2bb269-3c91-e2da-c566-44641bc21a6e-196d78a5 {
  place-self: start;
}

#w-node-b81f7569-5daf-54c8-70e6-f40239ec844a-196d78a5 {
  place-self: center;
}

#w-node-b81f7569-5daf-54c8-70e6-f40239ec8454-196d78a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b81f7569-5daf-54c8-70e6-f40239ec845a-196d78a5 {
  place-self: start;
}

#w-node-_60634081-b234-8798-340f-a1c2514aa5f8-196d78a5 {
  place-self: center;
}

#w-node-_60634081-b234-8798-340f-a1c2514aa602-196d78a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_60634081-b234-8798-340f-a1c2514aa608-196d78a5 {
  place-self: start;
}

#w-node-_10cd6333-b677-4260-0b77-938bb00b3696-196d78a5 {
  place-self: center;
}

#w-node-_10cd6333-b677-4260-0b77-938bb00b36a0-196d78a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_10cd6333-b677-4260-0b77-938bb00b36a6-196d78a5 {
  place-self: start;
}

#w-node-d2ef7bb0-b601-36a1-d093-e199f13fcb2e-196d78a5 {
  place-self: center;
}

#w-node-d2ef7bb0-b601-36a1-d093-e199f13fcb38-196d78a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d2ef7bb0-b601-36a1-d093-e199f13fcb3e-196d78a5 {
  place-self: start;
}


