:root {
  --indigo-rich: #52218f;
  --minim-green: #378629;
  --white: white;
  --honeydew: #bed1bb;
  --minim-purple: #3f246f;
  --pagevisitstate: #c4f6bb;
  --integra-green: #48ae45;
  --osteo-blue: #31669a;
  --hemo-red: #cf1e37;
  --green: #1f7e0e;
  --medium-purple-2: #8b74a7;
  --asc-blue: #66aae0;
  --spiegelgreen: #4dbfa5;
  --spiegelblue: #00bfe8;
  --white-smoke: #eee;
  --bet-blue: #0487e736;
  --grey-mauve: #8a8097;
  --lavender: #dbd2e5;
  --neuro: #b486e2;
  --ent: #cdd890;
  --bet: #20a3db;
  --endo: #e4ca8f;
  --lapo: #e7ac8c;
  --mei: #78ac7c;
  --dress: #eb8888;
  --tract: #eea2c4;
  --illum: #9bdad5;
  --consum: #989fcf;
  --lavender-pale: #e4deeb;
  --endo-pale: #f5e9ce;
  --pink-snow: snow;
  --white-buff: #f8f6f4;
  --gainsboro: #d6e0e0;
  --silver-pale: #ddd;
  --silver: #bdbdbd;
  --dark-sea-green: #82967f;
  --fireflyred: #9a2629;
  --gold-grey: #eeebe6;
  --pale-indigo: #cabbdd;
  --medium-purple: #ab68ff;
  --blue-violet: #9742ff;
  --floral-white: #eff1e9;
  --gainsboro2: #dae0d6;
  --dusk: #ddd6d8;
  --spiggle-blue: #005a9c00;
  --color: white;
  --indigo-hover: var(--honeydew);
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--indigo-rich);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.footlink-title {
  color: var(--indigo-rich);
  text-align: left;
  align-self: flex-start;
  width: 120px;
  padding-top: 2px;
  padding-left: 0;
  font-size: 17px;
  font-weight: 200;
  line-height: 18px;
  text-decoration: none;
  position: relative;
  top: 7px;
}

.mnmlogo-low {
  flex: 0 auto;
  width: 140px;
  min-width: 140px;
  display: inline-block;
  position: relative;
  top: -12px;
}

.twitt {
  float: left;
  width: 38px;
  margin: 8px 6px 8px 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.linkin {
  float: left;
  width: 25px;
  margin: 12px 13px 12px 7px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.mnmlogo-high {
  flex: 0 auto;
  align-self: flex-start;
  width: 140px;
  min-width: 140px;
  position: relative;
  top: 6px;
}

.footerlogo {
  width: 140px;
  min-width: 140px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.instag {
  float: left;
  width: 37px;
  margin: 7px 0;
  padding-top: 0;
  display: block;
}

.footerlinktitle {
  color: #52218f;
  text-align: left;
  letter-spacing: normal;
  height: 28px;
  margin-top: 0;
  padding-top: 8px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 18px;
}

.footerlinktitle.g {
  color: #378629;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 17px;
}

.footer-text {
  float: none;
  color: #52218f;
  text-align: left;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 200;
  display: block;
  position: static;
}

.footer-text:hover {
  color: #378629;
  font-weight: 200;
}

.footer-text.privacy {
  float: right;
  color: #52218f;
  text-align: right;
  letter-spacing: 1px;
  background-color: #0000;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 3px;
  font-weight: 200;
  display: flex;
}

.footer-text.privacy:hover {
  color: #378629;
  font-weight: 200;
}

.footer-text.mhl {
  width: 190px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
}

.footer-text.privacy {
  float: none;
  clear: none;
  color: #52218f;
  text-align: right;
  letter-spacing: 1px;
  align-self: flex-start;
  width: 190px;
  height: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  display: block;
}

.footer-text.arr {
  float: none;
  clear: none;
  color: #52218f;
  text-align: left;
  letter-spacing: 1px;
  align-self: flex-start;
  width: 190px;
  height: auto;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  display: block;
}

.footer-section {
  z-index: 999;
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 100px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  inset: auto 0%;
  overflow: visible;
}

.m-block {
  background-color: var(--indigo-rich);
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  width: 45px;
  height: 90px;
  display: flex;
}

.m-block:hover {
  background-color: var(--minim-green);
}

.mlogo {
  width: 45px;
  height: 45px;
  margin-bottom: 0;
  display: block;
}

.socialbox {
  border: 1px solid var(--honeydew);
  background-color: var(--honeydew);
  text-align: left;
  border-radius: 7px;
  align-self: center;
  width: 45px;
  height: 60px;
  margin: 0;
  display: inline-block;
}

.social-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 140px;
  height: 60px;
  margin-right: 0;
  display: flex;
}

.privacytext {
  text-align: right;
  letter-spacing: 1px;
  cursor: pointer;
  align-self: auto;
  width: 190px;
  font-size: 12px;
  font-weight: 200;
}

.privacytext:hover {
  color: var(--minim-green);
}

.copyrighttext {
  letter-spacing: 1px;
  cursor: pointer;
  width: 190px;
  font-size: 12px;
  font-weight: 200;
}

.copyrighttext:hover {
  color: var(--minim-green);
}

.footergrid {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  border-top: 4px solid var(--indigo-rich);
  background-color: var(--white);
  grid-template-rows: minmax(24px, 1fr) minmax(0, 1fr) minmax(28px, 1fr);
  grid-template-columns: 2.5fr 1fr 2.5fr;
  place-content: start center;
  place-items: start center;
  width: 990px;
  min-width: auto;
  max-width: none;
  height: 90px;
  margin: 0 auto;
  padding: 6px;
}

.body {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  display: block;
}

.foot-drawer-section {
  z-index: 990;
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.foot-drawer {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 990px;
  max-width: 100%;
  height: 170px;
  margin: 0 auto 231px;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.footcell {
  border-left: 5px solid var(--indigo-rich);
  background-color: var(--honeydew);
  object-fit: fill;
  width: 163px;
  max-width: none;
  height: 84px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  text-decoration: none;
  overflow: visible;
}

.footcell.email {
  width: auto;
}

.container-nav {
  text-align: left;
  background-color: #ffffff9e;
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  width: 100%;
  max-width: 992px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  border-top: 1px none var(--white);
  border-right: 1px solid #707070;
  border-left: 5px solid var(--honeydew);
  background-color: var(--indigo-rich);
  color: #fbf7ff;
  cursor: pointer;
  width: 165px;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 6px 18px 8px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .2s, text-shadow .2s, color .2s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--white);
  text-shadow: 0 1px 4px #a1e695;
}

.nav-link:active {
  background-color: var(--minim-purple);
  color: #e3ffde;
}

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

.navmenu-button-right {
  z-index: 700;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 0;
  transition: transform .2s, box-shadow .2s, background-color .3s cubic-bezier(.215, .61, .355, 1);
  display: block;
  overflow: hidden;
}

.navmenu-button-right:hover {
  filter: saturate(200%);
  background-color: #0000;
}

.navmenu-button-right:active {
  transform: scale(.9);
  box-shadow: inset 0 1px 4px #000;
}

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

.nav-menu-button-left {
  z-index: 700;
  float: left;
  cursor: pointer;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 4px;
  padding: 0;
  transition: transform .2s, box-shadow .2s, background-color .3s cubic-bezier(.215, .61, .355, 1);
  display: block;
  overflow: hidden;
}

.nav-menu-button-left:hover {
  filter: saturate(200%);
  background-color: #0000;
}

.nav-menu-button-left:active {
  transform: scale(.9);
  box-shadow: inset 0 1px 4px #000;
}

.nav-menu-button-left.w--open {
  background-color: #0000;
  width: 48px;
  height: 48px;
  margin-right: 0;
}

.brand {
  float: none;
  clear: none;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  max-width: none;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.brand.w--current {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.gplogo {
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  align-self: flex-start;
  width: 350px;
  min-width: 220px;
  max-width: 350px;
  height: 56px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.nav-menu {
  z-index: 998;
  border-bottom: 1px solid var(--white);
  background-color: var(--indigo-rich);
  text-align: left;
  width: auto;
  height: auto;
  margin-top: 5px;
}

.navbar {
  z-index: 999;
  border-bottom: 4px solid var(--honeydew);
  background-color: var(--white);
  height: 64px;
  margin-bottom: 0;
  position: sticky;
  top: 0;
}

.section-slider {
  background-color: #0000;
  height: 600px;
  margin-top: 0;
}

.slide-nav {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 6px;
  line-height: 20px;
  inset: auto 0% 0%;
}

.arrow-right, .arrow-left {
  color: var(--indigo-rich);
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 22px;
  inset: auto 0% 0%;
}

.slider {
  background-color: var(--white);
  height: 100%;
  min-height: 300px;
}

.slide-21b {
  background-image: url('../images/22balls17030.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-one {
  background-image: url('../images/tubavent.jpg');
  background-position: 70% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  min-height: auto;
}

.slide15 {
  background-image: url('../images/22MetalBuddeSystem.png');
  background-position: 68% 68%;
  background-repeat: no-repeat;
  background-size: auto 112%;
}

.slide-three {
  background-image: url('../images/panetti.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide20 {
  background-image: url('../images/22earimplants.png');
  background-position: 30% 110%;
  background-repeat: no-repeat;
  background-size: auto 105%;
}

.slide-4 {
  background-image: url('../images/22posisep1.jpg');
  background-position: 70% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide13 {
  background-image: url('../images/22firefly.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-seven {
  background-image: url('../images/duo-lightL.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 120%;
}

.slide-six {
  background-image: url('../images/omnitract_1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.slide-six.b {
  background-image: url('../images/onmitract-tablewishbone4.jpg');
  background-size: contain;
}

.slide-nine {
  background-image: url('../images/endoskop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide12 {
  background-image: url('../images/22ICPfront.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide-five {
  background-image: url('../images/22SpeedSurgMulti.png');
  background-position: 55% 85%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide22 {
  background-image: url('../images/22balls-line.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-13 {
  background-image: url('../images/scissor-630-10.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-444 {
  background-image: url('../images/22posi2517.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 120%;
}

.mask {
  background-color: #fff0;
  min-height: auto;
}

.barmenu {
  background-color: var(--indigo-rich);
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 33% 0% auto;
}

.barmenu._1r {
  background-color: var(--indigo-rich);
  margin-left: auto;
  margin-right: auto;
  top: 10px;
}

.barmenu._5r {
  margin-left: auto;
  margin-right: auto;
  top: 34px;
}

.barmenu.r2 {
  background-color: var(--indigo-rich);
  margin-left: auto;
  margin-right: auto;
  top: 16px;
}

.barmenu.r3 {
  margin-left: auto;
  margin-right: auto;
  inset: 22px 0% auto;
}

.barmenu.r4 {
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  inset: 28px 0% auto;
}

.barleft {
  background-color: var(--indigo-rich);
  width: 34px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 15px 0% auto;
}

.barleft._1l {
  width: 32px;
  top: 10px;
}

.barleft2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.barleft2._2l {
  background-color: #52218f;
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  top: 16px;
}

.barleft3 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.barleft3._3l {
  background-color: #52218f;
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  top: 22px;
}

.barleft4 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.barleft4._4l {
  background-color: #52218f;
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  top: 28px;
}

.barleft5 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.barleft5._5l {
  background-color: var(--indigo-rich);
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  top: 34px;
}

.slide-two {
  background-image: url('../images/22Mayfield-AD.png');
  background-position: 20% 65%;
  background-repeat: no-repeat;
  background-size: auto 120%;
}

.slide-88 {
  background-image: url('../images/22osteo1_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide16 {
  background-image: url('../images/44ventubes.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide23 {
  background-image: url('../images/22ASCstrings.png');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10b {
  background-image: url('../images/22Americot.png');
  background-position: 70% 90%;
  background-repeat: no-repeat;
  background-size: auto 110%;
}

.slide-11 {
  background-image: url('../images/22EVD-Ventrikelkatheter3.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide-10 {
  background-image: url('../images/22pattie2.png');
  background-position: 35% 140%;
  background-repeat: no-repeat;
  background-size: auto 110%;
}

.slide-four {
  background-image: url('../images/22posi2725.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide17 {
  background-image: url('../images/22xr2baseunit.png');
  background-position: 55% 110%;
  background-repeat: no-repeat;
  background-size: auto 110%;
}

.section-text {
  background-color: var(--indigo-rich);
  color: var(--honeydew);
  align-items: stretch;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.main-container {
  max-width: 992px;
  min-height: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-container.supply {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slidelabel-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 992px;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
  margin-top: 0;
  padding: 25px 0;
  display: block;
}

.slidelabel-container.low {
  justify-content: flex-end;
  align-items: flex-end;
  height: 50%;
  margin-top: 0;
  padding-bottom: 70px;
  display: flex;
}

.main-heading {
  color: var(--indigo-rich);
  text-align: left;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto 25px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.main-heading.low {
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 150px;
}

.main-heading.light {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  align-self: flex-end;
  margin: 0 auto 20px;
  padding-right: 0;
  font-size: 30px;
}

.main-heading.sbg {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#07a5c7 29%, #0cc79c 82%);
  -webkit-background-clip: text;
  background-clip: text;
}

.main-heading.int {
  color: var(--integra-green);
  margin-top: 0;
}

.main-heading.st, .main-heading.asc {
  color: var(--osteo-blue);
}

.main-heading.ost {
  background-image: linear-gradient(to bottom, var(--osteo-blue) 42%, #a39d9d);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.main-heading.hemo {
  color: var(--hemo-red);
}

.main-heading._50l {
  float: none;
  text-align: left;
  align-self: auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.main-heading._50r {
  text-align: right;
  align-self: auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.logosupply {
  align-self: flex-start;
  width: 18%;
  min-width: 150px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: static;
}

.logosupply.integra {
  align-self: auto;
  width: 14%;
  min-width: 130px;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.logosupply.st {
  clear: none;
  align-self: auto;
  width: 15%;
  min-width: 140px;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.logosupply.asc {
  float: left;
  align-self: auto;
  width: 15%;
  min-width: 140px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.logosupply.hemo {
  align-self: auto;
  width: 18%;
  min-width: 130px;
  margin-left: 0;
  margin-right: 0;
}

.logosupply.firefly {
  align-self: auto;
  width: 12%;
  min-width: 120px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.logosupply.stvary {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.logosupply.osteo {
  align-self: auto;
  width: 14%;
  min-width: 130px;
}

.logosupply.stvary2 {
  flex: 0 auto;
  align-self: center;
  margin: 0 auto;
}

.logosupply.spieg {
  align-self: auto;
  width: 14%;
  min-width: 130px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.logosupply.asc2 {
  float: right;
  align-self: auto;
  width: 14%;
  min-width: 120px;
  margin: 0;
  display: block;
}

.logosupply.asc3 {
  float: right;
  align-self: auto;
  width: 10%;
  min-width: 70px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.logosupply.hemo2 {
  align-self: auto;
}

.logosupply.asc4 {
  float: left;
  align-self: auto;
  width: 10%;
  min-width: 70px;
}

.logosupply.firefly2 {
  align-self: auto;
}

.logosupply.integra3 {
  align-self: auto;
  width: 14%;
  min-width: 130px;
}

.main-paragraph {
  color: var(--white);
  text-align: center;
  max-width: 890px;
  margin: 0 auto;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 17px;
  line-height: 1.4;
}

.drawer-cell {
  border-left: 5px solid var(--green);
  object-fit: fill;
  background-color: #bed1bb;
  width: 163px;
  max-width: none;
  height: 84px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  text-decoration: none;
  overflow: visible;
}

.drawer-cell.email {
  width: 99.4%;
}

.foot-section-drawer {
  background-color: var(--indigo-rich);
  height: 170px;
  margin-top: 70px;
  margin-bottom: 2px;
  padding-top: 0;
  overflow: visible;
}

.foot-linktext {
  color: #52218f;
  text-align: left;
  align-self: flex-start;
  width: 120px;
  padding-top: 2px;
  padding-left: 0;
  font-size: 17px;
  font-weight: 200;
  line-height: 18px;
  text-decoration: none;
  position: relative;
  top: 7px;
}

.social-box {
  text-align: left;
  background-color: #bed1bb;
  border: 1px solid #bed1bb;
  border-radius: 7px;
  align-self: center;
  width: 45px;
  height: 60px;
  margin: 0;
  display: inline-block;
}

.footer-drawer {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--medium-purple-2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  place-items: stretch stretch;
  width: 992px;
  min-width: 320px;
  max-width: 992px;
  height: 170px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.copyright-text {
  letter-spacing: 1px;
  cursor: pointer;
  width: 190px;
  font-size: 12px;
  font-weight: 200;
}

.copyright-text:hover {
  color: #378629;
}

.m-block-trigger {
  cursor: pointer;
  background-color: #52218f;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 45px;
  height: 90px;
  margin-top: 5px;
  padding-top: 0;
  display: flex;
}

.m-block-trigger:hover {
  background-color: #378629;
}

.foot-section {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 180px;
  min-height: 180px;
  max-height: none;
  margin: auto auto 0;
  padding-top: 1px;
  display: block;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

.privacy-text {
  text-align: right;
  letter-spacing: 1px;
  cursor: pointer;
  align-self: auto;
  width: 190px;
  font-size: 12px;
  font-weight: 200;
}

.privacy-text:hover {
  color: #378629;
}

.foot-grid {
  z-index: 999;
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-top: 4px solid #52218f;
  grid-template-rows: minmax(24px, 1fr) minmax(0, 1fr) minmax(28px, 1fr);
  grid-template-columns: 2.5fr 1fr 2.5fr;
  place-content: start center;
  align-self: center;
  place-items: start center;
  width: 992px;
  min-width: 0;
  max-width: 992px;
  height: 100px;
  margin: auto auto 0;
  padding: 6px 2px;
  position: static;
  inset: auto 0% 0;
  overflow: visible;
}

.titlelogo-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.titlelogo-wrapper.right {
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  width: 992px;
  display: flex;
}

.titlelogo-wrapper.left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.titlelogo-wrapper.btm-right {
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pagetitle-section {
  z-index: 998;
  border-bottom: 4px solid var(--white);
  background-color: var(--indigo-rich);
  height: 64px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  position: static;
  top: 0;
}

.pagetitle-section.hemo {
  background-color: var(--hemo-red);
}

.pagetitle-section.ost {
  background-color: var(--osteo-blue);
}

.pagetitle-section.asc {
  background-color: var(--asc-blue);
}

.pagetitle-section.spbg {
  background-color: var(--spiegelgreen);
  background-image: linear-gradient(to top, var(--spiegelblue), var(--spiegelgreen));
  position: sticky;
}

.pagetitle-section.int {
  border-bottom-color: var(--white-smoke);
  background-color: var(--integra-green);
}

.pagetitle-section.st {
  background-color: var(--bet-blue);
  position: sticky;
}

.pagetitle-name {
  float: none;
  color: var(--white);
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 22px;
  font-weight: 200;
  line-height: 30px;
}

.pagetitle-name.st, .pagetitle-name.asc {
  color: var(--minim-purple);
}

.pagetitle-container {
  max-width: 992px;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.mainpage-container {
  background-color: var(--indigo-rich);
  max-width: 992px;
}

.extraspage-link {
  color: var(--indigo-rich);
  cursor: pointer;
  background-color: #d0e4cc;
  border-radius: 4px;
  text-decoration: none;
}

.extraspage-link:hover {
  background-color: var(--honeydew);
  text-shadow: 1px 1px 2px var(--minim-green);
}

.extraspage-link:active {
  transform: scale(1);
  box-shadow: inset 0 1px 2px 1px #000;
}

.products-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 15px 20px;
  font-weight: 300;
}

.heading {
  background-color: var(--honeydew);
  color: var(--indigo-rich);
  cursor: pointer;
  border-radius: 4px;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0 20px 10px;
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
  text-decoration: none;
}

.heading:hover {
  background-color: #aabea7;
}

.heading:active {
  transform: scale(1);
  box-shadow: inset 0 1px 3px 1px #000;
}

.productlist-section {
  margin-top: 1px;
}

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

.about-section {
  background-color: var(--honeydew);
  height: auto;
  margin-bottom: 2px;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: space-around;
  align-items: stretch;
  max-width: 1219px;
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.about-container {
  background-color: var(--indigo-rich);
  max-width: 992px;
  height: 100%;
  min-height: auto;
  max-height: none;
  padding: 10px 40px 20px;
}

.about-container.locate {
  padding-left: 20px;
  padding-right: 20px;
}

.normal-paragraph {
  color: var(--white);
  text-align: left;
  align-self: flex-start;
  width: auto;
  max-width: 90%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

.normal-paragraph.leftalign {
  max-width: 100%;
  margin-bottom: 14px;
}

.normal-paragraph.end {
  margin-bottom: 0;
}

.normal-paragraph.map {
  padding-top: 20px;
  padding-bottom: 10px;
}

.normal-heading {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}

.normal-heading.dark {
  border-bottom-style: solid;
  padding-top: 0;
  line-height: 24px;
}

.aboutimage-wrapper {
  border-bottom: 1px none var(--white);
  background-color: #0000;
  justify-content: space-between;
  height: auto;
  min-height: auto;
  padding: 0;
  display: flex;
}

.normal-button {
  background-color: var(--honeydew);
  background-image: linear-gradient(to top, #7c9079, var(--honeydew));
  color: var(--indigo-rich);
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  border: 1px solid #000;
  border-radius: 4px;
  width: 60%;
  min-width: 200px;
  max-width: none;
  margin-top: auto;
  padding: 12px 0;
  font-size: 18px;
  box-shadow: 0 1px 5px 2px #aaaaaa59;
}

.normal-button:hover {
  background-color: var(--minim-green);
  color: var(--white);
}

.normal-button:active {
  transform: scale(.98);
  box-shadow: inset 0 3px 3px #000, 1px 0 11px #101011;
}

.normal-button.w--current {
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-section {
  background-color: var(--honeydew);
  margin-bottom: 4px;
}

.about-textblock {
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.about-textblock.map, .about-textblock.nby {
  padding: 0 80px;
}

.contact-container {
  background-color: var(--indigo-rich);
  max-width: 992px;
  height: 100%;
  min-height: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-content: stretch;
  height: 100%;
  min-height: 400px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.lettr-wrapper {
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #cabbdd69;
  background-image: url('../images/letter0181.jpg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 94%;
  height: 600px;
  min-height: 70%;
  max-height: 500px;
  padding: 0;
  overflow: visible;
}

.lefttext {
  color: #c9ffbf;
  text-align: right;
  letter-spacing: .5px;
  width: 43%;
  max-width: 500px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

.lefttext.mail {
  text-align: right;
  width: 43%;
  margin-right: 20px;
}

.righttext {
  color: var(--white);
  text-align: left;
  letter-spacing: .5px;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
  text-decoration: none;
}

.righttext.email {
  text-align: left;
  cursor: pointer;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.righttext.email:hover {
  color: var(--pagevisitstate);
  background-color: #0000;
}

.mailsign {
  float: right;
  background-color: #ffffffd6;
  width: 20px;
  height: 20px;
  display: none;
}

.mailsign:hover {
  display: block;
}

.maillink {
  text-decoration: none;
}

.maillink:hover {
  background-color: #0000;
}

._2set-wrapper {
  border-bottom: 1px solid #ffffffad;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

._2set-wrapper.cono {
  margin-top: 35px;
}

.companyno {
  color: #c9ffbf;
  text-align: right;
  letter-spacing: .5px;
  width: 43%;
  max-width: 500px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

.contactminim-content-mob {
  color: #f5f5f5;
  height: 100%;
  min-height: auto;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
}

.writeletters {
  color: #c9ffbf;
  text-align: right;
  letter-spacing: .5px;
  width: 43%;
  max-width: 500px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

.extralisting-section {
  background-color: var(--grey-mauve);
  margin-top: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.extrapage-container {
  background-color: var(--honeydew);
  max-width: 992px;
}

.extras-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  padding: 15px 20px;
  font-weight: 300;
}

.heading-extras {
  background-color: var(--indigo-rich);
  color: var(--white);
  cursor: pointer;
  border-radius: 4px;
  height: 100px;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0 20px 10px;
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
  text-decoration: none;
}

.heading-extras:hover {
  background-color: var(--grey-mauve);
  text-shadow: 1px 1px 2px #2b104d;
}

.heading-extras:active {
  background-color: #7c7288;
  transform: scale(1);
  box-shadow: inset 0 1px 3px 1px #000;
}

.bodyextra {
  background-color: var(--honeydew);
}

.reveal-cover {
  z-index: 999;
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  display: none;
  position: fixed;
  inset: 0 0%;
}

.reveal-sign {
  background-color: #0000;
  border-radius: 4px;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  width: 30%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.minimlogo {
  opacity: .95;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 90px;
}

.supplierlist-section {
  background-color: #e0e0e0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.supplierlist-section.end {
  padding-bottom: 40px;
}

.supplierlist-container {
  max-width: 992px;
}

.supplylogobox {
  float: right;
  text-align: left;
  flex: 0 auto;
  align-self: center;
  width: auto;
  max-width: 50%;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.supplylogobox.intg {
  float: right;
  width: auto;
  max-width: 100%;
  height: 55px;
}

.supplylogobox.hemo {
  height: 50px;
}

.supplylogobox.asc {
  height: 55px;
}

.supplylogobox.st {
  width: auto;
  max-width: 100%;
  height: 42px;
  margin-top: 0;
}

.supplylogobox.hemo {
  width: auto;
  max-width: 100%;
  height: 55px;
  margin-top: 0;
}

.supplylogobox.sbg {
  width: auto;
  max-width: 100%;
  height: 55px;
}

.supplylogobox.asc {
  width: auto;
  max-width: 100%;
  height: 58px;
}

.supplylogobox.integra {
  float: right;
  width: auto;
  max-width: 100%;
  height: 55px;
}

.supplylogobox.spig {
  float: right;
}

.supplylogobox.hemostasis {
  float: right;
  height: 50px;
}

.supplylogobox.amsurg {
  float: right;
  height: 55px;
}

.supplylogobox.osteo {
  float: right;
  max-width: 50%;
  height: 45px;
}

.supplylogobox.spiegel {
  float: right;
  height: 55px;
}

.supplylogobox.firefly {
  float: right;
  height: 45px;
}

.heading-2 {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  font-size: 22px;
  font-weight: 200;
}

.container-7 {
  background-color: var(--honeydew);
  max-width: 990px;
}

.body-4 {
  object-fit: fill;
  overflow: visible;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.people-section {
  background-color: var(--honeydew);
  width: 100%;
  height: auto;
  min-height: 1500px;
}

.people-container {
  background-color: var(--minim-green);
  perspective: 1200px;
  justify-content: center;
  align-items: center;
  max-width: 992px;
  height: auto;
  min-height: 600px;
  padding-bottom: 130px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.people-grid {
  grid-column-gap: 10px;
  perspective: 1200px;
  grid-template-rows: minmax(auto, .5fr) auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: auto;
  max-width: 1219px;
  height: auto;
  min-height: 600px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.cardwrapperl {
  z-index: auto;
  perspective: 1235px;
  cursor: pointer;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: auto;
  height: 312px;
  display: block;
  position: relative;
  transform: none;
}

.cardwrapperl._16 {
  z-index: 16;
}

.cardwrapperl._12 {
  z-index: 12;
}

.cardwrapperl._8 {
  z-index: 8;
}

.cardback {
  z-index: 19;
  background-color: var(--indigo-rich);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: -1px 1px 5px #000000d9;
}

.cardback._15 {
  z-index: 15;
}

.cardback._17 {
  z-index: 17;
  object-fit: fill;
}

.cardback._13 {
  z-index: 13;
}

.cardback._11 {
  z-index: 11;
}

.cardback._9 {
  z-index: 9;
}

.cardback._7 {
  z-index: 7;
}

.cardback._5 {
  z-index: 5;
}

.card-left {
  z-index: auto;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 1235px;
  color: #0000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-left._16 {
  z-index: 16;
}

.card-left._12 {
  z-index: 12;
  display: block;
}

.card-left._8 {
  z-index: 8;
  display: block;
}

.cardfront {
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  background-image: url('../images/jamesA_1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 120%;
  width: auto;
  height: 312px;
  display: block;
  position: absolute;
  inset: 0%;
}

.cardfront._20 {
  z-index: auto;
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  color: var(--minim-green);
  background-image: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  inset: 0%;
  box-shadow: -1px 1px 5px #000000d9;
}

.cardfront._16 {
  z-index: 16;
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  color: var(--minim-green);
  background-image: none;
  width: 100%;
  height: 100%;
  display: block;
  inset: 0%;
  box-shadow: -1px 1px 5px #000000d9;
}

.cardfront.ek {
  z-index: auto;
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  color: #0000;
  background-image: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 312px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  inset: 0%;
}

.cardfront._14 {
  z-index: 14;
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  color: var(--minim-green);
  background-image: none;
  width: 100%;
  height: 100%;
  display: block;
  inset: 0%;
  box-shadow: -1px 1px 5px #000000d9;
}

.cardfront._12 {
  z-index: 12;
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  color: var(--minim-green);
  background-image: none;
  width: 100%;
  height: 100%;
  display: block;
  inset: 0%;
  box-shadow: -1px 1px 5px #000000d9;
}

.cardfront._10 {
  z-index: 10;
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  color: var(--minim-green);
  background-image: none;
  width: 100%;
  height: 100%;
  display: block;
  inset: 0%;
  box-shadow: -1px 1px 5px #000000d9;
}

.cardfront._8 {
  z-index: 8;
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  color: var(--minim-green);
  background-image: none;
  width: 100%;
  height: 100%;
  display: block;
  inset: 0%;
  box-shadow: -1px 1px 5px #000000d9;
}

.cardfront._6 {
  z-index: 6;
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  color: var(--minim-green);
  background-image: none;
  width: 100%;
  height: 100%;
  display: block;
  inset: 0%;
  box-shadow: -1px 1px 5px #000000d9;
}

.cardfront.right {
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/EK.jpg');
  background-position: 0 0;
  background-size: auto 105%;
  background-attachment: scroll;
  background-clip: border-box;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 312px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.cardfront.left {
  background-image: url('../images/JA.jpg');
  background-position: 0%;
  background-size: auto 70px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: auto;
  display: block;
  inset: 0%;
}

.cardfront.right-ci {
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/CI.jpg');
  background-position: 0%;
  background-size: auto 110%;
  background-attachment: scroll;
  background-clip: border-box;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 312px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.cardfront.leftaa {
  background-image: url('../images/blankstaffF.jpg');
  background-position: 0 0;
  background-size: auto 120%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: block;
  inset: 0% 0% auto;
}

.cardfront.rightcs {
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/CS.jpg');
  background-position: 0 25%;
  background-size: auto 100%;
  background-attachment: scroll;
  background-clip: border-box;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 312px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.cardfront.rightsb {
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/SB.jpg');
  background-position: 0 0;
  background-size: auto 105%;
  background-attachment: scroll;
  background-clip: border-box;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 312px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.cardfront.na {
  background-image: url('../images/NA.jpg');
}

.cardfront.lt {
  background-image: url('../images/blankstaffF.jpg');
}

.cardfront.cc {
  background-image: url('../images/CC.jpg');
  background-size: auto 100%;
}

.cardfront.nav-menudk {
  background-color: var(--white);
  background-image: url('../images/blankstaffM.jpg');
  background-position: 0%;
  background-size: auto 100%;
}

.cardfront.lc {
  background-image: url('../images/blankstaffF.jpg');
}

.cardfront.sr {
  background-image: url('../images/SR.jpg');
  background-size: auto 100%;
}

.cardfront.js {
  background-image: url('../images/JS.jpg');
  background-position: 0%;
  background-size: auto 105%;
}

.cardfront.n {
  background-image: url('../images/blankstaffM.jpg');
  background-size: auto 100%;
}

.frontimage {
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  object-fit: cover;
  width: 465px;
  height: 312px;
  display: block;
  position: static;
  inset: 0%;
}

.section-spacer {
  background-color: var(--indigo-rich);
  min-height: 100px;
  margin-top: 14px;
  margin-bottom: 0;
  padding-top: 38px;
  padding-bottom: 38px;
}

.introheading {
  color: #d1d1d1;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 3px;
  font-size: 16px;
  font-weight: 300;
}

.section-7 {
  background-color: #c7c7c7;
}

.cardwrapper-right {
  z-index: auto;
  perspective: 1200px;
  cursor: pointer;
  background-color: #0000;
  width: auto;
  height: 312px;
  position: relative;
  transform: none;
}

.cardwrapper-right._14 {
  z-index: 14;
}

.cardwrapper-right._10 {
  z-index: 10;
}

.cardwrapper-right._6 {
  z-index: 6;
}

.personimage {
  align-self: flex-start;
  width: 160px;
  height: 205.594px;
  margin: 9px 8px;
  display: inline-block;
  position: relative;
  top: 0;
}

.personimage.ek {
  display: block;
  transform: rotate(0);
}

.heading-name-title {
  color: var(--indigo-rich);
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-portrait {
  color: var(--indigo-rich);
  padding-left: 15px;
  padding-right: 20px;
}

.paragraph-portrait.ek, .paragraph-portrait.ja {
  color: var(--indigo-rich);
  padding-right: 20px;
}

.infoline {
  background-color: var(--minim-green);
  width: 90%;
  height: 2px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding-left: 0;
}

.infoslideleft {
  z-index: 19;
  cursor: pointer;
  background-color: #0000;
  width: 465px;
  height: 312px;
  display: block;
  position: absolute;
  inset: 0%;
}

.infoslideleft._15 {
  z-index: 15;
  cursor: pointer;
  inset: auto;
}

.infoslideleft._11 {
  z-index: 11;
  cursor: pointer;
  inset: auto;
}

.infoslideleft._7 {
  z-index: 7;
  cursor: pointer;
  inset: auto;
}

.infoslideright {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.infoslideright._17 {
  z-index: 17;
  cursor: pointer;
  width: 465px;
  height: 312px;
}

.right-card {
  z-index: auto;
  perspective: 1200px;
  color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-card._14 {
  z-index: 14;
}

.right-card._10 {
  z-index: 10;
  display: block;
}

.right-card._6 {
  z-index: 6;
  display: block;
}

.infocard-left {
  background-color: var(--lavender);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.infocard-left:hover {
  margin-right: 0;
  font-weight: 300;
}

.rightinfocard {
  background-color: var(--lavender);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.rightinfocard:hover {
  font-weight: 300;
}

.infoslideright-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.infoslideright-2._13 {
  z-index: 13;
  cursor: pointer;
}

.infoslideright-2._9 {
  z-index: 9;
  cursor: pointer;
}

.infoslideright-2._5 {
  z-index: 5;
  cursor: pointer;
}

.productgrid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--indigo-rich);
  border-radius: 0 0 5px 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  place-content: start;
  align-items: stretch;
  width: auto;
  min-width: 0;
  height: 220px;
  min-height: auto;
  margin-top: 2px;
  padding: 20px 10px;
  overflow: hidden;
}

.card-title {
  color: var(--honeydew);
  text-align: left;
  width: auto;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 4px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
}

.producttitlebar {
  background-color: var(--white);
  cursor: pointer;
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: color .2s, opacity .3s, border-color .4s;
  display: flex;
}

.producttitlebar:hover {
  border-bottom-color: var(--minim-green);
  color: var(--minim-green);
  font-weight: 500;
}

.producttitlebar.neuro {
  background-color: var(--neuro);
}

.producttitlebar.ent {
  background-color: var(--ent);
}

.producttitlebar.bet {
  background-color: var(--bet);
}

.producttitlebar.endo {
  background-color: var(--endo);
}

.producttitlebar.lapo {
  background-color: var(--lapo);
}

.producttitlebar.mes {
  background-color: var(--mei);
}

.producttitlebar.dres {
  background-color: var(--dress);
}

.producttitlebar.retr {
  background-color: var(--tract);
}

.producttitlebar.illum {
  background-color: var(--illum);
}

.producttitlebar.consum {
  background-color: var(--consum);
}

.card-image {
  background-color: var(--white);
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  min-width: 160px;
  max-width: 100%;
  height: 160px;
  min-height: 140px;
  max-height: 160px;
  margin-top: 0;
  margin-bottom: 5px;
  transition: transform .3s, box-shadow .2s;
  position: static;
}

.product-section {
  background-color: #fff;
  margin-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: visible;
}

.product-section.endo, .product-section.ent {
  background-color: var(--white);
  margin-top: 1px;
}

.product-section.bet {
  background-color: var(--white);
  background-image: none;
  margin-top: 1px;
}

.product-section.si {
  background-color: var(--white);
  margin-top: 1px;
  margin-bottom: 0;
  padding-bottom: 10px;
  overflow: visible;
}

.product-section.posi, .product-section.light, .product-section.retract {
  background-color: var(--white);
  background-image: none;
  margin-top: 1px;
}

.product-card {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--pagevisitstate);
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  padding-top: 5px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.product-card:hover {
  box-shadow: 0 3px 5px 0 var(--pagevisitstate);
}

.product-card:active {
  transform: scale(.99);
  box-shadow: inset 0 0 12px 1px #000;
}

.product-card.n {
  display: block;
}

.product-card.n:hover {
  box-shadow: 0 3px 5px 0 var(--neuro);
}

.product-card.n:active {
  box-shadow: inset 0 2px 12px 2px #0003, 0 3px 5px 0 var(--neuro);
}

.product-card.ent:hover {
  box-shadow: 0 3px 5px 0 var(--ent);
}

.product-card.bet:hover {
  box-shadow: 0 3px 5px 0 var(--bet);
}

.product-card.end:hover {
  box-shadow: 0 3px 5px 0 var(--endo);
}

.product-card.lap:hover {
  box-shadow: 0 3px 5px 0 var(--lapo);
}

.product-card.mes:hover {
  box-shadow: 0 3px 5px 0 var(--mei);
}

.product-card.dres:hover {
  box-shadow: 0 3px 5px 0 var(--dress);
}

.product-card.ret:hover {
  box-shadow: 0 3px 5px 0 var(--tract);
}

.product-card.lum:hover {
  box-shadow: 0 3px 5px 0 var(--illum);
}

.product-card.con:hover {
  box-shadow: 0 3px 5px 0 var(--consum);
}

.product-container {
  border-radius: 0 0 5px 5px;
  max-width: 992px;
  transition: opacity .3s;
  overflow: hidden;
}

.product-title {
  float: left;
  color: var(--indigo-rich);
  cursor: pointer;
  background-color: #fff0;
  border: 1px #000;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 15px 0 15px 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  transition: color .2s;
}

.product-title:active {
  background-color: var(--indigo-rich);
  color: var(--honeydew);
}

.navbardark {
  z-index: 998;
  border-bottom: 4px solid var(--honeydew);
  background-color: var(--indigo-rich);
  height: auto;
  margin-bottom: 0;
  position: sticky;
  top: 0;
}

.container-navdk {
  background-color: var(--indigo-rich);
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  width: 100%;
  max-width: 992px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.nav-menudk {
  z-index: 998;
  border-bottom: 1px solid var(--white);
  background-color: var(--honeydew);
  height: auto;
  margin-top: 5px;
}

.nav-linkdk {
  border-top: 1px none var(--white);
  border-right: 1px solid var(--white-smoke);
  border-left: 5px solid var(--indigo-rich);
  background-color: var(--honeydew);
  color: var(--indigo-rich);
  cursor: pointer;
  width: 165px;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 6px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .2s, text-shadow .2s, color .2s;
  display: inline-block;
}

.nav-linkdk:hover {
  color: var(--minim-green);
  text-shadow: 0 1px 4px #a1e695;
}

.nav-linkdk:active {
  background-color: var(--grey-mauve);
  color: #e3ffde;
}

.nav-linkdk.w--current {
  color: #aa19e4;
}

.barmenuw1 {
  background-color: var(--indigo-rich);
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 33% 0% auto;
}

.barmenuw1._1r {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  top: 10px;
}

.barmenuw2 {
  background-color: var(--indigo-rich);
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 33% 0% auto;
}

.barmenuw2.r2 {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  top: 16px;
}

.barmenu-w3 {
  background-color: var(--indigo-rich);
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 33% 0% auto;
}

.barmenu-w3.r3 {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  inset: 22px 0% auto;
}

.barmenuw4 {
  background-color: var(--indigo-rich);
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 33% 0% auto;
}

.barmenuw4.r4 {
  z-index: 0;
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  inset: 28px 0% auto;
}

.barmenuw5 {
  background-color: var(--indigo-rich);
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 33% 0% auto;
}

.barmenuw5._5r {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  top: 34px;
}

.pagetitle-sectiondk {
  border-bottom: 4px solid var(--white);
  background-color: var(--indigo-rich);
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  position: static;
  top: 0;
}

.gplogodk {
  background-color: var(--indigo-rich);
  cursor: pointer;
  align-self: stretch;
  width: 350px;
  min-width: 220px;
  max-width: 350px;
  height: 56px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.barleftw1 {
  background-color: var(--indigo-rich);
  width: 34px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 15px 0% auto;
}

.barleftw1._1l {
  background-color: var(--white);
  width: 32px;
  top: 10px;
}

.barleftw2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.barleftw2._2l {
  background-color: var(--white);
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  top: 16px;
}

.barleftw3 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.barleftw3._3l {
  background-color: var(--white);
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  top: 22px;
}

.barleftw4 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.barleftw4._4l {
  background-color: var(--white);
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  top: 28px;
}

.barleftw5 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.barleftw5._5l {
  background-color: var(--white);
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  top: 34px;
}

.aboutintro-section {
  background-color: var(--honeydew);
  margin-top: 0;
  margin-bottom: 1px;
}

.intro-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-content: stretch;
  align-items: stretch;
  max-width: 1219px;
  height: auto;
  min-height: auto;
  padding: 20px 0;
}

.left-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--minim-purple);
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: stretch stretch;
  width: auto;
  max-width: none;
  height: 260px;
  min-height: auto;
  max-height: 260px;
  padding: 0;
  display: grid;
}

.right-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navmenu-button-rightdk {
  z-index: 700;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 0;
  transition: transform .2s, box-shadow .2s, background-color .3s cubic-bezier(.215, .61, .355, 1);
  display: block;
  overflow: hidden;
}

.navmenu-button-rightdk:hover {
  box-shadow: inset 0 2px 3px 0 var(--pagevisitstate);
  background-color: #0000;
}

.navmenu-button-rightdk:active {
  transform: scale(.9);
  box-shadow: inset 0 1px 4px #000;
}

.navmenu-button-rightdk.w--open {
  background-color: #0000;
  overflow: hidden;
}

.nav-menu-button-leftdk {
  z-index: 700;
  float: left;
  cursor: pointer;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 4px;
  padding: 0;
  transition: transform .2s, box-shadow .2s, background-color .3s cubic-bezier(.215, .61, .355, 1);
  display: block;
  overflow: hidden;
}

.nav-menu-button-leftdk:hover {
  box-shadow: inset 0 2px 3px 0 var(--pagevisitstate);
  background-color: #0000;
}

.nav-menu-button-leftdk:active {
  transform: scale(.9);
  box-shadow: inset 0 1px 4px #000;
}

.nav-menu-button-leftdk.w--open {
  background-color: #0000;
  width: 48px;
  height: 48px;
  margin-right: 0;
  overflow: hidden;
}

.slide19 {
  background-image: url('../images/integra-LED.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: auto 110%;
}

.image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.image-2.ci {
  object-position: 10% 50%;
}

.image-2.ja {
  object-fit: cover;
  object-position: 40% 50%;
}

.image-2.ek {
  object-fit: cover;
  object-position: 50% 50%;
}

.image-2.cs {
  object-position: 30% 50%;
}

.image-2.policy {
  object-position: 0% 50%;
}

.product-split {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  height: 500px;
  min-height: 100%;
  overflow: hidden;
}

.product-split.consum {
  background-color: var(--consum);
  height: auto;
  min-height: auto;
  padding: 0;
}

.productimage-box {
  background-color: var(--white);
  object-fit: cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 486px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  overflow: auto;
  box-shadow: 0 1px 12px 3px #aaaaaa59;
}

.productimage-box.hztl {
  align-items: center;
  width: 100%;
  height: 250px;
}

.productimage-box.conlinks {
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}

.producttext-box {
  background-color: var(--white);
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  max-height: 100%;
  padding: 10px 30px 20px;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
  overflow: auto;
  box-shadow: 0 1px 12px 3px #aaaaaa59;
}

.product-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.product-image.hztl {
  object-fit: contain;
  height: auto;
}

.mainproduct-section {
  background-color: var(--lavender-pale);
  padding: 0 5px 10px;
  font-size: 15px;
  overflow: visible;
}

.mainproduct-section.ent {
  background-color: var(--ent);
  padding-top: 0;
}

.mainproduct-section.bet {
  background-color: var(--bet-blue);
}

.mainproduct-section.end {
  background-color: var(--endo-pale);
}

.mainproduct-section.ear {
  background-color: var(--pink-snow);
}

.mainproduct-section.hemo {
  background-color: var(--white-buff);
}

.mainproduct-section.light {
  background-color: var(--gainsboro);
}

.mainproduct-section.ret {
  background-color: var(--tract);
}

.mainproduct-section.surg {
  background-color: var(--silver-pale);
}

.mainproduct-section.con {
  background-color: var(--consum);
}

.mainproduct-section.lap {
  background-color: var(--lapo);
}

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

.mainproduct-section.int {
  background-color: var(--dress);
}

.mainproduct-section.ill {
  background-color: var(--illum);
}

.producttext-heading {
  border-bottom: 1px solid var(--indigo-rich);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.productname-bar {
  border-bottom: 1px solid var(--indigo-rich);
  cursor: pointer;
  height: 52px;
  margin-bottom: 10px;
  padding-left: 0;
  transition: border-color .4s;
  display: block;
  overflow: visible;
}

.productname-bar:hover {
  border-bottom-color: var(--minim-green);
  color: var(--minim-green);
  font-weight: 500;
}

.product-name {
  float: left;
  color: var(--indigo-rich);
  border: 1px #000;
  max-width: 100%;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.base-paragraph {
  color: var(--indigo-rich);
  text-align: left;
  width: 95%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
}

.base-paragraph._10 {
  width: auto;
  max-width: 100%;
  margin-top: 10px;
  font-size: 12px;
}

.base-paragraph._90 {
  width: 95%;
}

.base-paragraph.con {
  margin-top: 0;
}

.productbutton-bar {
  border-top: 1px solid var(--indigo-rich);
  border-bottom: 1px none var(--indigo-rich);
  cursor: pointer;
  object-fit: fill;
  width: auto;
  height: 52px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: border-color .4s;
  display: block;
}

.productbutton-bar:hover {
  border-bottom-color: var(--minim-green);
  color: var(--minim-green);
  font-weight: 500;
}

.connection-section {
  border-bottom: 4px solid var(--white);
  background-color: var(--illum);
  margin-top: 0;
  padding: 10px 5px 20px;
}

.connection-section.ent {
  background-color: var(--ent);
  margin-top: 0;
  padding-top: 0;
}

.connection-section.bet {
  background-color: var(--bet-blue);
  margin-top: 0;
  padding-top: 0;
}

.connection-section.ear {
  background-color: var(--pink-snow);
  margin-top: 0;
}

.connection-section.end {
  background-color: var(--endo-pale);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  padding-top: 0;
}

.connection-section.hemo {
  background-color: var(--white-buff);
  margin-top: 0;
}

.connection-section.light {
  background-color: var(--gainsboro);
  margin-top: 0;
}

.connection-section.ret {
  background-color: var(--tract);
  margin-top: 0;
  padding-top: 0;
}

.connection-section.surg {
  background-color: var(--silver-pale);
  margin-top: 0;
}

.connection-section.con {
  background-color: var(--consum);
  margin-top: 0;
  padding-top: 0;
}

.connection-section.lap {
  background-color: var(--lapo);
  padding-top: 0;
}

.connection-section.mei {
  background-color: var(--mei);
  padding-top: 0;
}

.connection-section.int {
  background-color: var(--dress);
  padding-top: 0;
}

.connection-section.ill {
  padding-top: 0;
}

.connection-section.neuro {
  background-color: var(--neuro);
  margin-top: 4px;
}

.standard-container {
  max-width: 992px;
  padding-left: 0;
  padding-right: 0;
}

.standard-button {
  background-color: var(--white);
  color: var(--indigo-rich);
  text-align: center;
  text-shadow: 0 1px 1px var(--minim-green);
  background-image: linear-gradient(0deg, #bdbdbd, #fff);
  border: 1px solid #919191;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.4;
  box-shadow: 0 4px 4px -1px #aaaaaa59;
}

.standard-button:hover {
  background-color: var(--honeydew);
  background-image: linear-gradient(to top, var(--dark-sea-green), var(--honeydew));
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.standard-button:active {
  transform: scale(.98);
  box-shadow: inset 0 3px 3px #000, 0 1px 12px 3px #aaaaaa59;
}

.standard-button.bet:hover {
  background-image: linear-gradient(0deg, var(--bet), var(--bet-blue));
}

.standard-button.ent:hover {
  background-image: linear-gradient(0deg, var(--ent), var(--grey-mauve) 92%);
}

.standard-button.end {
  background-image: linear-gradient(0deg, #bdbdbd, #fff);
}

.standard-button.end:hover {
  background-image: linear-gradient(0deg, var(--medium-purple-2), white);
}

.standard-button.lap {
  padding-left: 35px;
  padding-right: 35px;
}

.standard-button.lap:hover {
  background-image: linear-gradient(0deg, var(--consum), var(--honeydew));
}

.standard-button.consum {
  width: 300px;
  min-width: 200px;
  margin-bottom: 7px;
  margin-left: 25px;
  padding: 14px 40px;
}

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

.relation-section {
  background-color: var(--silver);
  margin-top: 2px;
  padding: 30px 5px 50px;
}

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

.relation-card {
  z-index: 5;
  background-color: var(--dark-sea-green);
  box-shadow: 0 1px 0 0 var(--pagevisitstate);
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 220px;
  min-height: 220px;
  padding-bottom: 0;
  text-decoration: none;
  position: relative;
}

.relation-card:hover {
  box-shadow: 0 3px 4px 0 var(--pagevisitstate);
}

.relation-card:active {
  transform: scale(.99);
  box-shadow: inset 0 2px 5px #000;
}

.relatedheader {
  border-bottom: 1px solid var(--indigo-rich);
  color: var(--indigo-rich);
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.cardrelate-title {
  color: #f2eafc;
  text-align: left;
  width: auto;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
  text-decoration: none;
}

.cardrelate-title:hover {
  color: #caf6c2;
  background-color: #0000;
}

.cardrelate-image {
  background-color: var(--white);
  object-fit: contain;
  border-radius: 4px;
  width: 100%;
  min-width: 160px;
  max-width: 100%;
  height: 160px;
  min-height: 140px;
  max-height: 160px;
  margin-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  transition: transform .3s, box-shadow .2s;
  position: static;
}

.staff-titlebar {
  background-color: var(--white);
  cursor: pointer;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-radius: 4px 4px 0 0;
  justify-content: flex-end;
  align-items: center;
  width: 496px;
  height: 52px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
  font-size: 20px;
  display: flex;
}

.staff-titlebar:hover {
  border-bottom-color: var(--minim-green);
  color: var(--minim-green);
  background-color: #e6e6e6;
  background-image: linear-gradient(99deg, #e6e6e6, #fff);
  font-weight: 500;
}

.staffname {
  float: right;
  color: var(--indigo-rich);
  text-align: right;
  background-color: #0000;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 20px 75px 20px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  overflow: hidden;
}

.stafftitle {
  float: left;
  color: var(--indigo-rich);
  border: 1px #000;
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.stafftitle:hover {
  color: var(--green);
}

.staffcard-left {
  border-bottom: 2px none var(--indigo-rich);
  cursor: pointer;
  background-color: #0000;
  border-radius: 0 0 4px 4px;
  width: 100%;
  height: auto;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.staffcontainer {
  background-color: var(--indigo-rich);
  border-radius: 4px;
  justify-content: center;
  align-items: flex-start;
  max-width: 992px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.staff-section {
  background-color: var(--indigo-rich);
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 0;
}

.staffwrapper-left {
  perspective: 900px;
  border-radius: 4px;
  width: 497px;
  padding-right: 1px;
  position: relative;
}

.staffwrapper-right {
  perspective: none;
  border-radius: 4px;
  align-self: auto;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.staffcard-right {
  border-bottom: 2px none var(--indigo-rich);
  perspective: none;
  cursor: pointer;
  background-color: #0000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: auto;
  height: auto;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.cardwrapperr {
  z-index: auto;
  float: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 1235px;
  cursor: pointer;
  background-color: #0000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: auto;
  height: 312px;
  display: block;
  position: relative;
  transform: none;
}

.card-right {
  z-index: auto;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 1235px;
  color: #0000;
  background-color: #0000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.infocard-right {
  z-index: auto;
  background-color: var(--lavender);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  transform-style: preserve-3d;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.infocard-right:hover {
  font-weight: 300;
}

.frontbox {
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: block;
  position: absolute;
  inset: 0%;
}

.frontbox.ci {
  background-image: url('../images/CI.jpg');
  background-position: 0%;
  background-size: auto 110%;
}

.frontbox.cs {
  background-image: url('../images/CS.jpg');
  background-size: auto 100%;
  display: block;
}

.frontbox.sb {
  background-image: url('../images/SB.jpg');
  background-size: auto 105%;
  display: block;
}

.frontbox.leftds {
  background-image: url('../images/blankstaffF.jpg');
  background-position: 0%;
  background-size: auto 100%;
  display: block;
}

.frontbox.leftlc {
  background-image: none;
  display: block;
}

.frontbox.cc {
  background-image: url('../images/CC.jpg');
  background-position: 0 0;
  background-size: auto 100%;
  display: block;
}

.frontbox.lt {
  background-image: url('../images/blankstaffF.jpg');
  display: block;
}

.frontbox.js {
  background-image: url('../images/JS.jpg');
  background-position: 0%;
  background-size: auto 105%;
  display: block;
  overflow: visible;
}

.frontbox.sr {
  background-image: url('../images/SR.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.frontbox.n {
  background-image: url('../images/blankstaffM.jpg');
  background-size: auto 100%;
}

.arrow-block {
  float: right;
  background-color: #0000;
  padding: 12px;
}

.arrow-block:hover {
  color: var(--green);
}

.cardtext-wrap {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.more-text {
  color: var(--green);
  background-color: #0000;
  margin-top: 4px;
  padding: 20px 60px 20px 20px;
  font-size: 16px;
}

.backx {
  color: var(--indigo-rich);
  text-align: right;
  padding-right: 20px;
  font-size: 26px;
  position: absolute;
  inset: auto 0% 2% auto;
}

.more-text-2, .more-text2 {
  color: var(--minim-green);
  background-color: #0000;
  margin-top: 4px;
  padding: 20px 60px 20px 20px;
  font-size: 16px;
}

.arrow-indicator {
  float: right;
  background-color: var(--white);
  cursor: pointer;
  height: 25px;
  margin-right: 0;
  padding: 0 20px 5px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: static;
}

.arrow-indicator:hover {
  pointer-events: auto;
  color: var(--minim-green);
}

.bodypeople {
  background-color: var(--indigo-rich);
  overflow: auto;
}

.frontbox-left {
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url('../images/Danial-bw.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 110%;
  position: absolute;
  inset: 0%;
}

.frontbox-left.ja {
  background-image: url('../images/JA.jpg');
  background-position: 0 100%;
  background-size: auto 95%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: auto;
  display: block;
  inset: 0%;
}

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

.italic-text {
  width: 100%;
}

.enquire-paragraph {
  color: var(--indigo-rich);
  text-align: left;
  width: 400px;
  max-width: 500px;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  position: static;
  top: auto;
  bottom: auto;
}

.enquire-paragraph._500 {
  width: 420px;
}

.enquire-paragraph.consum {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-6 {
  font-weight: 300;
}

.italic-text-2 {
  font-size: 12px;
}

.references {
  padding-bottom: 15px;
}

.navbar-copy {
  z-index: 998;
  border-bottom: 4px solid var(--honeydew);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
  position: sticky;
  top: 0;
}

.body-copy {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  display: block;
}

.navbar-copy {
  z-index: 998;
  border-bottom: 4px solid var(--honeydew);
  background-color: var(--white);
  height: auto;
  margin-bottom: 0;
  position: static;
  top: 0;
}

.pagetitle-section-copy {
  z-index: 999;
  border-bottom: 4px solid var(--white);
  background-color: var(--indigo-rich);
  height: 64px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  position: sticky;
  top: 0;
}

.normal-headingdark {
  color: var(--indigo-rich);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.normal-headingdark.line {
  border-bottom: 1px solid var(--indigo-rich);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.suppliercard {
  background-color: var(--white);
  border-radius: 4px;
  height: 400px;
  padding: 0;
  box-shadow: 0 3px 8px #00000038;
}

.standard-buttonwide {
  background-color: var(--white);
  color: var(--indigo-rich);
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(to top, #bdbdbd, #fff);
  border: 1px solid #919191;
  border-radius: 4px;
  align-self: auto;
  width: 251.891px;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: 0 4px 4px -1px #aaaaaa59;
}

.standard-buttonwide:hover {
  background-color: var(--honeydew);
  background-image: linear-gradient(to top, var(--dark-sea-green), var(--honeydew));
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.standard-buttonwide:active {
  transform: scale(.98);
  box-shadow: inset 0 3px 3px #000, 0 1px 12px 3px #aaaaaa59;
}

.standard-buttonwide.st {
  background-image: linear-gradient(180deg, #4d8ab6, var(--bet-blue) 50%, #3982b8);
  color: var(--minim-purple);
}

.standard-buttonwide.st:hover {
  color: var(--white);
  background-image: linear-gradient(#4d8ab6, #043f6b 50%, #3982b8);
}

.standard-buttonwide.int {
  background-image: linear-gradient(to bottom, #48ae45, var(--integra-green) 50%, #2d742b);
  color: var(--white);
}

.standard-buttonwide.int:hover {
  background-image: linear-gradient(#48ae45, #2c722a 50%, #2d742b);
}

.standard-buttonwide.hemo {
  background-image: linear-gradient(to bottom, #c50621, var(--hemo-red) 50%, #7f0f1f);
  color: var(--white);
}

.standard-buttonwide.hemo:hover {
  background-image: linear-gradient(#c50621, #8d1223 50%, #7f0f1f);
}

.standard-buttonwide.asc {
  background-image: linear-gradient(to top, var(--asc-blue) 1%, var(--asc-blue) 2%, #004175 50%, var(--asc-blue));
  color: var(--white);
}

.standard-buttonwide.asc:hover {
  background-image: linear-gradient(to top, var(--asc-blue) 1%, var(--asc-blue) 2%, #04477c 39%, #25557b 70%, var(--asc-blue));
}

.standard-buttonwide.ost {
  background-image: linear-gradient(to top, var(--silver), var(--osteo-blue) 27%, var(--osteo-blue) 65%, var(--silver));
  color: var(--white);
}

.standard-buttonwide.ost:hover {
  background-image: linear-gradient(to top, #818181, var(--osteo-blue) 27%, #21486e 65%, #8f8f8f);
}

.standard-buttonwide.sbg {
  color: var(--white);
  background-image: linear-gradient(to top, #0093b3, #33b497);
}

.standard-buttonwide.sbg:hover {
  background-image: linear-gradient(to top, #005c70, #33b497);
}

.standard-buttonwide.fly {
  background-image: linear-gradient(to bottom, var(--fireflyred), var(--fireflyred) 47%, #5f0f0f);
  color: var(--white);
}

.standard-buttonwide.fly:hover {
  background-image: linear-gradient(to bottom, #d1363a, var(--fireflyred) 47%, #a11313);
}

.leftblock {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 20px 60px;
  display: flex;
}

.supplier-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 1fr;
  justify-items: stretch;
  height: 100%;
  padding-bottom: 0;
}

.rightblock {
  object-fit: contain;
  background-image: url('../images/SpeedSurgMulti.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 115%;
  border-bottom-left-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: block;
}

.rightblock.integra {
  background-image: url('../images/suppBudde.png');
  background-position: 50%;
  background-size: cover;
}

.rightblock.hemo {
  background-image: url('../images/posi2736maskL.jpg');
  background-position: 50%;
  background-size: cover;
}

.rightblock.asc {
  border-top: 1px solid var(--grey-mauve);
  background-image: url('../images/44ballsline.jpg');
  background-position: 50%;
  background-size: cover;
}

.rightblock.ost {
  background-image: url('../images/BurholeplateL.png');
  background-position: 50%;
  background-size: cover;
}

.rightblock.spbg {
  background-image: url('../images/bolted-EVD-Catheter_1.jpg');
  background-position: 90%;
  background-size: cover;
}

.rightblock.fly {
  background-image: url('../images/22firefly.jpg');
  background-position: 50%;
  background-size: cover;
}

.logowrap {
  background-color: var(--bet-blue);
  background-image: linear-gradient(to right, var(--bet-blue), white 66%);
  border-radius: 4px 0 0;
  width: 100%;
  height: 62px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 19px;
}

.logowrap.intg {
  background-color: var(--integra-green);
  background-image: linear-gradient(to right, var(--integra-green), white 82%);
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  padding-top: 6px;
}

.logowrap.hemo {
  background-color: var(--hemo-red);
  background-image: linear-gradient(to right, var(--hemo-red), white 68%);
  border-radius: 4px 0 0;
  padding-top: 12px;
}

.logowrap.asc {
  background-color: var(--asc-blue);
  background-image: linear-gradient(to right, var(--asc-blue), white 70%);
  padding-top: 4px;
}

.logowrap.ost {
  background-color: var(--osteo-blue);
  background-image: linear-gradient(to right, var(--osteo-blue), white 77%);
  padding-top: 10px;
}

.logowrap.spbg {
  background-color: var(--spiegelgreen);
  background-image: linear-gradient(to right, var(--spiegelgreen), white 85%);
  padding-top: 8px;
}

.logowrap.fly {
  background-color: var(--fireflyred);
  background-image: linear-gradient(to right, var(--fireflyred), white 70%);
  padding-top: 12px;
}

.div-line {
  background-color: var(--minim-green);
  width: 90%;
  height: 1px;
  margin-top: 2px;
}

.secondaryheading {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin: 0 auto 25px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.secondaryheading.dark {
  color: var(--indigo-rich);
  text-align: center;
  letter-spacing: 0;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  padding-right: 18px;
  font-size: 22px;
}

.secondary-paragraph {
  color: var(--indigo-rich);
  text-align: center;
  max-width: 95%;
  margin: 0 auto;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  line-height: 1.4;
}

.section-9 {
  background-color: #e0e0e0;
}

.categorytitlebar {
  max-width: 992px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 30px;
}

.category-title {
  float: left;
  color: var(--minim-green);
  text-align: right;
  border: 1px #000;
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0 10px 10px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
  transition: color .2s;
}

.product-splithztl {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto minmax(320px, auto);
  grid-template-columns: 1fr;
  height: auto;
  min-height: 100%;
  margin-bottom: 0;
}

.herosection {
  background-image: url('../images/NeuroFastFlap.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 50%;
  height: 400px;
}

.herosection.int {
  background-image: url('../images/22skull-pins.png');
  background-position: 50% 60%;
  background-size: auto 150%;
}

.herosection.asc {
  background-image: url('../images/22balls17030.png');
  background-position: 50% 75%;
  background-size: auto 160%;
}

.herosection.hemo {
  background-image: url('../images/22posisep1_1.jpg');
  background-position: 40% 0;
  background-size: auto 120%;
}

.herosection.sbg {
  background-image: url('../images/Spiegel-ICP-HDM-29dot2-front-view.jpg');
  background-position: 50%;
  background-size: 70%;
}

.herosection.st {
  background-image: url('../images/SpeedSurg.png');
  background-position: 0%;
  background-size: auto;
}

.normal-paragraphwide {
  color: var(--indigo-rich);
  text-align: left;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

.grid-3products {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-3product {
  background-color: var(--white);
  color: var(--indigo-rich);
  cursor: pointer;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  transition: box-shadow .3s, color .2s;
  display: flex;
  box-shadow: 0 2px 7px 2px #0003;
}

.card-3product:hover {
  color: var(--minim-green);
  text-shadow: 1px 1px 2px #00000082;
  box-shadow: 0 2px 6px 3px #00000054;
}

.card-3product:active {
  color: var(--minim-green);
  text-shadow: 1px 1px 3px #000000a1;
  transform: scale(.99);
  box-shadow: inset 0 2px 4px #00000091, 0 2px 4px #00000059;
}

._3cardheading {
  border-bottom: 1px none var(--indigo-rich);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  transition: color .3s;
}

.supplierproducts-section {
  background-color: var(--white-smoke);
  margin-bottom: 0;
  padding: 10px 10px 0;
}

.supplierkeytext {
  margin-top: 10px;
  margin-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

._3card-imagewrap {
  width: 90%;
}

._3card-image {
  object-fit: contain;
  width: 100%;
  height: 254px;
  margin-top: auto;
  display: block;
}

.findouthint {
  opacity: 0;
  color: var(--minim-green);
  text-shadow: 1px 1px 2px #00000080;
  margin-bottom: 30px;
  font-size: 16px;
}

.supplierlogo-section {
  border-bottom: 4px solid var(--white);
  background-color: var(--white);
  height: 64px;
  min-height: auto;
  padding: 0 10px;
}

.suppliercolour-bar {
  float: right;
  background-color: var(--integra-green);
  background-image: linear-gradient(270deg, var(--integra-green), white);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 82%;
  height: 60px;
  min-height: 100%;
}

.suppliercolour-bar.int {
  background-image: linear-gradient(270deg, var(--integra-green), white);
  width: 84%;
}

.suppliercolour-bar.st {
  background-image: linear-gradient(270deg, var(--bet), white);
  width: 75%;
}

.suppliercolour-bar.hemo {
  background-image: linear-gradient(270deg, var(--hemo-red), white);
  width: 75%;
}

.suppliercolour-bar.ost {
  background-image: linear-gradient(270deg, var(--osteo-blue), white);
  width: 80%;
}

.suppliercolour-bar.sbg {
  background-image: linear-gradient(270deg, var(--spiegelgreen), white);
  width: 83%;
}

.suppliercolour-bar.asc {
  background-image: linear-gradient(270deg, var(--asc-blue), white);
  width: 85%;
}

.leftlogo-wrap {
  float: left;
  max-width: none;
  margin-top: 2px;
  padding-top: 0;
}

.leftlogo-wrap.int {
  margin-top: 3px;
}

.leftlogo-wrap.st {
  margin-top: 10px;
}

.leftlogo-wrap.hemo {
  margin-top: 0;
}

.leftlogo-wrap.ost {
  margin-top: 3px;
  padding: 12px 0;
}

.leftlogo-wrap.sbg {
  margin-top: 3px;
}

.leftlogo-wrap.asc {
  margin-top: 0;
}

.logoblock {
  max-width: 60%;
}

.boxlogo {
  vertical-align: top;
  max-width: 25%;
  margin-left: 20px;
}

.whyimage-wrapper {
  background-color: #0000;
  justify-content: space-between;
  height: auto;
  min-height: auto;
  margin-bottom: 15px;
  padding: 0;
  display: flex;
}

.minimname {
  background-image: repeating-linear-gradient(to bottom, var(--indigo-rich), var(--minim-green));
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: content-box;
  width: 90%;
  max-width: none;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.minimname.reverse {
  margin-top: 1px;
  margin-left: 0;
  transform: rotate(180deg);
}

.div-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block.a {
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}

.pagewrapper {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.chitosan {
  width: 25%;
  margin-top: 0;
}

.toplogo-block {
  justify-content: space-between;
  padding: 15px 11px 0;
  display: flex;
}

.image-9 {
  width: 35%;
}

.section-10 {
  background-color: var(--gainsboro);
  justify-content: center;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mnm-wrap {
  align-items: center;
  width: 32%;
  display: flex;
}

.punch {
  background-image: linear-gradient(to bottom, var(--honeydew), var(--green) 47%, white);
  max-width: 70%;
}

.textoverlay {
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 59px;
  padding-left: 131px;
  padding-right: 131px;
  display: flex;
}

.posisepx, .posisep {
  width: 35%;
}

.suppliercontainer-logobar {
  max-width: 992px;
  min-height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.allsort-section {
  background-color: #fff;
  margin-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.allsort-section-title {
  float: none;
  color: var(--indigo-rich);
  border: 1px #000;
  align-self: stretch;
  width: 40%;
  max-width: 100%;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  transition: color .2s;
  display: block;
}

.allsort-section-title:hover {
  color: var(--minim-green);
}

.allsortsection-titlebar {
  border-bottom: 1px solid var(--indigo-rich);
  background-color: var(--gainsboro);
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 52px;
  padding-left: 0;
  padding-right: 0;
  transition: color .2s, opacity .3s, border-color .4s;
  display: block;
}

.allsortsection-titlebar:hover {
  border-bottom-color: var(--minim-green);
  color: var(--minim-green);
  font-weight: 500;
}

.allsorts-container {
  border-radius: 0;
  max-width: 992px;
  transition: opacity .3s;
  overflow: hidden;
}

.asgrid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--indigo-rich);
  border-radius: 0 0 4px 4px;
  grid-template-rows: minmax(auto, auto) auto;
  grid-template-columns: minmax(160px, 1fr) 1fr;
  grid-auto-flow: row;
  place-content: start;
  align-items: stretch;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: auto;
  margin-top: 2px;
  margin-bottom: 10px;
  padding: 20px;
  overflow: hidden;
}

.asgrid.ptnr {
  grid-template-rows: minmax(auto, auto) auto auto;
}

.asgrid.help, .asgrid.news {
  grid-template-rows: minmax(auto, auto);
}

.asgrid.cnct {
  padding-bottom: 40px;
}

.asgrid.scrt, .asgrid.crnr {
  grid-template-rows: minmax(auto, auto) auto;
}

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

.image-13 {
  align-self: flex-start;
  max-width: 30%;
  height: 18px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: 6px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.assection-name {
  float: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 9px;
  display: flex;
}

.ascard {
  z-index: 5;
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ascard-image {
  background-color: var(--white);
  object-fit: cover;
  background-image: linear-gradient(#4398c0 50%, #fff);
  border-radius: 4px;
  width: 100%;
  min-width: 160px;
  max-width: 100%;
  height: auto;
  min-height: 140px;
  max-height: 160px;
  margin-top: 10px;
  margin-bottom: 5px;
  transition: transform .3s, box-shadow .2s;
  position: static;
}

.partlogo {
  object-fit: contain;
  max-width: 40%;
  height: auto;
  max-height: none;
}

.partlogo.finch {
  background-color: var(--white);
  max-width: none;
  height: 85px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.partlogo.swift {
  background-color: var(--white);
  width: 35%;
  max-width: none;
  max-height: 100%;
}

.partlogo-block {
  background-color: var(--white);
  border-radius: 4px;
  justify-content: flex-start;
  height: 90px;
  margin-bottom: 10px;
  padding: 2px 2px 2px 20px;
  text-decoration: none;
  display: flex;
}

.textblock-part {
  border-left: 1px solid var(--indigo-rich);
  color: var(--indigo-rich);
  text-align: left;
  width: 75%;
  margin-left: 30px;
  padding: 15px 10px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.textblockq {
  color: #ffd36c;
  width: 90%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.textblocka {
  color: #ebebeb;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.link {
  color: #f0efef;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: var(--pagevisitstate);
}

.asorg-link {
  box-shadow: 0 1px 0 0 var(--pagevisitstate), 0 2px 5px 0 #230e3d;
  background-color: #be9032;
  background-image: linear-gradient(#e6c59e 50%, #fff);
  border-radius: 4px;
  text-decoration: none;
}

.asorg-link:hover {
  box-shadow: 0 3px 4px 0 var(--pagevisitstate);
  background-image: linear-gradient(#ecd6ba 50%, #fff);
}

.asorg-link:active {
  background-image: linear-gradient(#b3997a 50%, #c9c8c8);
  transform: scale(.99);
  box-shadow: inset 0 2px 3px #000000bf, 0 3px 7px #230e3d;
}

.asorg-name {
  color: #380e83;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.policy-section {
  background-color: var(--honeydew);
  height: auto;
  margin-bottom: 2px;
}

.policy-container {
  background-color: var(--indigo-rich);
  max-width: 992px;
  height: 100%;
  min-height: auto;
  max-height: none;
  padding: 20px 40px 30px;
}

.policy-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: space-around;
  align-items: stretch;
  max-width: 1219px;
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.policy-textblock {
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.policyimage-wrapper {
  background-color: #0000;
  justify-content: space-between;
  height: auto;
  min-height: auto;
  padding: 0 40px;
  display: flex;
}

.location-section {
  background-color: var(--honeydew);
  height: auto;
  margin-bottom: 1px;
}

.location-section.uk {
  margin-bottom: 0;
}

.location-container {
  background-color: var(--indigo-rich);
  max-width: 992px;
  height: 100%;
  min-height: auto;
  max-height: none;
  padding: 10px 80px 30px;
}

.location-container.uk {
  background-color: #0000;
  margin-bottom: 0;
  padding: 0;
}

.locationmap-wrapper {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.locationmap-wrapper.uk, .locationmap-wrapper.nby {
  padding-bottom: 30px;
  padding-left: 80px;
  padding-right: 80px;
}

.mapsection-titlebar {
  border-bottom: 1px solid var(--indigo-rich);
  background-color: var(--gainsboro);
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 52px;
  padding-left: 80px;
  padding-right: 0;
  transition: color .2s, opacity .3s, border-color .4s;
  display: block;
}

.mapsection-titlebar:hover {
  border-bottom-color: var(--minim-green);
  color: var(--green);
  background-color: #c1e0de;
  font-weight: 500;
}

.mapsection-name {
  float: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 93%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.map-section-title {
  float: none;
  color: var(--indigo-rich);
  border: 1px #000;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  transition: color .2s;
  display: block;
}

.map-section-title:hover {
  color: var(--minim-green);
}

.uk-map {
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.map-wrapper {
  background-color: var(--indigo-rich);
  margin-top: 2px;
  margin-bottom: 0;
  overflow: hidden;
}

.newburymap {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.address-section {
  background-color: var(--honeydew);
  margin-top: 4px;
}

.address-container {
  background-color: var(--indigo-rich);
  max-width: 992px;
  padding-left: 80px;
  padding-right: 80px;
}

.addresstext {
  color: var(--white);
  text-align: left;
  letter-spacing: .5px;
  width: 40%;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
  text-decoration: none;
}

.address-wrapper {
  padding: 10px 0 20px;
}

.addressq {
  color: var(--pagevisitstate);
  text-align: left;
  letter-spacing: .5px;
  width: 25%;
  max-width: none;
  margin-bottom: 0;
  padding: 0 0 15px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
  text-decoration: none;
}

.map-container {
  background-color: var(--indigo-rich);
  max-width: 992px;
  height: 100%;
  min-height: auto;
  max-height: none;
  padding: 10px 80px 30px;
}

.map-container.uk {
  background-color: #0000;
  margin-bottom: 0;
  padding: 0;
}

.mailwrap {
  border-top: 1px solid var(--indigo-rich);
  border-bottom: 1px none var(--indigo-rich);
  background-color: var(--white);
  max-width: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mailwrap.line {
  border-bottom-style: solid;
}

.bodymail {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}

.mailname {
  padding: 5px 10px 5px 0;
  font-weight: 400;
}

.mailtitle {
  border-bottom: 1px solid var(--indigo-rich);
  color: var(--green);
  padding: 0 10px 10px 0;
}

.company {
  color: var(--indigo-rich);
  padding: 10px 10px 5px 0;
}

.mailsection-comms {
  margin-top: 0;
}

.mailgrid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

.commtype {
  color: var(--green);
  margin-right: 20px;
}

.site:hover {
  color: var(--minim-green);
}

.sitelink, .mailsend {
  color: var(--indigo-rich);
  text-decoration: none;
}

.mail:hover {
  color: var(--minim-green);
}

.link-block-5, .phoneoffice {
  color: var(--indigo-rich);
  text-decoration: none;
}

.phoneoffice:hover {
  color: var(--minim-green);
}

.link-block-6 {
  color: var(--indigo-rich);
  text-decoration: none;
}

.logowrapper {
  max-width: 400px;
  margin-top: 10px;
}

.phonemobile:hover {
  color: var(--minim-green);
}

.privacywrap {
  max-width: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.text-block-2 {
  border-top: 1px solid var(--minim-green);
  padding-top: 10px;
  padding-bottom: 10px;
}

.mailfooter-wrap {
  flex-direction: column;
  width: auto;
  max-width: 400px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.slide14 {
  background-image: url('../images/scissor-630-10.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-onea {
  background-image: url('../images/TA02.jpg');
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  min-height: auto;
}

.slide-1-2 {
  background-image: url('../images/FastFlapBurHolePlate.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.slide-1-3 {
  background-image: url('../images/wormald.png');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.companyname {
  color: #c9ffbf;
  text-align: right;
  letter-spacing: .5px;
  width: 43%;
  max-width: 500px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

.pagemenucontainer {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 992px;
  display: block;
}

.container-8 {
  max-width: 992px;
}

.producttab {
  border-left: 1px solid var(--lavender);
  background-color: var(--indigo-rich);
  color: var(--white);
  width: 20%;
  height: 120px;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 1px;
  margin-left: 0;
  padding: 15px 40px 15px 10px;
  font-size: 18px;
  line-height: 1.3;
}

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

.producttab.w--current {
  background-color: var(--dress);
  color: var(--indigo-rich);
  display: inline-block;
}

.producttab.neuro {
  border-right: 1px solid var(--white);
  background-color: var(--neuro);
  color: var(--minim-purple);
  border-left-style: none;
  border-left-width: 0;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  padding-right: 40px;
  transition: background-color .3s;
  display: block;
}

.producttab.neuro:hover {
  background-color: var(--medium-purple-2);
  text-shadow: 0 1px 2px var(--minim-purple);
}

.producttab.neuro.w--current {
  border-right: 1px none var(--white);
  background-color: var(--neuro);
  border-left-width: 0;
  width: 100%;
  margin-bottom: 1px;
}

.producttab.ent {
  border-right: 0px none var(--white);
  background-color: var(--ent);
  color: var(--minim-purple);
  border-left: 0 #fff0;
  flex-flow: row;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  padding-right: 40px;
  transition: background-color .3s;
  display: block;
}

.producttab.ent:hover {
  background-color: var(--medium-purple-2);
  text-shadow: 0 1px 2px var(--minim-purple);
  display: inline-flex;
}

.producttab.ent.w--current {
  background-color: var(--ent);
  width: 100%;
  margin-bottom: 2px;
}

.producttab.bet {
  border-right: 1px none var(--white);
  background-color: var(--bet);
  color: var(--minim-purple);
  border-left-style: none;
  border-left-width: 0;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 50px;
  transition: background-color .3s;
}

.producttab.bet:hover {
  background-color: var(--medium-purple-2);
  text-shadow: 0 1px 2px var(--minim-purple);
}

.producttab.bet.w--current {
  background-color: var(--bet);
  width: 100%;
  display: block;
}

.producttab.endo {
  border-right: 1px none var(--white);
  background-color: var(--endo);
  color: var(--minim-purple);
  border-left-style: none;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  transition: background-color .3s;
}

.producttab.endo:hover {
  background-color: var(--medium-purple-2);
  text-shadow: 0 1px 2px var(--minim-purple);
}

.producttab.endo.w--current {
  background-color: var(--endo);
  display: block;
}

.producttab.lapo {
  border-right: 1px none var(--white);
  background-color: var(--lapo);
  color: var(--minim-purple);
  border-left-style: none;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  transition: background-color .3s;
}

.producttab.lapo:hover {
  background-color: var(--medium-purple-2);
  text-shadow: 0 1px 2px var(--minim-purple);
}

.producttab.lapo.w--current {
  background-color: var(--lapo);
}

.producttab.mes {
  border-right: 1px none var(--white);
  background-color: var(--mei);
  color: var(--minim-purple);
  border-left-style: none;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  transition: background-color .3s;
}

.producttab.mes:hover {
  background-color: var(--medium-purple-2);
  text-shadow: 0 1px 2px var(--minim-purple);
}

.producttab.mes.w--current {
  background-color: var(--mei);
}

.producttab.retr {
  border-right: 1px none var(--white);
  background-color: var(--tract);
  color: var(--minim-purple);
  border-left-style: none;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  transition: background-color .3s;
}

.producttab.retr:hover {
  background-color: var(--medium-purple-2);
  text-shadow: 0 1px 2px var(--minim-purple);
}

.producttab.retr.w--current {
  background-color: var(--tract);
}

.producttab.dres {
  border-right: 1px none var(--white);
  background-color: var(--dress);
  color: var(--minim-purple);
  border-left-style: none;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  transition: background-color .3s;
}

.producttab.dres:hover {
  background-color: var(--medium-purple-2);
  text-shadow: 0 1px 2px var(--minim-purple);
}

.producttab.dres.w--current {
  background-color: var(--dress);
  transition: background-color .3s;
}

.producttab.illum {
  border-right: 1px none var(--white);
  background-color: var(--illum);
  color: var(--minim-purple);
  border-left-style: none;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  transition: background-color .3s;
}

.producttab.illum:hover {
  background-color: var(--medium-purple-2);
  text-shadow: 0 1px 2px var(--minim-purple);
}

.producttab.illum.w--current {
  background-color: var(--illum);
}

.producttab.consu {
  border-right: 1px none var(--white);
  background-color: var(--consum);
  color: var(--minim-purple);
  border-left-style: none;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  transition: background-color .3s;
}

.producttab.consu:hover {
  background-color: var(--medium-purple-2);
  text-shadow: 0 1px 2px var(--minim-purple);
}

.producttab.consu.w--current {
  background-color: var(--consum);
}

.productmenusection {
  background-color: var(--gold-grey);
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 90px;
}

.tab-pane-tab-1 {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tabs-content {
  width: 100%;
  max-width: 992px;
  margin-top: 2px;
  padding-bottom: 0;
}

.tabtitle {
  max-width: 120px;
  height: auto;
}

.tabtitle.ent {
  max-width: none;
}

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

.tabs-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: auto;
  justify-items: stretch;
  width: 100%;
  max-width: 992px;
  display: block;
}

.tabs-menu-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 992px;
  display: grid;
}

.div-block-7 {
  text-align: left;
  border-top: 1px solid #52218f;
  width: 44%;
  margin-left: 247px;
}

.div-block-7._4 {
  border-top-style: none;
  width: 80%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-2 {
  background-color: #fff;
  margin: 10px 0;
}

.navbar-2._4 {
  border-bottom: 4px solid var(--honeydew);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container {
  text-align: center;
  border-left: 1px #52218f;
  border-right: 1px #52218f;
  flex-flow: row;
  width: 940px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
}

.container._4 {
  border-left-style: solid;
  border-right-style: solid;
  width: 992px;
  max-width: 992px;
  margin-top: 0;
}

.strap {
  color: #52218f;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.strap._3 {
  padding-left: 10px;
}

.nav-link-2 {
  color: #52218f;
  text-align: center;
  padding: 0 10px 0 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1f7e0e;
}

.nav-link-2.w--current {
  color: var(--minim-green);
  text-align: center;
}

.nav-menu-2 {
  margin-top: 40px;
}

.nav-menu-2._4 {
  float: right;
  margin-top: 20px;
}

.brand-2 {
  border-left: 1px #52218f;
  border-right: 1px #52218f;
  padding-left: 25px;
  padding-right: 0;
}

.brand-2._4 {
  text-align: left;
  border-top: 1px #52218f;
  border-bottom: 1px solid #52218f;
  width: 98%;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.section-13 {
  background-color: var(--honeydew);
  height: 4px;
}

.supplogogrid-2 {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  border-right: 1px solid var(--indigo-rich);
  border-left: 1px solid var(--indigo-rich);
  background-color: var(--white);
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
  max-width: 992px;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.image-14 {
  background-color: #fff;
}

.main-heading-2 {
  color: #52218f;
  text-align: left;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto 25px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.main-heading-2._50r {
  border-top: 4px solid var(--honeydew);
  border-bottom: 4px solid var(--honeydew);
  background-color: var(--indigo-rich);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  align-self: auto;
  width: 100%;
  margin: 10px 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.section-text-2 {
  color: #bed1bb;
  background-color: #52218f;
  flex-flow: column;
  align-items: stretch;
  padding-top: 25px;
  padding-bottom: 30px;
  display: block;
}

.main-container-2 {
  text-align: left;
  max-width: 940px;
  min-height: auto;
  margin-top: 0;
  padding: 10px;
}

.main-heading-3 {
  color: #52218f;
  text-align: left;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto 25px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.main-heading-3.light, .main-heading-3.ended {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  align-self: flex-end;
  margin: 0 0 20px;
  padding-right: 0;
  font-size: 22px;
}

.main-paragraph-2 {
  color: #fff;
  text-align: center;
  max-width: 890px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

.main-paragraph-2._2 {
  color: var(--indigo-rich);
  text-align: center;
  max-width: 992px;
  padding-top: 10px;
  padding-bottom: 75px;
}

.footer {
  background-color: var(--indigo-rich);
  margin-top: 2px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.main-container-3 {
  text-align: left;
  max-width: 992px;
  min-height: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.body-6 {
  flex-flow: column;
  display: flex;
}

.contain {
  max-width: 992px;
}

.ftrgrid-btm {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  background-color: var(--indigo-rich);
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  margin-bottom: 1px;
}

.ftrtext {
  border-top: 1px none var(--white);
  color: var(--white);
  text-align: right;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2px;
  padding-right: 6px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}

.ftrtext.a {
  text-align: left;
  font-weight: 200;
}

.ftrtext.b {
  border-left: 1px solid var(--white);
  text-align: left;
  margin-left: 10px;
  padding-left: 10px;
  font-weight: 200;
}

.ftrtext.menu {
  font-size: 16px;
}

.mnmlogo-white {
  max-width: none;
}

.ftrtext-pane {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  display: flex;
}

.ftrtext-pane.right {
  display: block;
}

.ftrlogo-pane {
  border-top: 1px solid var(--white);
  text-align: right;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 5px;
}

.ftrgrid {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ftrcopy-pane {
  border-top: 1px solid var(--white);
  height: auto;
  margin-left: 10px;
  padding-top: 27px;
  padding-right: 0;
}

.ftrlink {
  color: var(--white);
  margin-bottom: 30px;
  padding-left: 10px;
}

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

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

.consum {
  background-color: var(--white);
  border-radius: 4px;
  padding: 15px;
}

.consum.image {
  justify-content: center;
  align-items: center;
  max-height: 200px;
  padding: 0;
}

.consumtable {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-height: 1270px;
  padding: 10px 0 0;
}

.image-15 {
  aspect-ratio: auto;
  object-fit: contain;
}

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

.consumimage {
  max-height: 170px;
}

.mainproduct-section-copy {
  background-color: var(--lavender-pale);
  padding: 0 5px 10px;
  font-size: 15px;
  overflow: visible;
}

.mainproduct-section-copy.ent {
  background-color: var(--ent);
  padding-top: 0;
}

.mainproduct-section-copy.bet {
  background-color: var(--bet-blue);
}

.mainproduct-section-copy.end {
  background-color: var(--endo-pale);
}

.mainproduct-section-copy.ear {
  background-color: var(--pink-snow);
}

.mainproduct-section-copy.hemo {
  background-color: var(--white-buff);
}

.mainproduct-section-copy.light {
  background-color: var(--gainsboro);
}

.mainproduct-section-copy.ret {
  background-color: var(--tract);
}

.mainproduct-section-copy.surg {
  background-color: var(--silver-pale);
}

.mainproduct-section-copy.con {
  background-color: var(--consum);
}

.mainproduct-section-copy.lap {
  background-color: var(--lapo);
}

.mainproduct-section-copy.mei {
  background-color: var(--mei);
}

.mainproduct-section-copy.int {
  background-color: var(--dress);
}

.mainproduct-section-copy.ill {
  background-color: var(--illum);
}

.consumintro {
  background-color: var(--consum);
}

.ftrtabs-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.ftrtab-text {
  background-color: var(--indigo-rich);
  color: var(--white);
  mix-blend-mode: normal;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 100px 10px 4px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

.ftrtab-text:hover {
  box-shadow: 1px 4px 3px -3px var(--honeydew);
  color: var(--pagevisitstate);
  border: 1px #000;
}

.tab-link-tab-1 {
  padding-left: 33px;
  padding-right: 33px;
}

.tab-link-tab-1.w--current {
  background-color: var(--indigo-rich);
  padding-left: 10px;
  padding-right: 10px;
}

.ftrtab {
  background-color: var(--indigo-rich);
  margin-right: 0;
  padding: 0;
}

.ftrtab:hover {
  background-color: var(--white);
  color: var(--pagevisitstate);
  border-radius: 4px;
  font-size: 16px;
}

.ftrtab.w--current {
  border-bottom: 1px solid var(--pagevisitstate);
  background-color: var(--indigo-rich);
  padding-left: 0;
}

.ftr-tabs {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
}

.ftrtabs-content {
  height: 150px;
  margin: 0 10px 10px;
}

.ftrtab-pane {
  height: auto;
}

.ftrtab-pane.contact {
  background-color: var(--minim-purple);
  color: var(--white);
  border-radius: 4px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.ftrtab-pane.address {
  background-color: var(--minim-green);
  border-radius: 4px;
  height: 100%;
}

.ftrtab-pane.social {
  background-color: var(--honeydew);
  border-radius: 4px;
  height: 100%;
}

.ftrtab-pane.privacy {
  background-color: var(--pale-indigo);
  border-radius: 4px;
  height: 100%;
}

.ftr-pane {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  border-radius: 4px;
  flex-flow: row;
  height: 100%;
  padding-top: 20px;
}

.ftr-pane.address {
  border-radius: 4px;
  padding-top: 20px;
}

.ftr-pane.social {
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  color: var(--indigo-rich);
  border-radius: 4px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 34px;
}

.ftr-pane.privacy {
  grid-column-gap: 15px;
  grid-row-gap: 1px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 34px;
}

.ftr-pane.contact {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  background-color: var(--grey-mauve);
  padding-top: 34px;
  padding-bottom: 54px;
}

.ftr-text {
  color: var(--white);
  text-align: left;
  align-self: flex-start;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

.ftr-text.left {
  color: var(--white);
  text-align: left;
  align-self: flex-start;
  margin-left: 10px;
  margin-right: 10px;
}

.ftr-text.left.dark {
  text-align: right;
}

.ftr-text.dark {
  color: var(--minim-purple);
  align-self: flex-start;
  font-weight: 300;
}

.ftr-text.right {
  margin-bottom: 0;
}

.cellleft {
  border-right: 1px solid var(--pagevisitstate);
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.cellleft.dark {
  border-right-color: var(--indigo-rich);
  justify-content: flex-end;
  align-items: flex-start;
}

.cellright {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.linkedlogo, .instalogo {
  margin-right: 14px;
}

.text-block-3 {
  font-size: 16px;
  line-height: 1.4;
}

.section-15 {
  background-color: var(--white);
  min-height: 4px;
}

.leadslide-text {
  background-color: var(--indigo-rich);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  line-height: 1.4;
}

.base-paragraph-link {
  color: var(--indigo-rich);
  text-align: left;
  width: 95%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
}

.base-paragraph-link._10 {
  width: auto;
  max-width: 100%;
  margin-top: 10px;
  font-size: 12px;
}

.base-paragraph-link._90 {
  width: 95%;
}

.base-paragraph-link.con {
  cursor: pointer;
  margin-top: 0;
}

@media screen and (min-width: 1280px) {
  .container-nav {
    max-width: 992px;
  }

  .brand {
    max-width: none;
  }

  .slide-10 {
    background-position: 35% 140%;
  }

  .main-container.supply {
    max-width: 1200px;
  }

  .drawer-cell {
    border-left-color: var(--minim-green);
  }

  .foot-section-drawer {
    background-color: var(--indigo-rich);
  }

  .footer-drawer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--medium-purple-2);
  }

  .pagetitle-section.st {
    overflow: visible;
  }

  .pagetitle-name {
    padding-left: 0;
  }

  .mainpage-container {
    max-width: 1400px;
  }

  .about-container {
    max-width: 992px;
    min-height: auto;
  }

  .normal-paragraph {
    max-width: 95%;
  }

  .normal-paragraph.leftalign {
    max-width: 100%;
  }

  .aboutimage-wrapper {
    background-position: 50%;
    background-size: contain;
  }

  .about-textblock {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-textblock.map {
    flex-direction: column;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .about-textblock.nby {
    overflow: visible;
  }

  .contact-container {
    max-width: 992px;
  }

  .lettr-wrapper {
    background-position: 20%;
    background-size: cover;
    width: 90%;
  }

  .extrapage-container {
    max-width: 992px;
  }

  .supplierlist-container {
    max-width: 1200px;
  }

  .supplylogobox {
    float: left;
    max-width: 65%;
    height: 40px;
    margin-top: 0;
    margin-right: 0;
  }

  .people-container {
    max-width: 1280px;
  }

  .cardwrapperl, .card-left {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    display: block;
  }

  .cardfront.right {
    background-image: url('../images/EK.jpg');
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: block;
  }

  .cardfront.left {
    background-image: url('../images/JA.jpg');
    background-position: 0 100%;
    background-size: auto 95%;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    display: block;
  }

  .cardfront.right-ci {
    background-image: url('../images/CI.jpg');
    background-position: 0%;
    background-size: auto 110%;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: block;
  }

  .cardfront.leftaa {
    background-image: url('../images/ausman.jpg');
    background-position: 0%;
    background-size: auto 130%;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: block;
  }

  .cardfront.rightcs {
    background-image: url('../images/CS.jpg');
    background-size: auto 100%;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: block;
  }

  .cardfront.rightsb {
    background-image: url('../images/SB.jpg');
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: block;
  }

  .infocard-left {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    display: block;
  }

  .productgrid {
    grid-auto-columns: 1fr;
  }

  .card-image {
    width: 100%;
    max-width: 302px;
    height: 170px;
  }

  .product-card {
    background-color: #3f246f1f;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    max-height: none;
  }

  .container-navdk {
    max-width: 992px;
  }

  .left-wrapper {
    background-position: 50%;
    background-size: contain;
  }

  .product-split {
    max-height: 100%;
  }

  .productimage-box {
    width: 480px;
    height: 500px;
    max-height: 100%;
  }

  .producttext-box {
    height: 100%;
  }

  .product-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .mainproduct-section {
    background-color: var(--lavender-pale);
    padding: 0 10px 30px;
  }

  .mainproduct-section.ent {
    padding: 20px 0 10px;
  }

  .mainproduct-section.bet, .mainproduct-section.end, .mainproduct-section.ear, .mainproduct-section.hemo {
    padding-top: 0;
  }

  .productname-bar {
    display: none;
  }

  .product-name {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .base-paragraph {
    width: 100%;
    max-width: 100%;
  }

  .productbutton-bar {
    text-align: left;
    margin-top: 10px;
  }

  .connection-section {
    background-color: #0000;
    padding: 20px 10px 40px;
  }

  .connection-section.ent {
    padding-left: 0;
    padding-right: 0;
  }

  .connection-section.bet {
    padding-top: 20px;
  }

  .connection-section.ear {
    background-color: var(--pink-snow);
    padding-top: 20px;
  }

  .connection-section.hemo {
    padding-top: 20px;
  }

  .standard-container {
    max-width: 992px;
    height: auto;
  }

  .standard-button {
    background-image: linear-gradient(to top, var(--silver), white);
    border-radius: 4px;
  }

  .relation-section {
    background-color: var(--silver);
    padding: 30px 0 50px;
  }

  .relation-card {
    background-color: var(--dark-sea-green);
    height: 220px;
    max-height: none;
  }

  .relatedheader {
    border-bottom-color: var(--indigo-rich);
    color: var(--indigo-rich);
    margin-bottom: 15px;
  }

  .cardrelate-title {
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 0;
    font-size: 16px;
  }

  .cardrelate-image {
    width: 100%;
    max-width: 302px;
    height: 170px;
  }

  .staff-titlebar {
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 496px;
    margin-left: 0;
  }

  .staffname {
    text-align: right;
    margin-left: 0;
    margin-right: 0;
  }

  .stafftitle {
    text-align: left;
    margin-left: 0;
    margin-right: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .staffcard-left {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 496px;
  }

  .staffcontainer {
    background-color: var(--indigo-rich);
    border-radius: 4px;
    justify-content: center;
    display: flex;
  }

  .staffwrapper-left {
    border-radius: 4px;
    width: auto;
    padding-right: 1px;
  }

  .staffwrapper-right {
    border-radius: 4px;
    width: auto;
  }

  .staffcard-right, .cardwrapperr {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
  }

  .card-right, .infocard-right {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .frontbox {
    background-image: url('../images/EK.jpg');
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: block;
  }

  .frontbox.ci {
    background-image: url('../images/CI.jpg');
    background-position: 0%;
    background-size: auto 110%;
    display: block;
  }

  .frontbox.cs {
    background-image: url('../images/CS.jpg');
    background-size: auto 100%;
    display: block;
  }

  .frontbox.sb {
    display: block;
  }

  .cardtext-wrap {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .more-text {
    border-bottom-right-radius: 4px;
  }

  .frontbox-left.ja {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    display: block;
  }

  .enquire-paragraph {
    max-width: 100%;
  }

  .normal-headingdark {
    overflow: visible;
  }

  .standard-buttonwide {
    background-image: linear-gradient(to top, var(--silver), white);
    border-radius: 4px;
  }

  .supplier-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto minmax(250px, 1fr);
  }

  .rightblock {
    object-fit: cover;
    background-image: url('../images/SpeedSurgMulti.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    display: block;
  }

  .rightblock.integra {
    background-position: 50% 0;
  }

  .rightblock.asc {
    background-position: 50% 60%;
  }

  .rightblock.fly {
    background-position: 50% 40%;
  }

  .logowrap {
    width: 100%;
    height: 66px;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .secondary-paragraph {
    max-width: 78%;
  }

  .category-title {
    float: none;
    text-align: right;
    margin-left: 0;
    margin-right: 4px;
  }

  .product-splithztl {
    max-height: 100%;
  }

  .normal-paragraphwide {
    max-width: 100%;
  }

  .supplierproducts-section {
    padding-top: 20px;
  }

  .whyimage-wrapper {
    background-position: 50%;
    background-size: contain;
  }

  .textoverlay {
    padding-left: 117px;
    padding-right: 117px;
  }

  .allsort-section-title {
    text-align: left;
    width: 93%;
    margin-left: 0;
    margin-right: 4px;
  }

  .allsorts-container {
    background-color: #0000;
    max-width: 992px;
  }

  .asgrid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    padding: 20px;
  }

  .asgrid.ptnr, .asgrid.cnct {
    grid-template-columns: 1fr 1fr;
  }

  .ascard {
    background-color: #3f246f1f;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    max-height: none;
  }

  .ascard-image {
    width: 100%;
    max-width: none;
    height: 170px;
  }

  .policy-container {
    max-width: 992px;
    min-height: auto;
  }

  .policyimage-wrapper {
    background-position: 50%;
    background-size: contain;
  }

  .location-section {
    margin-bottom: 1px;
  }

  .location-section.uk, .location-section.nby {
    background-color: var(--honeydew);
  }

  .location-container {
    max-width: 992px;
    min-height: auto;
  }

  .location-container.uk {
    background-color: #0000;
    padding-bottom: 0;
  }

  .mapsection-titlebar {
    padding-left: 80px;
  }

  .mapsection-titlebar:hover {
    color: var(--green);
    background-color: #bddddb;
  }

  .mapsection-name {
    padding-left: 0;
  }

  .map-section-title {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .map-wrapper {
    background-color: var(--indigo-rich);
    margin-top: 2px;
    padding-bottom: 0;
  }

  .map-container {
    max-width: 992px;
    min-height: auto;
  }

  .map-container.uk {
    background-color: #0000;
    padding-bottom: 0;
  }

  .producttab.neuro, .producttab.bet, .producttab.endo, .producttab.lapo, .producttab.mes, .producttab.retr, .producttab.dres, .producttab.illum, .producttab.consu {
    padding-right: 10px;
  }

  .mainproduct-section-copy {
    background-color: var(--lavender-pale);
    padding: 0 10px 30px;
  }

  .mainproduct-section-copy.ent {
    padding: 20px 0 10px;
  }

  .mainproduct-section-copy.bet, .mainproduct-section-copy.end, .mainproduct-section-copy.ear, .mainproduct-section-copy.hemo {
    padding-top: 0;
  }

  .base-paragraph-link {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .container-nav {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-one {
    max-width: 1767px;
  }

  .slide15 {
    background-position: 60% 100%;
    background-size: auto 114%;
  }

  .slide-three {
    background-position: 50%;
  }

  .slide13 {
    background-size: auto 110%;
  }

  .slide12 {
    background-size: 70%;
  }

  .slide-five {
    background-image: url('../images/22SpeedSurgMulti.png');
    background-position: 70% 100%;
    background-size: auto;
  }

  .slide-10b {
    background-position: 70% 90%;
  }

  .slide-10 {
    background-position: 40% 140%;
  }

  .main-container, .slidelabel-container {
    max-width: 1200px;
  }

  .mainpage-container {
    max-width: 1400px;
  }

  .about-grid {
    grid-column-gap: 30px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .about-container {
    max-width: 1200px;
  }

  .aboutimage-wrapper {
    background-image: linear-gradient(#0000, #0000);
    align-items: flex-start;
    height: auto;
    min-height: 100px;
  }

  .normal-button {
    margin-top: auto;
  }

  .contact-container {
    max-width: 1200px;
  }

  .lettr-wrapper {
    background-position: 20%;
    background-size: cover;
  }

  .lefttext, .lefttext.mail {
    text-align: right;
    width: 35%;
    margin-right: 20px;
  }

  ._2set-wrapper, ._2set-wrapper.cono {
    margin-top: 20px;
  }

  .companyno, .writeletters {
    text-align: right;
    width: 35%;
    margin-right: 20px;
  }

  .extrapage-container {
    max-width: 1200px;
  }

  .supplylogobox.osteo {
    max-width: 30%;
  }

  .container-7 {
    max-width: 1200px;
  }

  .people-container {
    max-width: 1400px;
  }

  .product-card {
    margin-bottom: 0;
  }

  .container-navdk {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-linkdk {
    width: 200px;
  }

  .intro-grid {
    grid-column-gap: 30px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
  }

  .left-wrapper {
    background-image: linear-gradient(#0000, #0000);
    align-items: center;
    height: 300px;
    min-height: 0;
  }

  .productimage-box {
    object-fit: contain;
    align-items: center;
    width: 100%;
  }

  .producttext-box {
    height: 100%;
    max-height: 100%;
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
  }

  .product-image {
    object-fit: contain;
    object-position: 50% 50%;
    height: 100%;
    max-height: 100%;
  }

  .mainproduct-section.ent {
    padding-top: 20px;
  }

  .base-paragraph {
    width: 95%;
    font-size: 16px;
  }

  .standard-container {
    max-width: 1200px;
  }

  .relation-card {
    background-color: var(--dark-sea-green);
    margin-bottom: 0;
  }

  .cardrelate-title {
    color: #fff;
    font-size: 17px;
  }

  .cardrelate-image {
    width: 100%;
    max-width: 100%;
  }

  .cardtext-wrap {
    display: flex;
  }

  .leftwrapper {
    flex-direction: column;
    justify-content: space-between;
    min-height: auto;
    display: flex;
  }

  .enquire-paragraph {
    width: 70%;
    font-size: 16px;
  }

  .categorytitlebar {
    max-width: 1200px;
  }

  .supplierproducts-section {
    max-width: 1719px;
  }

  .leftlogo-wrap.ost {
    max-width: 170px;
  }

  .logoblock {
    max-width: 55%;
  }

  .boxlogo {
    max-width: 20%;
    height: 140px;
  }

  .whyimage-wrapper {
    background-image: linear-gradient(to bottom, null, null);
    height: auto;
    min-height: 0;
  }

  .minimname {
    width: 90%;
    max-width: none;
  }

  .minimname.reverse {
    margin-top: 1px;
  }

  .div-block {
    flex-direction: column;
    align-items: flex-end;
    height: 25%;
    display: flex;
  }

  .div-block.a {
    align-items: flex-start;
  }

  .mnm-wrap {
    align-self: center;
  }

  .textoverlay {
    padding-left: 159px;
    padding-right: 159px;
  }

  .posisepx, .posisep {
    width: 30%;
  }

  .allsorts-container {
    max-width: 1200px;
  }

  .asgrid {
    grid-column-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    justify-items: stretch;
    width: auto;
  }

  .ascard {
    margin-bottom: 0;
  }

  .policy-container {
    max-width: 1200px;
  }

  .policy-grid {
    grid-column-gap: 30px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .policyimage-wrapper {
    background-image: linear-gradient(#0000, #0000);
    align-items: flex-start;
    height: auto;
    min-height: 100px;
  }

  .location-container, .address-container, .map-container {
    max-width: 1200px;
  }

  .slide-onea {
    max-width: 1767px;
  }

  .slide-1-2 {
    background-image: url('../images/FastFlapBurHolePlate_1.png');
    background-position: 30% 45%;
    background-repeat: no-repeat;
    background-size: 80%;
  }

  .slide-1-3 {
    background-image: url('../images/wormald.png');
    background-position: 20%;
    background-repeat: no-repeat;
    background-size: 75%;
  }

  .companyname {
    text-align: right;
    width: 35%;
    margin-right: 20px;
  }

  .producttab.bet, .producttab.endo, .producttab.lapo {
    margin-bottom: 2px;
  }

  .main-container-2 {
    max-width: 940px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .main-container-3 {
    max-width: 940px;
  }

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

  .mainproduct-section-copy.ent {
    padding-top: 20px;
  }

  .ftrtab-text {
    margin-bottom: 0;
  }

  .ftrtab {
    cursor: pointer;
  }

  .ftrtabs-content {
    max-height: 150px;
    margin-top: 0;
  }

  .ftrtab-pane.contact {
    height: 150px;
    padding-top: 0;
  }

  .ftrtab-pane.address {
    background-color: var(--minim-green);
    height: 150px;
    padding-top: 0;
    padding-bottom: 25px;
  }

  .ftrtab-pane.social {
    background-color: var(--honeydew);
    height: 150px;
    padding-top: 0;
    padding-bottom: 25px;
  }

  .ftrtab-pane.privacy {
    background-color: var(--pale-indigo);
    height: 150px;
    padding-top: 0;
    padding-bottom: 25px;
  }

  .ftr-pane {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-end;
    padding-top: 20px;
  }

  .ftr-pane.address {
    justify-content: flex-start;
    align-items: flex-start;
    height: 150px;
    padding-top: 20px;
  }

  .ftr-pane.social, .ftr-pane.privacy {
    grid-row-gap: 20px;
    height: 100%;
    padding-top: 20px;
  }

  .ftr-text.left {
    flex: 0 auto;
    align-self: flex-end;
  }

  .ftr-text.left.dark {
    align-self: flex-end;
  }

  .ftr-text.dark {
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    padding-bottom: 0;
    font-weight: 200;
  }

  .cellleft {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cellleft.dark {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .cellright {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
  }

  .base-paragraph-link {
    width: 95%;
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .section-slider {
    height: auto;
  }

  .slider {
    height: 58vh;
  }

  .slide-21b {
    background-position: 50% 100%;
    background-size: auto 120%;
  }

  .slide-one {
    background-position: 50%;
    max-width: none;
    height: 100%;
    max-height: 100vh;
  }

  .slide15 {
    background-position: 60% 100%;
    background-size: auto 112%;
    height: 100vh;
    max-height: 100%;
  }

  .slide-three {
    background-position: 50% 90%;
    background-size: auto 100%;
  }

  .slide20 {
    background-position: 50% 100%;
    background-size: auto;
  }

  .slide-4 {
    background-position: 65% 80%;
    background-size: auto 120%;
  }

  .slide13 {
    background-position: 50%;
    background-size: auto 120%;
  }

  .slide-seven {
    background-position: 50%;
    background-size: auto 116%;
  }

  .slide-six {
    background-position: 50% 100%;
    background-size: 55%;
  }

  .slide-nine, .slide12 {
    background-position: 50% 100%;
    background-size: auto;
  }

  .slide-five {
    background-position: 60% 100%;
    background-size: auto 120%;
  }

  .slide22 {
    background-position: 30% 0;
    background-size: auto 120%;
    max-height: 698.313vh;
  }

  .slide-13 {
    background-position: 40% 75%;
    background-size: auto 100%;
  }

  .slide-444 {
    background-position: 50% 100%;
    background-size: auto;
  }

  .slide-two {
    background-position: 25% 85%;
    background-size: auto 116%;
  }

  .slide-88 {
    background-position: 50% 100%;
    background-size: auto 120%;
  }

  .slide16 {
    background-size: auto 100%;
  }

  .slide23 {
    background-size: auto 190%;
  }

  .slide-10b {
    background-position: 60% 70%;
    background-size: auto;
  }

  .slide-11 {
    background-position: 50% 100%;
    background-size: auto 100%;
  }

  .slide-10 {
    background-position: 30% 140%;
    background-size: auto 110%;
  }

  .slide-four {
    background-position: 30% 100%;
    background-size: auto 110%;
  }

  .slide17 {
    background-size: auto 115%;
  }

  .section-text {
    justify-content: center;
  }

  .main-container {
    max-width: 1400px;
  }

  .slidelabel-container {
    text-align: left;
    max-width: 1400px;
    height: 100%;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .slidelabel-container.low {
    height: 100%;
  }

  .main-heading {
    margin-bottom: 40px;
    font-size: 34px;
  }

  .main-heading._50r {
    margin-bottom: 10px;
  }

  .logosupply.firefly {
    width: 14%;
    min-width: 150px;
  }

  .logosupply.asc2 {
    margin-top: 0;
  }

  .main-paragraph {
    max-width: 1200px;
  }

  .titlelogo-wrapper.left {
    align-items: flex-start;
  }

  .titlelogo-wrapper.btm-right {
    padding-left: 0;
    padding-right: 0;
  }

  .mainpage-container {
    max-width: 1400px;
  }

  .heading {
    height: 100%;
  }

  .about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    align-content: space-around;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 30px;
  }

  .about-container {
    max-width: 1200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .normal-paragraph.leftalign {
    font-size: 18px;
  }

  .aboutimage-wrapper {
    height: auto;
  }

  .normal-button {
    margin-top: auto;
  }

  .contact-container {
    max-width: 1400px;
  }

  .contact-grid {
    min-height: 800px;
  }

  .lettr-wrapper {
    background-position: 20%;
    background-size: cover;
  }

  .extrapage-container {
    max-width: 1400px;
  }

  .heading-extras {
    height: 100px;
  }

  .container-7, .people-container {
    max-width: 1400px;
  }

  .people-grid {
    min-height: 800px;
  }

  .card-image {
    background-color: var(--white);
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
    min-width: 160px;
    height: 170px;
    display: inline-block;
  }

  .product-card {
    object-fit: fill;
    background-color: #0000;
    width: auto;
    max-width: none;
    height: 225px;
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .product-card.n {
    height: auto;
    margin-bottom: 0;
  }

  .product-card.ent {
    border-bottom-color: var(--pagevisitstate);
    height: auto;
  }

  .product-card.bet, .product-card.end, .product-card.lap, .product-card.mes, .product-card.dres, .product-card.ret, .product-card.lum, .product-card.con {
    height: auto;
  }

  .product-title {
    color: var(--indigo-rich);
    border-bottom-color: #378629;
  }

  .container-navdk {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-linkdk {
    width: 233.33px;
  }

  .pagetitle-sectiondk {
    width: auto;
    max-width: none;
    height: 66px;
  }

  .intro-grid {
    height: 350px;
    min-height: auto;
    padding: 20px 0;
  }

  .left-wrapper {
    background-image: linear-gradient(#0000, #0000);
    align-items: stretch;
    height: auto;
    max-height: none;
  }

  .right-wrapper {
    justify-content: flex-start;
    height: 100%;
    margin-top: auto;
  }

  .slide19 {
    background-size: auto 115%;
  }

  .product-image {
    height: 100%;
  }

  .mainproduct-section.ent {
    padding-top: 20px;
  }

  .product-name {
    color: var(--indigo-rich);
    border-bottom-color: #378629;
  }

  .base-paragraph {
    width: 95%;
  }

  .standard-container {
    max-width: 1400px;
  }

  .relation-card {
    object-fit: fill;
    background-color: #0000;
    width: auto;
    max-width: none;
    height: 225px;
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .cardrelate-title {
    color: #fcfcfc;
    text-shadow: none;
    margin-bottom: 121px;
    font-size: 17px;
  }

  .cardrelate-image {
    background-color: var(--white);
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
    min-width: 160px;
    height: 170px;
    display: inline-block;
  }

  .staffname, .stafftitle {
    color: var(--indigo-rich);
    border-bottom-color: #378629;
  }

  .leftwrapper {
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0;
    display: flex;
  }

  .pagetitle-section-copy {
    width: auto;
    max-width: none;
    height: 66px;
  }

  .secondaryheading {
    margin-bottom: 40px;
    font-size: 34px;
  }

  .secondary-paragraph {
    max-width: 78%;
  }

  .categorytitlebar {
    color: var(--indigo-rich);
    max-width: 1400px;
  }

  .category-title {
    color: var(--minim-green);
    border-bottom-color: #378629;
  }

  .herosection {
    height: 600px;
  }

  .suppliercolour-bar.hemo {
    width: 82%;
  }

  .suppliercolour-bar.ost {
    width: 85%;
  }

  .suppliercolour-bar.sbg, .suppliercolour-bar.asc {
    width: 88%;
  }

  .whyimage-wrapper {
    background-image: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .minimname {
    margin-left: 0;
  }

  .div-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    height: 150px;
    display: flex;
  }

  .div-block.a {
    align-items: flex-start;
    width: 45%;
  }

  .textoverlay {
    padding-left: 213px;
    padding-right: 213px;
  }

  .posisepx, .posisep {
    width: 35%;
  }

  .suppliercontainer-logobar {
    max-width: 1400px;
  }

  .allsort-section {
    margin-left: auto;
    margin-right: auto;
  }

  .allsort-section-title {
    color: var(--indigo-rich);
    border-bottom-color: #378629;
  }

  .allsorts-container {
    max-width: 1400px;
  }

  .asgrid {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }

  .asgrid.help {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .ascard {
    object-fit: fill;
    background-color: #0000;
    width: auto;
    max-width: none;
    height: auto;
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .ascard-image {
    background-color: var(--white);
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
    min-width: 160px;
    height: 170px;
    display: inline-block;
  }

  .policy-container {
    max-width: 1400px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .policy-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    align-content: space-around;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 30px;
  }

  .policyimage-wrapper {
    height: auto;
  }

  .location-container {
    max-width: 1200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .map-section-title {
    color: var(--indigo-rich);
    border-bottom-color: #378629;
  }

  .map-container {
    max-width: 1200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide-onea {
    background-position: 40%;
    max-width: none;
    height: 100%;
    max-height: 100vh;
  }

  .slide-1-2 {
    background-position: 40% 45%;
    background-size: 90%;
  }

  .slide-1-3 {
    background-position: 50% 70%;
  }

  .main-heading-2 {
    margin-bottom: 40px;
    font-size: 34px;
  }

  .main-heading-2._50r {
    margin-bottom: 10px;
  }

  .section-text-2 {
    justify-content: center;
  }

  .main-container-2 {
    max-width: 1400px;
  }

  .main-heading-3 {
    margin-bottom: 40px;
    font-size: 34px;
  }

  .main-paragraph-2 {
    max-width: 1200px;
  }

  .main-container-3 {
    max-width: 1400px;
  }

  .mainproduct-section-copy.ent {
    padding-top: 20px;
  }

  .base-paragraph-link {
    width: 95%;
  }
}

@media screen and (max-width: 991px) {
  .twitt {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: -1px;
  }

  .linkin {
    margin: 12px 12px 12px 5px;
  }

  .footer-text.privacy {
    float: right;
    text-align: right;
    float: right;
    clear: right;
    text-align: right;
    float: right;
    clear: right;
    text-align: right;
    margin-right: 0;
    display: block;
  }

  .footer-text.arr {
    float: left;
    clear: left;
    text-align: left;
    margin-left: 0;
    display: block;
  }

  .socialbox {
    order: 0;
  }

  .social-wrapper {
    justify-content: space-between;
    width: 164px;
  }

  .footergrid {
    grid-column-gap: 1px;
    grid-row-gap: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .foot-drawer {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-bottom: 126px;
    display: grid;
  }

  .footcell {
    width: 100%;
  }

  .footcell.email {
    width: auto;
  }

  .container-nav {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link {
    width: 125px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 17px;
    text-decoration: none;
  }

  .section-slider {
    height: 500px;
  }

  .slider {
    height: 100%;
    min-height: auto;
  }

  .slide-21b {
    background-position: 50% 0;
  }

  .slide-one {
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .slide15 {
    background-position: 80%;
    background-size: contain;
  }

  .slide-4 {
    background-position: 90% 100%;
  }

  .slide-six {
    background-position: 35% 75%;
    background-size: 75%;
  }

  .slide-nine {
    background-size: auto 100%;
  }

  .slide12 {
    background-position: 80% 100%;
    background-size: auto 120%;
  }

  .slide-five {
    background-position: 50% 100%;
    background-size: cover;
  }

  .slide22 {
    background-position: 0%;
  }

  .slide-444 {
    background-position: 50% 100%;
  }

  .mask {
    height: 100%;
  }

  .slide-two {
    background-position: 0 65%;
  }

  .slide16 {
    background-position: 30%;
  }

  .slide23 {
    background-position: 50% 100%;
    background-size: auto 140%;
  }

  .slide-10b {
    background-position: 130% 90%;
  }

  .slide-11 {
    background-position: 50%;
    background-size: cover;
  }

  .slide-10 {
    background-position: 50% 0;
    background-size: auto 90%;
  }

  .slide-four {
    background-position: 0%;
  }

  .slide17 {
    background-position: 100% 100%;
  }

  .main-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slidelabel-container {
    min-height: auto;
    max-height: none;
    padding: 30px 12px;
  }

  .slidelabel-container.low {
    align-items: center;
    height: 100%;
  }

  .main-heading {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .main-heading.light {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .main-heading._50l {
    text-align: left;
    width: 100%;
  }

  .logosupply {
    margin-left: 0;
  }

  .logosupply.integra {
    margin: 0;
  }

  .logosupply.st {
    margin-left: 0;
    margin-right: 0;
  }

  .logosupply.asc {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logosupply.hemo {
    margin-left: 0;
    margin-right: 0;
  }

  .logosupply.firefly {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logosupply.stvary {
    margin-top: 403px;
    margin-left: 500px;
  }

  .logosupply.osteo {
    margin-left: 0;
    margin-right: 0;
  }

  .logosupply.stvary2 {
    margin-top: 0;
  }

  .logosupply.spieg {
    margin-top: 0;
    margin-left: 0;
  }

  .logosupply.asc3 {
    align-self: flex-end;
  }

  .logosupply.hemo2 {
    text-align: right;
    align-self: flex-end;
    margin-left: 0;
    margin-right: 0;
  }

  .main-paragraph {
    margin-bottom: 20px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 15px;
  }

  .drawer-cell {
    width: 100%;
    height: 70px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .drawer-cell.email {
    width: auto;
  }

  .foot-section-drawer {
    margin-top: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .social-box {
    order: 0;
  }

  .footer-drawer {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: var(--medium-purple-2);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: auto;
    height: auto;
    padding-left: 2px;
    padding-right: 2px;
  }

  .foot-section {
    height: 200px;
    min-height: 400px;
  }

  .foot-grid {
    grid-column-gap: 1px;
    grid-row-gap: 0px;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .titlelogo-wrapper.right {
    align-items: flex-end;
  }

  .pagetitle-section {
    background-color: var(--indigo-rich);
    padding-left: 0;
    padding-right: 0;
  }

  .pagetitle-section.spbg {
    background-image: linear-gradient(to bottom, var(--spiegelblue) 1%, var(--spiegelgreen));
  }

  .pagetitle-name {
    width: 80%;
  }

  .pagetitle-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mainpage-container {
    padding: 15px;
  }

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

  .productlist-section {
    background-color: var(--indigo-rich);
    border-bottom-style: none;
    margin: 0;
  }

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

  .about-section {
    margin-top: 0;
  }

  .about-grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    height: auto;
    display: grid;
  }

  .about-container {
    height: 100%;
    padding: 20px;
  }

  .normal-paragraph {
    float: left;
    clear: right;
    max-width: 90%;
    height: auto;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    display: inline-block;
  }

  .normal-paragraph.leftalign {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 14px;
  }

  .normal-heading {
    border-bottom-style: solid;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .aboutimage-wrapper {
    border-bottom: 1px none var(--white);
    background-image: none;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .normal-button {
    float: left;
    clear: left;
    text-align: center;
    width: 60%;
    margin-top: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .normal-button.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-textblock {
    height: auto;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .about-textblock.map, .about-textblock.nby {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-bottom: 11px;
    display: grid;
  }

  .lettr-wrapper {
    background-position: 0%;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
  }

  .lefttext {
    float: left;
    clear: right;
    text-align: left;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 16px;
    display: inline-block;
  }

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

  .righttext {
    float: left;
    clear: right;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
  }

  .righttext.email {
    padding-right: 0;
  }

  ._2set-wrapper {
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
  }

  ._2set-wrapper.cono {
    margin-top: 10px;
  }

  .companyno {
    float: left;
    clear: right;
    text-align: left;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 16px;
    display: inline-block;
  }

  .contactminim-content-mob {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    margin-bottom: 0;
    padding: 10px 0;
    display: grid;
  }

  .writeletters {
    float: left;
    clear: right;
    text-align: left;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 16px;
    display: inline-block;
  }

  .extralisting-section {
    background-color: var(--honeydew);
    border-bottom-style: none;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .extrapage-container {
    padding: 15px 0;
  }

  .extras-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
  }

  .reveal-sign {
    width: 50%;
    margin-top: 130px;
  }

  .supplierlist-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .supplierlist-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .supplylogobox.st, .people-section {
    margin-top: 0;
  }

  .people-grid {
    grid-column-gap: 2px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .cardwrapperl {
    padding-left: 0;
  }

  .cardfront.right {
    width: auto;
    display: block;
  }

  .cardwrapper-right {
    padding-left: 0;
  }

  .heading-name-title, .paragraph-portrait {
    width: 100%;
  }

  .productgrid {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-content: stretch;
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .card-title {
    width: auto;
    margin-top: 0;
    padding-bottom: 19px;
  }

  .producttitlebar {
    padding-left: 0;
    padding-right: 0;
  }

  .card-image {
    object-fit: cover;
    flex: 1;
    align-self: auto;
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .product-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-section.endo {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-section.ent, .product-section.bet {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    min-height: auto;
    display: flex;
  }

  .product-container {
    margin-top: 2px;
  }

  .product-title {
    width: 100%;
  }

  .navbardark {
    height: 60px;
  }

  .container-navdk {
    max-width: 100%;
    height: 56px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-linkdk {
    width: 125px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 17px;
    text-decoration: none;
  }

  .pagetitle-sectiondk {
    background-color: var(--indigo-rich);
    height: 64px;
  }

  .aboutintro-section {
    height: auto;
    margin-top: 0;
    margin-bottom: 2px;
  }

  .intro-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-items: center;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: grid;
  }

  .left-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-image: none;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: grid;
  }

  .right-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide19 {
    background-position: 100% 100%;
  }

  .product-split {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: "Area"
    / 1fr;
    height: auto;
    min-height: auto;
  }

  .productimage-box {
    align-items: flex-end;
    min-width: 100%;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .producttext-box {
    font-size: 14px;
  }

  .product-image {
    object-fit: contain;
    object-position: 50% 50%;
    border-radius: 0;
    width: auto;
    height: 100%;
  }

  .mainproduct-section {
    padding: 0 15px 20px;
  }

  .productname-bar {
    padding-left: 4px;
    padding-right: 4px;
  }

  .product-name {
    width: auto;
  }

  .base-paragraph {
    float: left;
    clear: right;
    width: auto;
    max-width: 95%;
    height: auto;
    min-height: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    display: inline-block;
  }

  .base-paragraph._10 {
    width: auto;
  }

  .productbutton-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .connection-section, .connection-section.ent {
    padding-left: 15px;
    padding-right: 15px;
  }

  .standard-container {
    padding-left: 0;
    padding-right: 0;
  }

  .standard-button {
    padding: 15px 0;
    font-size: 16px;
  }

  .connectiongrid {
    grid-column-gap: 10px;
  }

  .relation-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .relation-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    max-width: none;
    display: flex;
  }

  .relatedheader {
    padding-bottom: 10px;
  }

  .cardrelate-title {
    width: auto;
    margin-top: 0;
    padding-bottom: 0;
  }

  .cardrelate-image {
    object-fit: contain;
    flex: 1;
    align-self: auto;
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .staff-titlebar {
    background-color: var(--white);
    justify-content: flex-start;
    width: auto;
    padding-left: 4px;
    padding-right: 4px;
  }

  .staffname {
    text-align: left;
    width: auto;
  }

  .stafftitle {
    width: 100%;
  }

  .staffcard-left {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .staffcontainer {
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .staff-section {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .staffwrapper-left {
    width: 80%;
    margin: 10px auto;
    padding-right: 0;
  }

  .staffwrapper-right {
    width: 80%;
    max-width: 80%;
    margin: 10px auto;
    position: relative;
  }

  .staffcard-right {
    width: auto;
    min-width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .cardwrapperr {
    width: auto;
    max-width: none;
    padding-left: 0;
  }

  .card-right {
    width: auto;
  }

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

  .frontbox {
    width: auto;
    height: 312px;
    display: block;
  }

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

  .cardtext-wrap {
    height: 100%;
    display: flex;
  }

  .more-text-2 {
    width: 20%;
    height: auto;
  }

  .frontbox-left {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url('../images/jamesA.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 110%;
    height: 312px;
    position: absolute;
    inset: 0%;
  }

  .leftwrapper {
    background-color: var(--indigo-rich);
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .enquire-paragraph {
    float: left;
    clear: right;
    width: auto;
    max-width: 95%;
    height: auto;
    min-height: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    display: inline-block;
  }

  .references {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pagetitle-section-copy {
    background-color: var(--indigo-rich);
  }

  .normal-headingdark {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .normal-headingdark.line {
    font-size: 22px;
  }

  .standard-buttonwide {
    padding: 15px 0;
    font-size: 16px;
  }

  .secondaryheading {
    margin-bottom: 30px;
  }

  .secondaryheading.dark {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 24px;
  }

  .secondary-paragraph {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .categorytitlebar {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
  }

  .category-title {
    float: none;
    text-align: right;
    width: auto;
    padding-top: 10px;
  }

  .product-splithztl {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: "Area"
    / 1fr;
    height: auto;
    min-height: auto;
  }

  .herosection {
    background-position: 50%;
    background-size: cover;
  }

  .normal-paragraphwide {
    float: left;
    clear: right;
    max-width: 95%;
    height: auto;
    min-height: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    display: inline-block;
  }

  .supplierproducts-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .supplierkeytext {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .supplierlogo-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .suppliercolour-bar {
    width: 75%;
  }

  .suppliercolour-bar.int {
    width: 78%;
  }

  .suppliercolour-bar.st, .suppliercolour-bar.hemo {
    width: 66%;
  }

  .suppliercolour-bar.ost {
    width: 72%;
  }

  .suppliercolour-bar.sbg {
    width: 77%;
  }

  .suppliercolour-bar.asc {
    width: 78%;
  }

  .leftlogo-wrap.int {
    margin-top: 4px;
  }

  .leftlogo-wrap.st {
    margin-top: 10px;
  }

  .leftlogo-wrap.hemo {
    margin-top: 0;
  }

  .leftlogo-wrap.ost, .leftlogo-wrap.sbg, .leftlogo-wrap.asc {
    margin-top: 4px;
  }

  .logoblock {
    max-width: 70%;
  }

  .boxlogo {
    float: right;
    max-width: 30%;
  }

  .whyimage-wrapper {
    background-image: none;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .minimname {
    width: 95%;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .minimname.reverse {
    width: 95%;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    flex-direction: column;
    align-items: flex-end;
    width: auto;
    height: auto;
    display: flex;
  }

  .div-block.a {
    align-items: baseline;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .chitosan {
    width: 15%;
  }

  .image-9 {
    width: 25%;
  }

  .mnm-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .punch {
    align-self: flex-start;
  }

  .textoverlay {
    padding-left: 30px;
    padding-right: 30px;
  }

  .posisepx, .posisep {
    width: 40%;
  }

  .suppliercontainer-logobar {
    padding-left: 0;
    padding-right: 0;
  }

  .allsort-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .allsort-section-title {
    width: auto;
  }

  .allsortsection-titlebar {
    padding-left: 0;
    padding-right: 0;
  }

  .allsorts-container {
    margin-top: 2px;
  }

  .asgrid {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    grid-template-rows: minmax(auto, 1fr) auto auto;
    grid-template-columns: 1fr 1fr;
    place-content: stretch;
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .ascard {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .ascard-image {
    object-fit: cover;
    flex: 1;
    align-self: auto;
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .partlogo-block {
    justify-content: flex-start;
    padding-left: 5px;
  }

  .textblock-part {
    width: 75%;
    margin-left: 10px;
    padding-left: 10px;
  }

  .textblockq {
    width: 100%;
  }

  .asorg-name {
    padding-left: 10px;
  }

  .policy-section {
    margin-top: 0;
  }

  .policy-container {
    height: 100%;
    padding: 15px 25px 25px;
  }

  .policy-grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    height: auto;
    display: grid;
  }

  .policy-textblock {
    height: auto;
    min-height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .policyimage-wrapper {
    background-image: none;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .location-section {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .location-container {
    height: 100%;
    padding: 0 40px 30px;
  }

  .location-container.uk, .locationmap-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .locationmap-wrapper.uk {
    width: 100%;
  }

  .mapsection-titlebar {
    padding-left: 0;
    padding-right: 0;
  }

  .mapsection-name {
    width: 90%;
    padding-left: 40px;
  }

  .map-section-title {
    width: auto;
    font-size: 18px;
  }

  .uk-map {
    padding-left: 40px;
    padding-right: 40px;
  }

  .newburymap {
    padding-left: 41px;
    padding-right: 41px;
  }

  .address-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .addresstext {
    float: left;
    clear: right;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    text-decoration: none;
    display: block;
  }

  .address-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .addressq {
    float: left;
    clear: right;
    width: 25%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    text-decoration: none;
    display: block;
  }

  .map-container {
    height: 100%;
    padding: 0 40px 10px;
  }

  .map-container.uk {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-onea {
    background-position: 0 100%;
    background-size: 75%;
    height: 100%;
  }

  .slide-1-2 {
    background-size: 100%;
  }

  .slide-1-3 {
    background-size: 90%;
  }

  .companyname {
    float: left;
    clear: right;
    text-align: left;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 16px;
    display: inline-block;
  }

  .pagemenucontainer {
    max-width: 992px;
  }

  .supplogogrid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .main-heading-2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .main-container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-heading-3 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .main-heading-3.light, .main-heading-3.ended {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .main-paragraph-2 {
    margin-bottom: 20px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 15px;
  }

  .main-paragraph-2._2 {
    color: var(--honeydew);
    max-width: none;
  }

  .main-container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contain {
    background-color: var(--minim-purple);
    text-align: center;
    max-width: 992px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mainproduct-section-copy {
    padding: 0 15px 20px;
  }

  .base-paragraph-link {
    float: left;
    clear: right;
    width: auto;
    max-width: 95%;
    height: auto;
    min-height: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    display: inline-block;
  }

  .base-paragraph-link._10 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .mnmlogo-low {
    width: 130px;
    min-width: 130px;
  }

  .twitt {
    margin-top: 5px;
  }

  .linkin {
    margin-top: 8px;
  }

  .mnmlogo-high, .footerlogo {
    width: 130px;
    min-width: 130px;
  }

  .instag {
    margin-top: 4px;
  }

  .footerlinktitle.g {
    padding-top: 4px;
    font-size: 15px;
  }

  .socialbox {
    height: 50px;
  }

  .social-wrapper {
    width: 160px;
    height: 58px;
  }

  .foot-drawer {
    z-index: 999;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: minmax(60px, 1fr) auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 413px;
    display: grid;
  }

  .footcell {
    background-color: var(--honeydew);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: auto;
    height: 60px;
    padding-top: 2px;
  }

  .container-nav {
    max-width: 100%;
    top: 0;
  }

  .nav-link {
    width: 220px;
    margin-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand {
    width: auto;
    padding-left: 0;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .gplogo {
    width: 320px;
    min-width: 200px;
    height: 50px;
    padding-bottom: 0;
  }

  .section-slider {
    height: 400px;
  }

  .slide-nav {
    line-height: 12px;
  }

  .slider {
    height: 100%;
    min-height: 300px;
  }

  .slide-21b {
    background-position: 50%;
  }

  .slide-one, .slide-three, .slide20 {
    background-position: 50%;
    background-size: contain;
  }

  .slide-4 {
    background-position: 100%;
  }

  .slide13 {
    background-position: 100%;
    background-size: auto 110%;
  }

  .slide-seven {
    background-position: 20%;
    background-size: auto 100%;
  }

  .slide-six {
    background-position: 20% 90%;
  }

  .slide-nine {
    background-position: 50%;
    background-size: contain;
  }

  .slide12 {
    background-position: 80% 120%;
    background-size: auto 110%;
  }

  .slide-five {
    background-size: contain;
  }

  .slide22 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .slide-13 {
    background-position: 0 100%;
    background-size: auto 90%;
  }

  .slide-444 {
    background-size: cover;
  }

  .slide-two {
    background-position: 0%;
    background-size: 90%;
  }

  .slide-88 {
    background-position: 50% 100%;
  }

  .slide16 {
    background-position: 20% 100%;
    background-size: contain;
  }

  .slide23 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .slide-10b {
    background-position: 50%;
    background-size: cover;
  }

  .slide-11 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .slide-10 {
    background-position: 50% 0;
    background-size: auto 90%;
  }

  .slide-four {
    background-position: 0 0;
    background-size: cover;
  }

  .slide17 {
    background-position: 100%;
  }

  .main-container {
    padding: 20px 10px;
  }

  .slidelabel-container {
    justify-content: flex-start;
    align-items: center;
    padding: 20px 10px;
  }

  .slidelabel-container.low {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 21px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-heading {
    text-align: left;
    margin: 0 auto 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .main-heading.low {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .main-heading.light {
    margin: 0;
    padding: 12px 0;
    font-size: 20px;
    line-height: 30px;
  }

  .main-heading.ost {
    font-size: 24px;
  }

  .main-heading._50l {
    width: 100%;
    font-size: 24px;
  }

  .main-heading._50r {
    margin-bottom: 0;
  }

  .logosupply {
    align-self: flex-end;
    margin-top: 20px;
    margin-right: 20px;
  }

  .logosupply.integra {
    align-self: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
  }

  .logosupply.st {
    align-self: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logosupply.asc {
    margin-top: 25px;
    margin-right: 0;
  }

  .logosupply.hemo {
    align-self: auto;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .logosupply.firefly {
    align-self: flex-start;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logosupply.stvary {
    align-self: flex-end;
    margin-top: 338px;
    margin-left: 0;
    margin-right: 15px;
  }

  .logosupply.osteo {
    margin-right: 20px;
  }

  .logosupply.stvary2 {
    margin-top: 19px;
  }

  .logosupply.spieg {
    margin-top: 0;
    margin-right: 0;
  }

  .logosupply.asc2 {
    margin-top: 9px;
    margin-bottom: 0;
  }

  .logosupply.asc3 {
    margin-top: 50px;
  }

  .logosupply.firefly2 {
    float: right;
    margin-top: 0;
    margin-right: 0;
  }

  .logosupply.integra3 {
    margin-top: 0;
  }

  .main-paragraph {
    max-width: 700px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .drawer-cell {
    -webkit-text-fill-color: inherit;
    background-color: #bed1bb;
    background-clip: border-box;
    width: auto;
    height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .foot-linktext {
    padding-top: 0;
    font-size: 15px;
    top: 5px;
  }

  .social-box {
    height: 50px;
  }

  .footer-drawer {
    z-index: 995;
    grid-template-rows: 1fr auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .foot-section {
    z-index: 996;
    position: relative;
  }

  .foot-grid {
    width: auto;
  }

  .titlelogo-wrapper.right {
    align-items: flex-end;
  }

  .titlelogo-wrapper.btm-right {
    justify-content: flex-end;
    align-self: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pagetitle-section {
    padding-left: 0;
    padding-right: 0;
  }

  .pagetitle-name {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .pagetitle-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .productlist-section {
    margin-top: 114px;
  }

  .about-grid {
    grid-row-gap: 2px;
    align-items: start;
  }

  .about-container {
    padding: 15px 20px 25px;
  }

  .normal-paragraph {
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .normal-paragraph.leftalign {
    max-width: 100%;
    margin-top: 0;
  }

  .normal-paragraph.end {
    margin-bottom: 50px;
  }

  .normal-heading {
    border-bottom-style: solid;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .aboutimage-wrapper {
    border-bottom: 1px none var(--white);
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding: 0;
  }

  .normal-button {
    float: right;
    min-width: 100%;
    margin-top: auto;
    font-size: 16px;
  }

  .about-textblock {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .about-textblock.map {
    padding: 0 20px;
  }

  .about-textblock.nby {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-grid {
    grid-row-gap: 2px;
    align-items: start;
  }

  .lettr-wrapper {
    background-image: url('../images/letter0181.jpg');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    height: auto;
    min-height: 250px;
    padding: 10px;
  }

  .lefttext {
    margin-bottom: 15px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .righttext {
    margin-bottom: 15px;
    font-size: 14px;
  }

  ._2set-wrapper {
    padding-bottom: 0;
  }

  .companyno {
    margin-bottom: 15px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .contactminim-content-mob {
    grid-template-rows: auto auto auto auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .writeletters {
    margin-bottom: 15px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .extras-grid {
    padding: 0;
  }

  .heading-extras {
    height: 60px;
    font-size: 16px;
  }

  .minimlogo {
    padding-right: 110px;
  }

  .supplylogobox {
    margin-left: 20px;
  }

  .supplylogobox.intg {
    float: right;
    margin-left: 0;
  }

  .supplylogobox.hemo {
    float: right;
  }

  .supplylogobox.st {
    float: left;
    height: 36px;
    margin-top: 0;
    margin-left: 0;
  }

  .supplylogobox.hemo {
    float: left;
    height: 40px;
    margin-top: 7px;
    margin-left: 0;
  }

  .supplylogobox.sbg, .supplylogobox.asc {
    float: left;
    margin-left: 0;
  }

  .supplylogobox.integra {
    float: right;
    margin-left: 0;
  }

  .supplylogobox.hemostasis {
    float: right;
  }

  .people-grid {
    grid-row-gap: 10px;
    align-items: start;
  }

  .cardfront._20 {
    display: block;
  }

  .productgrid {
    grid-column-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin: 5px 0;
  }

  .card-title {
    width: auto;
    height: auto;
    min-height: auto;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .producttitlebar {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .card-image {
    object-fit: cover;
    flex: 1;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 140px;
    max-height: 160px;
  }

  .product-section.endo, .product-section.ent, .product-section.bet, .product-section.si, .product-section.posi, .product-section.light, .product-section.retract {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-card {
    width: auto;
    max-width: none;
    height: auto;
    min-height: 220px;
    padding-bottom: 0;
  }

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

  .container-navdk {
    max-width: 100%;
  }

  .nav-linkdk {
    width: 200px;
    margin-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pagetitle-sectiondk {
    padding-left: 8px;
    padding-right: 8px;
  }

  .gplogodk {
    width: 320px;
    min-width: 200px;
    height: 50px;
  }

  .intro-grid {
    grid-row-gap: 2px;
    align-items: start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .left-wrapper {
    background-color: #c3abe069;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    height: auto;
    min-height: 180px;
    padding: 0;
  }

  .right-wrapper {
    height: 100%;
    min-height: 180px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 0;
    display: flex;
  }

  .slide19 {
    background-position: 100%;
    background-size: auto 100%;
  }

  .product-split {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .productimage-box {
    justify-content: center;
    align-items: flex-end;
    width: 420px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .productimage-box.hztl {
    height: 200px;
  }

  .producttext-box {
    align-items: stretch;
    width: auto;
    max-width: none;
    padding: 20px 20px 30px;
  }

  .product-image {
    object-fit: contain;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .mainproduct-section {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .producttext-heading {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .productname-bar {
    height: auto;
  }

  .product-name {
    text-align: left;
    font-size: 20px;
  }

  .base-paragraph {
    width: 90%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .productbutton-bar {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .connection-section {
    padding: 20px 15px 30px;
  }

  .connection-section.ent {
    padding-left: 15px;
    padding-right: 15px;
  }

  .standard-container {
    padding-left: 0;
    padding-right: 0;
  }

  .standard-button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .connectiongrid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .relation-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .relationgrid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .relation-card {
    width: auto;
    max-width: none;
    height: 200px;
    min-height: 30%;
    padding-bottom: 0;
  }

  .relatedheader {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .cardrelate-title {
    width: auto;
    height: auto;
    min-height: auto;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .cardrelate-image {
    object-fit: contain;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    height: 70%;
    min-height: 70%;
    max-height: none;
  }

  .staff-titlebar {
    height: auto;
  }

  .staffname {
    text-align: left;
    padding-right: 50px;
  }

  .stafftitle {
    text-align: left;
  }

  .staffcard-left {
    height: auto;
  }

  .staffcontainer {
    flex-direction: column;
  }

  .staff-section {
    margin-left: auto;
    margin-right: auto;
  }

  .staffwrapper-left {
    width: 96%;
  }

  .staffwrapper-right {
    width: 96%;
    max-width: none;
  }

  .staffcard-right {
    height: auto;
  }

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

  .enquire-paragraph {
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .references {
    padding-left: 10px;
    padding-right: 10px;
  }

  .normal-headingdark {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .normal-headingdark.line {
    font-size: 20px;
  }

  .suppliercard {
    height: auto;
  }

  .standard-buttonwide {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .leftblock {
    padding-left: 30px;
    padding-right: 30px;
  }

  .supplier-grid {
    border-radius: 4px;
    grid-template-rows: auto minmax(150px, 200px) auto minmax(400px, 1fr);
    grid-template-columns: 1fr;
  }

  .rightblock {
    border-bottom-right-radius: 4px;
    height: 100%;
  }

  .rightblock.spbg {
    background-image: url('../images/bolted-EVD-Catheter.jpg');
    background-position: 10%;
  }

  .logowrap, .logowrap.intg {
    border-top-right-radius: 4px;
    padding-right: 4px;
  }

  .logowrap.ost {
    border-top-right-radius: 4px;
  }

  .secondaryheading {
    text-align: left;
    margin: 0 auto 40px;
    font-size: 28px;
    line-height: 36px;
  }

  .secondaryheading.dark {
    margin: 0;
    padding: 12px 0;
    font-size: 20px;
    line-height: 30px;
  }

  .secondary-paragraph {
    max-width: 98%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .categorytitlebar {
    text-align: right;
  }

  .category-title {
    float: none;
    text-align: right;
    height: 40px;
    margin-bottom: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .product-splithztl {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .normal-paragraphwide {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .grid-3products {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-3product {
    flex-direction: row;
  }

  ._3cardheading {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 35px;
  }

  .supplierkeytext {
    padding-bottom: 21px;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._3card-image {
    float: none;
    object-fit: contain;
    object-position: 100% 50%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .suppliercolour-bar {
    width: 65%;
  }

  .suppliercolour-bar.int {
    width: 64%;
  }

  .suppliercolour-bar.st {
    width: 52%;
  }

  .suppliercolour-bar.hemo {
    width: 60%;
  }

  .suppliercolour-bar.ost {
    width: 55%;
  }

  .suppliercolour-bar.sbg {
    width: 62%;
  }

  .suppliercolour-bar.asc {
    width: 68%;
  }

  .leftlogo-wrap.int, .leftlogo-wrap.ost, .leftlogo-wrap.sbg {
    margin-top: 2px;
  }

  .leftlogo-wrap.asc {
    margin-top: 0;
  }

  .logoblock {
    max-width: 80%;
  }

  .boxlogo {
    max-width: 30%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .whyimage-wrapper {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: auto;
    min-height: 100px;
    margin-bottom: 0;
    padding: 0;
  }

  .minimname, .minimname.reverse {
    width: 100%;
  }

  .div-block {
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
  }

  .div-block.a {
    justify-content: space-around;
    align-items: flex-start;
    width: 25%;
  }

  .punch {
    align-self: flex-start;
    max-width: 80%;
  }

  .textoverlay {
    padding-left: 17px;
    padding-right: 17px;
  }

  .posisepx, .posisep {
    width: 45%;
  }

  .suppliercontainer-logobar {
    padding: 0;
  }

  .allsort-section-title {
    text-align: left;
  }

  .allsortsection-titlebar {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .asgrid {
    grid-column-gap: 25px;
    grid-template-columns: repeat(auto-fit, 100%);
    margin: 2px 0 25px;
  }

  .asgrid.ptnr {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: minmax(150px, 1fr);
    margin-top: 2px;
  }

  .asgrid.help {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .asgrid.news {
    margin-top: 2px;
  }

  .asgrid.cnct {
    grid-template-rows: minmax(auto, 1fr) auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .asgrid.scrt, .asgrid.attc {
    margin-top: 2px;
  }

  .ascard {
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
  }

  .ascard-image {
    object-fit: cover;
    flex: 1;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 140px;
    max-height: 160px;
  }

  .partlogo {
    margin-left: 20px;
  }

  .partlogo.swift {
    width: 25%;
  }

  .partlogo-block {
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .textblock-part {
    width: 50%;
  }

  .textblockq {
    margin-bottom: 5px;
  }

  .textblocka {
    width: 100%;
  }

  .policy-container {
    padding: 15px 20px 25px;
  }

  .policy-grid {
    grid-row-gap: 2px;
    align-items: start;
  }

  .policy-textblock {
    min-height: 350px;
    padding-right: 0;
  }

  .policyimage-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding: 0;
  }

  .location-container {
    padding: 0 20px 25px;
  }

  .locationmap-wrapper {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .locationmap-wrapper.uk {
    margin-bottom: 0;
    padding: 10px 60px 30px;
  }

  .locationmap-wrapper.nby {
    padding: 10px 60px 30px;
  }

  .mapsection-titlebar {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .mapsection-name {
    width: 80%;
    padding-left: 20px;
  }

  .map-section-title {
    text-align: left;
  }

  .uk-map {
    padding-left: 0;
    padding-right: 0;
  }

  .newburymap {
    border-radius: 4px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .address-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .addresstext, .addressq {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .map-container {
    padding: 0 20px 25px;
  }

  .mailname, .mailtitle, .company, .commtype, .site, .mail, .phoneoffice {
    font-size: 16px;
  }

  .logowrapper {
    margin-top: 0;
  }

  .address, .phonemobile {
    font-size: 16px;
  }

  .text-block-2 {
    font-size: 10px;
  }

  .slide-onea {
    background-position: 50%;
    background-size: cover;
  }

  .companyname {
    margin-bottom: 15px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .container._4 {
    width: auto;
  }

  .main-heading-2 {
    text-align: left;
    margin: 0 auto 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .main-heading-2._50r {
    margin-bottom: 0;
  }

  .main-container-2 {
    padding: 20px 10px;
  }

  .main-heading-3 {
    text-align: left;
    margin: 0 auto 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .main-heading-3.light, .main-heading-3.ended {
    margin: 0;
    padding: 12px 0;
    font-size: 20px;
    line-height: 30px;
  }

  .main-paragraph-2 {
    max-width: 700px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .main-container-3 {
    padding: 20px 10px;
  }

  .mainproduct-section-copy {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .base-paragraph-link {
    width: 90%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .mnmlogo-low {
    width: 120px;
    min-width: 120px;
    top: -14px;
  }

  .twitt {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 0;
  }

  .linkin {
    margin-top: 6px;
    margin-bottom: 0;
    margin-left: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 0;
  }

  .mnmlogo-high {
    width: 120px;
    min-width: 120px;
    margin-bottom: 0;
    padding-bottom: 0;
    top: 2px;
  }

  .footerlogo {
    width: 120px;
    min-width: 120px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .instag {
    margin-top: 1px;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .footerlinktitle.g {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .footer-text.mhl {
    text-align: right;
    padding-left: 0;
    padding-right: 5px;
    font-size: 9px;
  }

  .footer-text.privacy {
    text-align: left;
    padding-left: 5px;
    font-size: 9px;
  }

  .footer-text.arr {
    text-align: right;
    padding-right: 5px;
    font-size: 9px;
  }

  .socialbox {
    align-self: center;
    width: 40px;
    height: 50px;
  }

  .social-wrapper {
    justify-content: space-between;
    width: 136px;
    height: 44px;
    margin-left: 0;
  }

  .privacytext {
    text-align: left;
    padding-left: 5px;
    font-size: 9px;
  }

  .copyrighttext {
    text-align: right;
    padding-right: 5px;
    font-size: 9px;
  }

  .footergrid {
    overflow: hidden;
  }

  .foot-drawer-section {
    z-index: 997;
    position: fixed;
  }

  .foot-drawer {
    z-index: 998;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: minmax(150px, 1fr) 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 381px;
    display: grid;
    position: relative;
  }

  .footcell {
    width: auto;
    height: 60px;
    padding-top: 3px;
  }

  .container-nav {
    width: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: sticky;
    top: 0;
  }

  .nav-link {
    width: 250px;
  }

  .navmenu-button-right {
    width: 40px;
  }

  .nav-menu-button-left {
    width: 40px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-menu-button-left.w--open {
    width: 40px;
  }

  .brand {
    align-items: center;
    min-width: 200px;
    height: 45px;
    margin-top: 7px;
    padding: 3px 0;
  }

  .brand.w--current {
    min-width: 68%;
    height: auto;
    padding-left: 0;
  }

  .gplogo {
    width: 240px;
    min-width: 200px;
    max-width: none;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-slider {
    z-index: 995;
    height: 450px;
    position: relative;
  }

  .slider {
    z-index: 996;
    height: 100%;
    min-height: 200px;
  }

  .slide-21b {
    background-position: 50%;
  }

  .slide-one {
    background-image: url('../images/tubavent.jpg');
    background-position: 85%;
    background-repeat: no-repeat;
    background-size: auto 80%;
    width: auto;
    min-width: 320px;
  }

  .slide-three {
    background-position: 0%;
    background-size: auto 80%;
  }

  .slide20 {
    background-position: 50%;
  }

  .slide-4 {
    background-position: 0%;
    background-size: auto 100%;
  }

  .slide13 {
    background-position: 0 0;
    background-size: auto 80%;
  }

  .slide-seven {
    background-position: 39%;
    background-size: auto 70%;
  }

  .slide-six {
    background-position: 50%;
    background-size: 100%;
  }

  .slide-nine {
    background-position: 50% 40%;
    background-size: contain;
  }

  .slide12 {
    background-position: 50% 0;
    background-size: auto 90%;
  }

  .slide-five {
    background-position: 16%;
    background-size: cover;
  }

  .slide22 {
    background-position: 50% 0;
    background-size: auto 80%;
  }

  .slide-13 {
    background-position: 0%;
    background-size: auto 80%;
  }

  .slide-444 {
    background-size: cover;
  }

  .barleft._1l, .barleft2._2l, .barleft3._3l, .barleft4._4l, .barleft5._5l {
    display: block;
  }

  .slide-two {
    background-position: 70% 100%;
    background-size: auto 100%;
  }

  .slide-88 {
    background-position: 50% 100%;
    background-size: contain;
  }

  .slide16 {
    background-position: 0%;
    background-size: contain;
  }

  .slide23 {
    background-position: 50% 100%;
    background-size: auto 120%;
  }

  .slide-10b {
    background-position: 0%;
    background-size: auto 70%;
  }

  .slide-11 {
    background-position: 15%;
    background-size: auto 70%;
  }

  .slide-10 {
    background-position: 20% 20%;
    background-size: auto 80%;
  }

  .slide-four {
    background-position: 50% 0;
    background-size: 570px;
  }

  .slide17 {
    background-position: 90%;
    background-size: auto 90%;
  }

  .main-container {
    padding: 10px;
  }

  .main-container.supply {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slidelabel-container {
    align-items: center;
    min-height: auto;
    padding: 10px;
  }

  .slidelabel-container.low {
    padding: 25px 15px 80px;
  }

  .main-heading {
    text-align: left;
    width: 85%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .main-heading.light {
    margin: 10px 20px;
    padding: 1px 0;
    font-size: 18px;
    line-height: 20px;
  }

  .main-heading.ost {
    font-size: 22px;
  }

  .main-heading._50l {
    width: 90%;
  }

  .logosupply {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logosupply.integra {
    width: 10%;
    min-width: 100px;
    margin-top: 0;
    margin-right: 0;
  }

  .logosupply.st {
    width: 10%;
    min-width: 120px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .logosupply.asc {
    text-align: center;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .logosupply.hemo {
    align-self: flex-start;
    margin-top: 1px;
  }

  .logosupply.firefly {
    width: 10%;
    min-width: 100px;
    margin-top: 26px;
  }

  .logosupply.osteo {
    float: left;
    margin-top: 10px;
    margin-right: 0;
  }

  .logosupply.spieg {
    float: left;
    margin-top: 31px;
    margin-right: 0;
  }

  .logosupply.asc2 {
    margin-top: 3px;
  }

  .logosupply.asc3, .logosupply.asc4 {
    margin-top: 30px;
  }

  .logosupply.firefly2 {
    float: right;
    width: 14%;
    min-width: 120px;
    margin-top: 0;
  }

  .logosupply.integra3 {
    float: left;
    width: 12%;
    min-width: 100px;
  }

  .main-paragraph {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .drawer-cell {
    width: auto;
    height: 45px;
    padding-top: 0;
  }

  .foot-linktext {
    font-size: 14px;
    top: 2px;
  }

  .social-box {
    align-self: center;
    width: 40px;
    height: 44px;
  }

  .footer-drawer {
    z-index: 995;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: minmax(150px, 1fr) 1fr;
    grid-auto-columns: 1fr;
    position: relative;
  }

  .copyright-text {
    text-align: right;
    padding-right: 5px;
    font-size: 9px;
  }

  .foot-section {
    z-index: 996;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .privacy-text {
    text-align: left;
    padding-left: 5px;
    font-size: 9px;
  }

  .foot-grid {
    width: auto;
  }

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

  .titlelogo-wrapper.btm-right {
    text-align: center;
    flex: 0 auto;
    align-self: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    display: flex;
  }

  .pagetitle-section {
    padding-left: 0;
    padding-right: 0;
  }

  .pagetitle-name {
    width: 100%;
    font-size: 18px;
  }

  .pagetitle-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .products-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 5px;
  }

  .heading {
    padding: 10px 12px;
    font-size: 18px;
  }

  .productlist-section {
    margin-top: 101px;
  }

  .about-grid {
    grid-row-gap: 2px;
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    min-height: 300px;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-container {
    padding: 10px 20px 20px;
    display: flex;
  }

  .normal-paragraph {
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .normal-paragraph.leftalign {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .normal-heading {
    color: var(--white);
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2px;
    font-size: 16px;
  }

  .normal-heading.dark {
    color: var(--indigo-rich);
  }

  .aboutimage-wrapper {
    object-fit: cover;
    background-image: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 290px;
    height: auto;
    min-height: auto;
    max-height: 100%;
    margin-top: 0;
    padding: 10px 0;
    overflow: visible;
  }

  .normal-button {
    float: left;
    min-width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    font-size: 14px;
  }

  .contact-section {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .about-textblock {
    min-height: auto;
    padding-right: 0;
  }

  .about-textblock.map, .about-textblock.nby {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-container {
    min-height: 100%;
    max-height: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-grid {
    grid-row-gap: 2px;
    grid-template-rows: 250px auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    height: 100%;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lettr-wrapper {
    background-size: cover;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 300px;
    padding: 10px;
  }

  .lefttext {
    width: 50%;
    min-width: 50%;
    min-height: auto;
    max-height: none;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .lefttext.mail {
    width: 100%;
  }

  .righttext {
    width: 100%;
    min-width: 50%;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
  }

  .righttext.email {
    min-width: 100%;
  }

  .maillink {
    width: 100%;
    min-width: 100px;
  }

  ._2set-wrapper {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    text-decoration: none;
  }

  ._2set-wrapper.cono {
    margin-top: 0;
    text-decoration: none;
  }

  .companyno {
    width: 50%;
    min-width: 50%;
    min-height: auto;
    max-height: none;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .contactminim-content-mob {
    grid-column-gap: 2px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    max-height: none;
    padding-bottom: 0;
  }

  .writeletters {
    width: 100%;
    min-width: 50%;
    min-height: auto;
    max-height: none;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .extras-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }

  .heading-extras {
    padding-left: 12px;
    padding-right: 12px;
  }

  .reveal-sign {
    width: 60%;
    margin-top: 100px;
  }

  .minimlogo {
    padding-right: 69px;
  }

  .supplylogobox.intg {
    height: 45px;
    margin-left: 0;
  }

  .supplylogobox.st {
    height: 25px;
    margin-left: 0;
  }

  .supplylogobox.hemo {
    height: 30px;
    margin-top: 0;
    margin-left: 0;
  }

  .supplylogobox.sbg {
    height: 40px;
    margin-left: 0;
  }

  .supplylogobox.asc, .supplylogobox.integra {
    height: 45px;
    margin-left: 0;
  }

  .supplylogobox.spig {
    height: 35px;
  }

  .supplylogobox.hemostasis {
    height: 40px;
  }

  .supplylogobox.amsurg {
    height: 50px;
  }

  .supplylogobox.osteo {
    height: 40px;
  }

  .supplylogobox.spiegel {
    height: 50px;
  }

  .supplylogobox.firefly {
    height: 40px;
  }

  .body-4 {
    text-decoration: none;
  }

  .people-section {
    width: 100vw;
    height: auto;
    min-height: auto;
  }

  .people-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 992vw;
    height: auto;
    min-height: auto;
    padding-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .people-grid {
    grid-row-gap: 2px;
    grid-template-rows: repeat(auto-fit, minmax(23vh, 1fr)) 23vh 23vh 23vh 23vh 23vh 23vh 23vh;
    grid-template-columns: repeat(auto-fit, minmax(100vw, 1fr));
    grid-auto-flow: column;
    justify-content: stretch;
    place-items: stretch center;
    width: auto;
    height: 100%;
    min-height: auto;
    max-height: none;
    padding: 10px;
  }

  .cardwrapperl {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 312px;
    min-height: 312px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cardback {
    width: auto;
    min-width: 0;
    max-width: none;
    height: 273px;
    min-height: 0;
    max-height: none;
    display: block;
  }

  .cardback._17 {
    max-width: none;
    display: block;
  }

  .cardback._7 {
    display: block;
  }

  .card-left {
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 312px;
    min-height: 312px;
    max-height: none;
  }

  .cardfront._20 {
    background-color: #0000;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 273px;
    min-height: 0;
    max-height: 318.75px;
    display: block;
    inset: 0%;
  }

  .cardfront.ek {
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    display: block;
  }

  .cardfront._8 {
    display: block;
  }

  .cardfront.right {
    background-image: url('../images/EK.jpg');
    background-position: 0 25%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: scroll;
    min-height: 312px;
    display: block;
  }

  .cardfront.rightsb {
    background-size: auto 100%;
  }

  .cardfront.cc, .cardfront.js {
    background-position: 0 100%;
    background-size: auto 95%;
  }

  .frontimage {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 273px;
    min-height: 0;
  }

  .cardwrapper-right {
    width: 95vw;
    min-width: 0;
    max-width: none;
    height: 273px;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .personimage {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 16px 27px;
  }

  .heading-name-title {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .paragraph-portrait {
    font-size: 12px;
  }

  .paragraph-portrait.ek {
    width: 100%;
    padding-right: 15px;
    font-size: 12px;
    line-height: 17px;
  }

  .paragraph-portrait.ja {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }

  .infoline {
    width: 90%;
    min-width: 50px;
    margin-bottom: 10px;
  }

  .infoslideleft {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 273px;
    min-height: 0;
    inset: 0%;
  }

  .infoslideleft._15, .infoslideleft._11, .infoslideleft._7 {
    height: 100%;
  }

  .infoslideright._17 {
    background-color: var(--lavender);
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 273px;
    min-height: 273px;
  }

  .right-card {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 273px;
    min-height: 0;
  }

  .infocard-left {
    width: auto;
    min-width: 0;
    max-width: none;
    height: 312px;
    min-height: 312px;
    inset: 0%;
  }

  .rightinfocard {
    background-color: var(--lavender);
    min-width: 0;
    max-width: none;
    height: 273px;
    min-height: 273px;
  }

  .productgrid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    margin: 10px 0;
    padding: 12px 10px;
  }

  .card-title {
    width: auto;
    margin-top: 2px;
    padding-bottom: 5px;
    font-size: 15px;
  }

  .producttitlebar {
    height: auto;
    min-height: 48px;
    padding-left: 0;
  }

  .card-image {
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    height: 100px;
    min-height: 100px;
    margin-bottom: 5px;
  }

  .product-section, .product-section.endo, .product-section.ent, .product-section.bet, .product-section.si, .product-section.posi, .product-section.light, .product-section.retract {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-card {
    object-fit: contain;
    justify-content: space-between;
    height: auto;
    min-height: 150px;
  }

  .product-title {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 20px;
  }

  .navbardark {
    overflow: visible;
  }

  .container-navdk {
    max-width: 100%;
    display: block;
    overflow: visible;
  }

  .nav-menudk {
    width: auto;
  }

  .nav-linkdk {
    border-right-width: 1px;
    border-right-color: #bdbdbdd4;
    width: 250px;
  }

  .gplogodk {
    width: 240px;
    min-width: 200px;
    max-width: none;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .barleftw1._1l, .barleftw2._2l, .barleftw3._3l, .barleftw4._4l, .barleftw5._5l {
    display: block;
  }

  .intro-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: .75fr auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: 320px;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .left-wrapper {
    background-image: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    min-width: 290px;
    height: 118px;
    min-height: auto;
    max-height: 100%;
    padding: 0 4px;
    overflow: visible;
  }

  .right-wrapper {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navmenu-button-rightdk {
    width: 40px;
  }

  .nav-menu-button-leftdk {
    width: 40px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-menu-button-leftdk.w--open {
    width: 40px;
  }

  .slide19 {
    background-position: 100%;
    background-size: auto 70%;
  }

  .product-split {
    grid-column-gap: 6px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: auto;
  }

  .productimage-box {
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-width: auto;
    height: 300px;
  }

  .producttext-box {
    width: auto;
    max-height: none;
    padding: 10px 5px 20px;
    font-size: 12px;
  }

  .product-image {
    object-fit: cover;
    object-position: 0% 50%;
    width: auto;
    max-width: 100%;
    height: 85%;
  }

  .mainproduct-section {
    padding: 0 10px;
  }

  .producttext-heading {
    width: 80%;
    margin-bottom: 0;
    font-size: 16px;
  }

  .productname-bar {
    height: auto;
    min-height: 48px;
  }

  .product-name {
    width: auto;
    min-width: 80%;
    max-width: 100%;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
  }

  .base-paragraph {
    width: auto;
    min-width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .productbutton-bar {
    min-width: auto;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .connection-section {
    padding: 20px 10px;
  }

  .standard-container {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .standard-button {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .relation-section {
    padding: 20px 10px;
  }

  .relationgrid {
    grid-row-gap: 4px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-content: stretch;
    place-items: stretch stretch;
  }

  .relation-card {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    height: 200px;
    min-height: auto;
    margin-bottom: 2px;
  }

  .relatedheader {
    margin-bottom: 10px;
  }

  .cardrelate-title {
    width: 90%;
    margin-top: 2px;
    padding-bottom: 5px;
    font-size: 15px;
  }

  .cardrelate-image {
    object-fit: contain;
    flex: 0 auto;
    align-self: center;
    width: 100%;
    min-width: 100%;
    height: 87%;
    min-height: 60%;
    margin-bottom: 5px;
  }

  .staff-titlebar {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 40px;
    padding-right: 0;
  }

  .staffname {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 7px;
    margin-right: 9px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .stafftitle {
    height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .staffwrapper-left {
    padding-left: 0;
    padding-right: 0;
  }

  .staffcard-right {
    height: auto;
    min-height: 0;
    margin-top: 2px;
  }

  .cardwrapperr {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 312px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .card-right {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 312px;
    max-height: none;
  }

  .infocard-right {
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 312px;
    inset: 0%;
  }

  .frontbox {
    background-image: url('../images/emma-2.jpg');
    background-repeat: no-repeat;
    background-size: auto 120%;
    min-height: 312px;
    display: block;
  }

  .frontbox.ci {
    display: block;
  }

  .frontbox.cs {
    background-position: 0%;
    display: block;
  }

  .frontbox.sb {
    background-position: 0 25%;
    display: block;
  }

  .arrow-block {
    height: 40px;
  }

  .cardtext-wrap {
    justify-content: flex-start;
  }

  .more-text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 14px;
  }

  .more-text-2 {
    padding-left: 0;
    padding-right: 10px;
  }

  .more-text2 {
    padding-right: 0;
    font-size: 14px;
  }

  .arrow-indicator {
    margin-right: 0;
  }

  .leftwrapper {
    align-items: stretch;
  }

  .enquire-paragraph {
    width: auto;
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .normal-headingdark {
    color: var(--indigo-rich);
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2px;
    font-size: 16px;
  }

  .normal-headingdark.line {
    font-size: 18px;
  }

  .standard-buttonwide {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .leftblock {
    padding: 10px;
  }

  .supplier-grid {
    grid-template-rows: auto minmax(150px, 200px) auto minmax(300px, 1fr);
  }

  .logowrap {
    padding-top: 22px;
    padding-right: 4px;
  }

  .logowrap.intg {
    padding-top: 13px;
  }

  .logowrap.hemo {
    padding-top: 18px;
  }

  .logowrap.asc {
    padding-top: 9px;
  }

  .logowrap.ost {
    padding-top: 15px;
  }

  .logowrap.spbg {
    background-image: linear-gradient(to right, var(--spiegelgreen), white 61%);
    padding-top: 12px;
  }

  .logowrap.fly {
    padding-top: 19px;
  }

  .div-line {
    margin-top: 0;
  }

  .secondaryheading {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .secondaryheading.dark {
    margin: 10px 20px 20px;
    padding: 1px 0;
    font-size: 18px;
    line-height: 20px;
  }

  .secondary-paragraph {
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .category-title {
    margin-bottom: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 20px;
  }

  .product-splithztl {
    grid-column-gap: 6px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .herosection {
    height: 250px;
  }

  .normal-paragraphwide {
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .grid-3products {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-3product {
    flex-direction: column;
    justify-content: space-between;
    height: 394px;
    max-height: none;
  }

  ._3cardheading {
    text-align: center;
    align-self: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 18px;
  }

  ._3card-image {
    position: static;
  }

  .suppliercolour-bar {
    width: 45%;
  }

  .suppliercolour-bar.int {
    width: 55%;
  }

  .suppliercolour-bar.st {
    width: 46%;
  }

  .suppliercolour-bar.hemo {
    width: 52%;
  }

  .suppliercolour-bar.ost {
    width: 45%;
  }

  .suppliercolour-bar.sbg {
    width: 57%;
  }

  .suppliercolour-bar.asc {
    width: 60%;
  }

  .leftlogo-wrap.int {
    margin-top: 8px;
  }

  .leftlogo-wrap.st {
    margin-top: 17px;
  }

  .leftlogo-wrap.hemo {
    margin-top: 15px;
  }

  .leftlogo-wrap.ost {
    margin-top: 8px;
  }

  .leftlogo-wrap.sbg {
    margin-top: 10px;
  }

  .leftlogo-wrap.asc {
    margin-top: 8px;
  }

  .logoblock {
    float: right;
    max-width: 60%;
  }

  .boxlogo {
    float: right;
    align-self: center;
    width: 45%;
    max-width: 75%;
  }

  .whyimage-wrapper {
    object-fit: cover;
    background-image: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    min-width: 290px;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 15px 0;
    overflow: visible;
  }

  .minimname {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .minimname.reverse {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    min-height: 50%;
    display: flex;
  }

  .div-block.a {
    width: 35%;
    min-height: auto;
  }

  .toplogo-block {
    padding-top: 0;
  }

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

  .mnm-wrap {
    width: 40%;
  }

  .punch {
    align-self: flex-start;
    width: 100%;
  }

  .textoverlay {
    padding-bottom: 34px;
  }

  .posisepx, .posisep {
    width: 50%;
  }

  .suppliercontainer-logobar {
    padding: 0;
  }

  .allsort-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .allsort-section-title {
    width: 100px;
    min-width: 170px;
    max-width: none;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 20px;
  }

  .allsortsection-titlebar {
    height: auto;
    min-height: 48px;
    padding-left: 0;
  }

  .asgrid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(auto-fit, 100%);
    margin: 2px 0 20px;
    padding: 12px 10px;
  }

  .asgrid.help {
    margin-top: 2px;
  }

  .asgrid.news {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .asgrid.cnct {
    grid-template-rows: 1fr 1fr auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 2px;
  }

  .asgrid.scrt {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .asgrid.faq, .asgrid.crnr {
    grid-template-columns: repeat(auto-fit, 100%);
    margin-top: 2px;
  }

  .asgrid.attc {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .image-13 {
    max-width: 40%;
    height: 18px;
    margin-top: 13px;
  }

  .ascard {
    object-fit: contain;
    justify-content: space-between;
    height: auto;
    min-height: auto;
  }

  .ascard-image {
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    height: 100px;
    min-height: 100px;
    margin-bottom: 5px;
  }

  .partlogo {
    margin-left: 0;
  }

  .partlogo.swift {
    width: 30%;
  }

  .partlogo-block {
    margin-bottom: 10px;
  }

  .textblock-part {
    width: 65%;
    padding-bottom: 0;
    font-size: 16px;
  }

  .textblockq, .textblocka {
    font-size: 14px;
  }

  .asorg-name {
    font-size: 15px;
  }

  .policy-container {
    padding: 10px 20px 20px;
    display: flex;
  }

  .policy-grid {
    grid-row-gap: 2px;
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    min-height: 300px;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .policy-textblock {
    min-height: auto;
    padding-right: 0;
  }

  .policyimage-wrapper {
    object-fit: cover;
    background-image: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 290px;
    height: auto;
    min-height: 100px;
    max-height: 100%;
    padding: 0;
    overflow: visible;
  }

  .location-container {
    padding: 0 10px 10px;
    display: flex;
  }

  .location-container.uk {
    flex-direction: column;
  }

  .locationmap-wrapper.uk {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .locationmap-wrapper.nby {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mapsection-titlebar {
    height: auto;
    min-height: 0;
    padding-left: 0;
  }

  .mapsection-name {
    width: 82%;
    padding-left: 10px;
  }

  .map-section-title {
    width: 100%;
    min-width: 170px;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .uk-map, .newburymap {
    padding-left: 0;
    padding-right: 0;
  }

  .address-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .addresstext {
    width: 100%;
    min-width: 50%;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
  }

  .addressq {
    width: 40%;
    min-width: 40%;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 14px;
    text-decoration: none;
  }

  .map-container {
    padding: 0 10px 20px;
    display: flex;
  }

  .map-container.uk {
    flex-direction: column;
    justify-content: flex-start;
  }

  .bodymail {
    padding-left: 0;
  }

  .privacywrap {
    padding-top: 0;
  }

  .text-block-2 {
    max-width: 100%;
    font-size: 10px;
  }

  .slide-onea {
    background-image: url('../images/TA02.jpg');
    background-position: 85%;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    min-width: 320px;
  }

  .slide-1-3 {
    background-size: 100%;
  }

  .companyname {
    width: 50%;
    min-width: 50%;
    min-height: auto;
    max-height: none;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .supplogogrid-2 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .main-heading-2 {
    text-align: left;
    width: 85%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .main-container-2 {
    padding: 10px;
  }

  .main-heading-3 {
    text-align: left;
    width: 85%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .main-heading-3.light, .main-heading-3.ended {
    margin: 10px 20px;
    padding: 1px 0;
    font-size: 18px;
    line-height: 20px;
  }

  .main-paragraph-2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .main-container-3 {
    padding: 10px;
  }

  .mainproduct-section-copy {
    padding: 0 10px;
  }

  .base-paragraph-link {
    width: auto;
    min-width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
  }
}

#w-node-_34e85581-cb01-72cc-dfd8-cc7bef889dc8-e2def29c {
  place-self: center;
}

#w-node-_34e85581-cb01-72cc-dfd8-cc7bef889dc9-e2def29c {
  grid-area: 2 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_34e85581-cb01-72cc-dfd8-cc7bef889dca-e2def29c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_34e85581-cb01-72cc-dfd8-cc7bef889dcb-e2def29c, #w-node-_34e85581-cb01-72cc-dfd8-cc7bef889dcc-e2def29c, #w-node-_34e85581-cb01-72cc-dfd8-cc7bef889dcd-e2def29c {
  place-self: center;
}

#w-node-_34e85581-cb01-72cc-dfd8-cc7bef889dcf-e2def29c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a7dcb8ab-b361-b81b-1421-795916f3ff8f-e2def29c {
  place-self: center;
}

#w-node-a7dcb8ab-b361-b81b-1421-795916f3ff90-e2def29c {
  grid-area: 2 / 1 / 2 / 2;
  place-self: center;
}

#w-node-a7dcb8ab-b361-b81b-1421-795916f3ff91-e2def29c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a7dcb8ab-b361-b81b-1421-795916f3ff92-e2def29c, #w-node-a7dcb8ab-b361-b81b-1421-795916f3ff93-e2def29c, #w-node-a7dcb8ab-b361-b81b-1421-795916f3ff94-e2def29c {
  place-self: center;
}

#w-node-a7dcb8ab-b361-b81b-1421-795916f3ff96-e2def29c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c01b61a5-fbe5-e252-89aa-9257b6d6cc86-e2def29c {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-c01b61a5-fbe5-e252-89aa-9257b6d6cc94-e2def29c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-c01b61a5-fbe5-e252-89aa-9257b6d6cca4-e2def29c, #w-node-c01b61a5-fbe5-e252-89aa-9257b6d6ccb0-e2def29c {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-c01b61a5-fbe5-e252-89aa-9257b6d6ccbe-e2def29c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-c01b61a5-fbe5-e252-89aa-9257b6d6ccc1-e2def29c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c01b61a5-fbe5-e252-89aa-9257b6d6ccc2-e2def29c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c01b61a5-fbe5-e252-89aa-9257b6d6ccc3-e2def29c {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-c01b61a5-fbe5-e252-89aa-9257b6d6ccc8-e2def29c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9c8711eb-ed11-3fb9-965e-598b8756001e-8756001c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_9c8711eb-ed11-3fb9-965e-598b87560020-8756001c {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center;
}

#w-node-_9c8711eb-ed11-3fb9-965e-598b87560022-8756001c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_9c8711eb-ed11-3fb9-965e-598b87560024-8756001c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_9c8711eb-ed11-3fb9-965e-598b87560027-8756001c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_9c8711eb-ed11-3fb9-965e-598b87560029-8756001c {
  place-self: start;
}

#w-node-_9c8711eb-ed11-3fb9-965e-598b8756002c-8756001c {
  place-self: start end;
}

#w-node-_1024dbb6-955c-2776-da5e-22e588d5f0b4-88d5f0b1, #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0b7-88d5f0b1, #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0c1-88d5f0b1, #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0c8-88d5f0b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1024dbb6-955c-2776-da5e-22e588d5f0cf-88d5f0b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_1024dbb6-955c-2776-da5e-22e588d5f0e3-88d5f0b1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8cd32872-f168-7c09-82a6-5054f4373685-79def2a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_594e9954-b63f-d9ae-02a2-44ca13fa2a58-79def2a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_537a719c-9baa-8a1d-4b64-1645f3a2b56b-79def2a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_6f29a3be-a911-1ec2-28a9-aaafc7645dd5-79def2a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_663bac5f-8d6a-d2eb-879e-2d0346f4c9d5-79def2a2, #w-node-_92c6ec4c-c645-301f-e329-ebf76786b0d3-79def2a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4db8cdd0-8d11-862d-7a5d-56a2a6cb9242-79def2a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_86a50b64-d5dc-6822-0596-0ec4011a8ee2-79def2a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_86a50b64-d5dc-6822-0596-0ec4011a8ee3-79def2a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_86a50b64-d5dc-6822-0596-0ec4011a8ee4-79def2a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_86a50b64-d5dc-6822-0596-0ec4011a8ee5-79def2a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_86a50b64-d5dc-6822-0596-0ec4011a8ee6-79def2a2, #w-node-_86a50b64-d5dc-6822-0596-0ec4011a8ee7-79def2a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86a50b64-d5dc-6822-0596-0ec4011a8ee8-79def2a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_3f5590a7-ee7d-05a1-3153-244d0c37986f-79def2a2 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_3f5590a7-ee7d-05a1-3153-244d0c37987d-79def2a2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_3f5590a7-ee7d-05a1-3153-244d0c37988d-79def2a2, #w-node-_3f5590a7-ee7d-05a1-3153-244d0c379899-79def2a2 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_3f5590a7-ee7d-05a1-3153-244d0c3798a7-79def2a2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_3f5590a7-ee7d-05a1-3153-244d0c3798aa-79def2a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3f5590a7-ee7d-05a1-3153-244d0c3798ab-79def2a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3f5590a7-ee7d-05a1-3153-244d0c3798ac-79def2a2 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_3f5590a7-ee7d-05a1-3153-244d0c3798b1-79def2a2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_466bd54c-32e3-9227-b287-cb00bbfa0a21-f0def2a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_817eec00-81d9-b905-5877-446c5bfb1954-f0def2a4 {
  justify-self: auto;
}

#w-node-a02b433e-a83a-5ba3-fd3b-92d296d9ca70-f0def2a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a02b433e-a83a-5ba3-fd3b-92d296d9ca72-f0def2a4 {
  justify-self: auto;
}

#w-node-ad4acb67-3f3c-5f91-9bb6-ea72f68c710f-f0def2a4 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-ad4acb67-3f3c-5f91-9bb6-ea72f68c711d-f0def2a4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-ad4acb67-3f3c-5f91-9bb6-ea72f68c712d-f0def2a4, #w-node-ad4acb67-3f3c-5f91-9bb6-ea72f68c7139-f0def2a4 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-ad4acb67-3f3c-5f91-9bb6-ea72f68c7147-f0def2a4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ad4acb67-3f3c-5f91-9bb6-ea72f68c714a-f0def2a4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ad4acb67-3f3c-5f91-9bb6-ea72f68c714b-f0def2a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ad4acb67-3f3c-5f91-9bb6-ea72f68c714c-f0def2a4 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-ad4acb67-3f3c-5f91-9bb6-ea72f68c7151-f0def2a4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9085afd6-8574-3611-d484-81fb9c5e33eb-4adef2a5 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_9085afd6-8574-3611-d484-81fb9c5e33f9-4adef2a5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_9085afd6-8574-3611-d484-81fb9c5e3409-4adef2a5, #w-node-_9085afd6-8574-3611-d484-81fb9c5e3415-4adef2a5 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_9085afd6-8574-3611-d484-81fb9c5e3423-4adef2a5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_9085afd6-8574-3611-d484-81fb9c5e3426-4adef2a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9085afd6-8574-3611-d484-81fb9c5e3427-4adef2a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9085afd6-8574-3611-d484-81fb9c5e3428-4adef2a5 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_9085afd6-8574-3611-d484-81fb9c5e342d-4adef2a5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-f4def2a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-f4def2a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-f4def2a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-f4def2a7, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-f4def2a7, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-f4def2a7, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-f4def2a7, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-f4def2a7, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-f4def2a7, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-f4def2a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-bbdef2a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-bbdef2a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-bbdef2a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-bbdef2a8, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-bbdef2a8, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-bbdef2a8, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-bbdef2a8, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-bbdef2a8, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-bbdef2a8, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-bbdef2a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-53def2a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-53def2a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-53def2a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-53def2a9, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-53def2a9, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-53def2a9, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-53def2a9, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-53def2a9, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-53def2a9, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-53def2a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-afdef2aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-afdef2aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-afdef2aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-afdef2aa, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-afdef2aa, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-afdef2aa, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-afdef2aa, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-afdef2aa, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-afdef2aa, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-afdef2aa, #w-node-bd503b28-bb86-6acc-11f8-83c1a66b34c5-b5def2ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd503b28-bb86-6acc-11f8-83c1a66b34c6-b5def2ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_20cd60b6-eb4e-8015-7249-f020002edbc3-b5def2ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5c982d2-1b2c-5429-d99f-d78435bf6cca-b5def2ac {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-a5c982d2-1b2c-5429-d99f-d78435bf6cd8-b5def2ac {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-a5c982d2-1b2c-5429-d99f-d78435bf6ce8-b5def2ac, #w-node-a5c982d2-1b2c-5429-d99f-d78435bf6cf4-b5def2ac {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-a5c982d2-1b2c-5429-d99f-d78435bf6d02-b5def2ac {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a5c982d2-1b2c-5429-d99f-d78435bf6d05-b5def2ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5c982d2-1b2c-5429-d99f-d78435bf6d06-b5def2ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a5c982d2-1b2c-5429-d99f-d78435bf6d07-b5def2ac {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-a5c982d2-1b2c-5429-d99f-d78435bf6d0c-b5def2ac {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-c3def2ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-c3def2ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-c3def2ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-c3def2ad, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-c3def2ad, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-c3def2ad, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-c3def2ad, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-c3def2ad, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-c3def2ad, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-c3def2ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-6ddef2ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-6ddef2ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-6ddef2ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-6ddef2ae, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-6ddef2ae, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-6ddef2ae, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-6ddef2ae, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-6ddef2ae, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-6ddef2ae, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-6ddef2ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-9adef2af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-9adef2af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-9adef2af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-9adef2af, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-9adef2af, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-9adef2af, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-9adef2af, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-9adef2af, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-9adef2af, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-9adef2af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-b7def2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-b7def2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-b7def2b0, #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-b7def2b0, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-b7def2b0, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-b7def2b0, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-b7def2b0, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-b7def2b0, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-b7def2b0, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-b7def2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-ffdef2b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-ffdef2b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-ffdef2b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-ffdef2b1, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-ffdef2b1, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-ffdef2b1, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-ffdef2b1, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-ffdef2b1, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-ffdef2b1, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-ffdef2b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-9adef2b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-9adef2b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-9adef2b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-9adef2b2, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-9adef2b2, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-9adef2b2, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-9adef2b2, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-9adef2b2, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-9adef2b2, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-9adef2b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-58def2b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-58def2b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-58def2b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-58def2b3, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-58def2b3, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-58def2b3, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-58def2b3, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-58def2b3, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-58def2b3, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-58def2b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-dedef2b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-dedef2b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-dedef2b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-dedef2b6, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-dedef2b6, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-dedef2b6, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-dedef2b6, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-dedef2b6, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-dedef2b6, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-dedef2b6, #w-node-df33afc6-4ca1-669a-f83b-8dbf6a60829f-1ddef2b7, #w-node-_77909b8c-d5c2-a2a9-0f3b-463fb17967f3-1ddef2b7, #w-node-b33cbd37-d061-1459-76ba-5a065ddd014c-1ddef2b7, #w-node-_1a4e4388-5152-29d7-5e03-a0a1e5966da0-1ddef2b7, #w-node-_200983ed-d1da-f91f-2751-4bf3b74b1fb1-1ddef2b7, #w-node-_292c2d1c-efa5-8303-b200-b86cf7e713d8-1ddef2b7, #w-node-ae16f370-e4e5-a1d0-9f76-febbdbd7daf1-1ddef2b7, #w-node-eca56748-0350-f4d5-cc24-229c04397531-1ddef2b7, #w-node-_02608742-568e-fce3-d56f-58bd8f32cad6-1ddef2b7, #w-node-_89202d99-a34e-f00b-062d-d9eb3de59cb3-1ddef2b7, #w-node-a7f1ea9e-7c4e-9074-7a57-a91160ed1e95-1ddef2b7, #w-node-a7f1ea9e-7c4e-9074-7a57-a91160ed1eb0-1ddef2b7, #w-node-a7f1ea9e-7c4e-9074-7a57-a91160ed1ebc-1ddef2b7, #w-node-a7f1ea9e-7c4e-9074-7a57-a91160ed1e98-1ddef2b7, #w-node-a7f1ea9e-7c4e-9074-7a57-a91160ed1ea2-1ddef2b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-22def2b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-22def2b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-22def2b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-22def2b8, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-22def2b8, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-22def2b8, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-22def2b8, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-22def2b8, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-22def2b8, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-22def2b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_085fc852-bbc0-7ec8-3621-fb9c1205464e-d5def2ba {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_085fc852-bbc0-7ec8-3621-fb9c1205465c-d5def2ba {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_085fc852-bbc0-7ec8-3621-fb9c1205466c-d5def2ba, #w-node-_085fc852-bbc0-7ec8-3621-fb9c12054678-d5def2ba {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_085fc852-bbc0-7ec8-3621-fb9c12054686-d5def2ba {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_085fc852-bbc0-7ec8-3621-fb9c12054689-d5def2ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_085fc852-bbc0-7ec8-3621-fb9c1205468a-d5def2ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_085fc852-bbc0-7ec8-3621-fb9c1205468b-d5def2ba {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_085fc852-bbc0-7ec8-3621-fb9c12054690-d5def2ba {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_38e35a73-a985-78b7-9ac1-fff743a3f714-63def2bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_38e35a73-a985-78b7-9ac1-fff743a3f716-63def2bb {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: stretch center;
}

#w-node-_38e35a73-a985-78b7-9ac1-fff743a3f718-63def2bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_38e35a73-a985-78b7-9ac1-fff743a3f71d-63def2bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_38e35a73-a985-78b7-9ac1-fff743a3f720-63def2bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_38e35a73-a985-78b7-9ac1-fff743a3f71a-63def2bb {
  place-self: start;
}

#w-node-_38e35a73-a985-78b7-9ac1-fff743a3f722-63def2bb {
  place-self: start end;
}

#w-node-dac8276f-ade2-3359-3f88-c5bd3854fbf4-63def2bb, #w-node-dac8276f-ade2-3359-3f88-c5bd3854fbf7-63def2bb, #w-node-_444183cb-563b-fa30-0d6f-b2b6aabab190-63def2bb, #w-node-_45a7510c-3fa7-7f9d-3153-f6e7562c4969-63def2bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_864e7447-9fcd-2cfe-074a-0ac19dee532e-63def2bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_7d5a381c-f757-aacd-e292-cd147eb1794b-63def2bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aec58b64-beaf-dcb4-19d0-cd475596070b-b0def2bc {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-aec58b64-beaf-dcb4-19d0-cd4755960719-b0def2bc {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-aec58b64-beaf-dcb4-19d0-cd4755960729-b0def2bc, #w-node-aec58b64-beaf-dcb4-19d0-cd4755960735-b0def2bc {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-aec58b64-beaf-dcb4-19d0-cd4755960743-b0def2bc {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-aec58b64-beaf-dcb4-19d0-cd4755960746-b0def2bc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aec58b64-beaf-dcb4-19d0-cd4755960747-b0def2bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aec58b64-beaf-dcb4-19d0-cd4755960748-b0def2bc {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-aec58b64-beaf-dcb4-19d0-cd475596074d-b0def2bc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-6ddef2e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-6ddef2e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-6ddef2e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-6ddef2e7, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-6ddef2e7, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-6ddef2e7, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-6ddef2e7, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-6ddef2e7, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-6ddef2e7, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-6ddef2e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-39def2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-39def2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-39def2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-39def2eb, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-39def2eb, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-39def2eb, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-39def2eb, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-39def2eb, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-39def2eb, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-39def2eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-08def2ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-08def2ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-08def2ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-08def2ec, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-08def2ec, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-08def2ec, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-08def2ec, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-08def2ec, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-08def2ec, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-08def2ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-e2def2ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-e2def2ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-e2def2ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-e2def2ed, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-e2def2ed, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-e2def2ed, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-e2def2ed, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-e2def2ed, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-e2def2ed, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-e2def2ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-d0def2f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-d0def2f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-d0def2f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-d0def2f1, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-d0def2f1, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-d0def2f1, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-d0def2f1, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-d0def2f1, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-d0def2f1, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-d0def2f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-10def2f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-10def2f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-10def2f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-10def2f3, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-10def2f3, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-10def2f3, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-10def2f3, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-10def2f3, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-10def2f3, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-10def2f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-59def2f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-59def2f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-59def2f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-59def2f4, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-59def2f4, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-59def2f4, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-59def2f4, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-59def2f4, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-59def2f4, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-59def2f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-47def2f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-47def2f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-47def2f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-47def2f5, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-47def2f5, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-47def2f5, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-47def2f5, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-47def2f5, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-47def2f5, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-47def2f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-b0def2f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-b0def2f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-b0def2f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-b0def2f6, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-b0def2f6, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-b0def2f6, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-b0def2f6, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-b0def2f6, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-b0def2f6, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-b0def2f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2de46dc-f9e4-d2b6-acb9-38ed8afb8139-16def2f7 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-a2de46dc-f9e4-d2b6-acb9-38ed8afb8147-16def2f7 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-a2de46dc-f9e4-d2b6-acb9-38ed8afb8157-16def2f7, #w-node-a2de46dc-f9e4-d2b6-acb9-38ed8afb8163-16def2f7 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-a2de46dc-f9e4-d2b6-acb9-38ed8afb8171-16def2f7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a2de46dc-f9e4-d2b6-acb9-38ed8afb8174-16def2f7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a2de46dc-f9e4-d2b6-acb9-38ed8afb8175-16def2f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a2de46dc-f9e4-d2b6-acb9-38ed8afb8176-16def2f7 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-a2de46dc-f9e4-d2b6-acb9-38ed8afb817b-16def2f7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-6ddef30e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-6ddef30e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-6ddef30e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-6ddef30e, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-6ddef30e, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-6ddef30e, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-6ddef30e, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-6ddef30e, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-6ddef30e, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-6ddef30e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-5adef31f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-5adef31f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-5adef31f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-5adef31f, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-5adef31f, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-5adef31f, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-5adef31f, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-5adef31f, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-5adef31f, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-5adef31f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-67def33f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-67def33f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-67def33f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-67def33f, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-67def33f, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-67def33f, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-67def33f, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-67def33f, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-67def33f, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-67def33f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdc02a14-dbe2-f65c-37a5-052cc052c25a-00def340 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-cdc02a14-dbe2-f65c-37a5-052cc052c268-00def340 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-cdc02a14-dbe2-f65c-37a5-052cc052c278-00def340, #w-node-cdc02a14-dbe2-f65c-37a5-052cc052c284-00def340 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-cdc02a14-dbe2-f65c-37a5-052cc052c292-00def340 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-cdc02a14-dbe2-f65c-37a5-052cc052c295-00def340 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cdc02a14-dbe2-f65c-37a5-052cc052c296-00def340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cdc02a14-dbe2-f65c-37a5-052cc052c297-00def340 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-cdc02a14-dbe2-f65c-37a5-052cc052c29c-00def340 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-9cdef342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-9cdef342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-9cdef342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-9cdef342, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-9cdef342, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-9cdef342, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-9cdef342, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-9cdef342, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-9cdef342, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-9cdef342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-1cdef343 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-1cdef343 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-1cdef343 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-1cdef343, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-1cdef343, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-1cdef343, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-1cdef343, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-1cdef343, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-1cdef343, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-1cdef343 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-60def344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-60def344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-60def344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-60def344, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-60def344, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-60def344, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-60def344, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-60def344, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-60def344, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-60def344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-cadef345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-cadef345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-cadef345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-cadef345, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-cadef345, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-cadef345, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-cadef345, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-cadef345, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-cadef345, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-cadef345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-d8def346 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-d8def346 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-d8def346 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-d8def346, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-d8def346, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-d8def346, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-d8def346, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-d8def346, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-d8def346, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-d8def346, #w-node-_3f65c1a2-792f-a4db-2073-8a59fb6918f2-32def348, #w-node-_3f65c1a2-792f-a4db-2073-8a59fb6918f6-32def348, #w-node-_3f65c1a2-792f-a4db-2073-8a59fb6918fa-32def348, #w-node-_3f65c1a2-792f-a4db-2073-8a59fb6918fe-32def348, #w-node-_3263ed39-1a61-9087-3f85-98f540a1ad19-32def348, #w-node-_0fdceb8c-47e6-8eda-8047-13a1ef6ab913-32def348, #w-node-c5a0b593-3d4f-0386-64ad-1275449ff322-32def348, #w-node-_98585cc0-00a1-8332-509e-081cbf420144-32def348, #w-node-_36cef27a-6185-dc0c-ad9f-e3e6843d11ef-32def348, #w-node-_710379dc-27fd-df0c-713f-70e92a326923-32def348, #w-node-_7ed5096f-85f4-009c-ed22-7ead33655edb-32def348, #w-node-dd1f5f6c-9b64-9af9-4126-47af17b73034-32def348, #w-node-dd1f5f6c-9b64-9af9-4126-47af17b73035-32def348, #w-node-_9ffd24cb-6d8c-7e1f-75a8-3287ccaa2d72-32def348, #w-node-_9ffd24cb-6d8c-7e1f-75a8-3287ccaa2d73-32def348, #w-node-e64a4d9c-5caf-3ecb-6ccc-63d475be8277-32def348, #w-node-e64a4d9c-5caf-3ecb-6ccc-63d475be8278-32def348, #w-node-_0c50af2f-59e8-9b23-bafe-2e8e56e15e8e-32def348, #w-node-_0c50af2f-59e8-9b23-bafe-2e8e56e15e8f-32def348, #w-node-ea705cb7-f092-66a5-fe2f-e6991c468ba9-32def348, #w-node-ea705cb7-f092-66a5-fe2f-e6991c468baa-32def348, #w-node-_106eaed8-8cf9-f3ac-29fd-db0001a056b7-32def348, #w-node-_106eaed8-8cf9-f3ac-29fd-db0001a056b8-32def348, #w-node-d66d351a-8ed9-5278-3150-488237635ba8-32def348, #w-node-_01f1b363-09aa-3f6a-d900-44e1702b8ce6-32def348, #w-node-_01f1b363-09aa-3f6a-d900-44e1702b8ce7-32def348, #w-node-_4923e3b7-b794-fc17-042a-6d9705cb409d-32def348, #w-node-_4923e3b7-b794-fc17-042a-6d9705cb409e-32def348, #w-node-_65263d63-2e34-6cb6-72ee-3d2ed7f4f311-32def348, #w-node-_65263d63-2e34-6cb6-72ee-3d2ed7f4f312-32def348, #w-node-dd124639-c6ca-2bc4-b62e-c1b2bf234541-32def348, #w-node-dd124639-c6ca-2bc4-b62e-c1b2bf234542-32def348, #w-node-_4083dfb5-3f3a-2656-9eea-bafefa2fb31e-32def348, #w-node-_4083dfb5-3f3a-2656-9eea-bafefa2fb31f-32def348, #w-node-_40f7795b-3c08-170c-763a-a38b45bda7d0-32def348, #w-node-_40f7795b-3c08-170c-763a-a38b45bda7d1-32def348, #w-node-e2163da2-ad7b-56fd-fd67-117e2a478b36-32def348, #w-node-e2163da2-ad7b-56fd-fd67-117e2a478b37-32def348 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-36def349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-36def349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-36def349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-36def349, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-36def349, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-36def349, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-36def349, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-36def349, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-36def349, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-36def349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-fedef34a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-fedef34a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-fedef34a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-fedef34a, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-fedef34a, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-fedef34a, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-fedef34a, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-fedef34a, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-fedef34a, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-fedef34a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-f4def34b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-f4def34b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-f4def34b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-f4def34b, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-f4def34b, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-f4def34b, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-f4def34b, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-f4def34b, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-f4def34b, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-f4def34b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e312e736-13c7-e089-cbac-d2248c30c1c6-bedef34c {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-e312e736-13c7-e089-cbac-d2248c30c1d4-bedef34c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-e312e736-13c7-e089-cbac-d2248c30c1e4-bedef34c, #w-node-e312e736-13c7-e089-cbac-d2248c30c1f0-bedef34c {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-e312e736-13c7-e089-cbac-d2248c30c1fe-bedef34c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-e312e736-13c7-e089-cbac-d2248c30c201-bedef34c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e312e736-13c7-e089-cbac-d2248c30c202-bedef34c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e312e736-13c7-e089-cbac-d2248c30c203-bedef34c {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-e312e736-13c7-e089-cbac-d2248c30c208-bedef34c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9441dc36-74ee-e166-253f-fc84f0f280f6-08def34d {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_9441dc36-74ee-e166-253f-fc84f0f28104-08def34d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_9441dc36-74ee-e166-253f-fc84f0f28114-08def34d, #w-node-_9441dc36-74ee-e166-253f-fc84f0f28120-08def34d {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_9441dc36-74ee-e166-253f-fc84f0f2812e-08def34d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_9441dc36-74ee-e166-253f-fc84f0f28131-08def34d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9441dc36-74ee-e166-253f-fc84f0f28132-08def34d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9441dc36-74ee-e166-253f-fc84f0f28133-08def34d {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_9441dc36-74ee-e166-253f-fc84f0f28138-08def34d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-76def34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-76def34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-76def34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-76def34e, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-76def34e, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-76def34e, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-76def34e, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-76def34e, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-76def34e, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-76def34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-68def34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-68def34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-68def34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-68def34f, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-68def34f, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-68def34f, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-68def34f, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-68def34f, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-68def34f, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-68def34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74054197-201a-68cc-0a95-3aa846cad875-43def350 {
  align-self: auto;
}

#w-node-a8af2e42-e5a0-4d1a-3adf-bf55e87ce94a-43def350 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b5947965-955e-4a17-5ade-924d43bed860-43def350, #w-node-_43ece559-ed1e-6f72-d70c-7e92cec5a13b-43def350, #w-node-d964d4be-2124-7e1f-36dc-6e612792c8bb-43def350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d47ac5ed-dccf-d6f4-6f9c-189c8844600a-43def350 {
  align-self: auto;
}

#w-node-d47ac5ed-dccf-d6f4-6f9c-189c88446000-43def350 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d47ac5ed-dccf-d6f4-6f9c-189c88446001-43def350, #w-node-d47ac5ed-dccf-d6f4-6f9c-189c88446004-43def350, #w-node-d47ac5ed-dccf-d6f4-6f9c-189c8844600c-43def350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aecb9cc7-716c-f445-b383-3ac1cf1c9c2b-43def350 {
  align-self: auto;
}

#w-node-aecb9cc7-716c-f445-b383-3ac1cf1c9c21-43def350 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-aecb9cc7-716c-f445-b383-3ac1cf1c9c22-43def350, #w-node-aecb9cc7-716c-f445-b383-3ac1cf1c9c25-43def350, #w-node-aecb9cc7-716c-f445-b383-3ac1cf1c9c2d-43def350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_432ce4e4-5fe3-6925-99ad-3096c8cc3229-43def350 {
  align-self: auto;
}

#w-node-_432ce4e4-5fe3-6925-99ad-3096c8cc3221-43def350 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_432ce4e4-5fe3-6925-99ad-3096c8cc3222-43def350, #w-node-_432ce4e4-5fe3-6925-99ad-3096c8cc3225-43def350, #w-node-_432ce4e4-5fe3-6925-99ad-3096c8cc322b-43def350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd804dca-5c14-4678-e13c-f62d8da1752e-43def350 {
  align-self: auto;
}

#w-node-cd804dca-5c14-4678-e13c-f62d8da17526-43def350 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cd804dca-5c14-4678-e13c-f62d8da17527-43def350, #w-node-cd804dca-5c14-4678-e13c-f62d8da1752a-43def350, #w-node-cd804dca-5c14-4678-e13c-f62d8da17530-43def350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b821c3a-5069-771a-8b64-a0ff08529af6-43def350 {
  align-self: auto;
}

#w-node-_7b821c3a-5069-771a-8b64-a0ff08529aee-43def350 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7b821c3a-5069-771a-8b64-a0ff08529aef-43def350, #w-node-_7b821c3a-5069-771a-8b64-a0ff08529af2-43def350, #w-node-_7b821c3a-5069-771a-8b64-a0ff08529af8-43def350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047d8f2f-0d4f-a47c-88a3-bd8a461c1020-43def350 {
  align-self: auto;
}

#w-node-_047d8f2f-0d4f-a47c-88a3-bd8a461c1018-43def350 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_047d8f2f-0d4f-a47c-88a3-bd8a461c1019-43def350, #w-node-_047d8f2f-0d4f-a47c-88a3-bd8a461c101c-43def350, #w-node-_047d8f2f-0d4f-a47c-88a3-bd8a461c1022-43def350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d868411a-1f33-04ae-3504-df4fd65af363-43def350 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-d868411a-1f33-04ae-3504-df4fd65af371-43def350 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-d868411a-1f33-04ae-3504-df4fd65af381-43def350, #w-node-d868411a-1f33-04ae-3504-df4fd65af38d-43def350 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-d868411a-1f33-04ae-3504-df4fd65af39b-43def350 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d868411a-1f33-04ae-3504-df4fd65af39e-43def350 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d868411a-1f33-04ae-3504-df4fd65af39f-43def350 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d868411a-1f33-04ae-3504-df4fd65af3a0-43def350 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-d868411a-1f33-04ae-3504-df4fd65af3a5-43def350 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-f6def351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-f6def351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-f6def351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-f6def351, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-f6def351, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-f6def351, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-f6def351, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-f6def351, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-f6def351, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-f6def351 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-f7def358 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-f7def358 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-f7def358 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-f7def358, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-f7def358, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-f7def358, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-f7def358, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-f7def358, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-f7def358, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-f7def358 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-15def359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-15def359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-15def359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-15def359, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-15def359, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-15def359, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-15def359, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-15def359, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-15def359, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-15def359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-efdef35c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-efdef35c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-efdef35c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-efdef35c, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-efdef35c, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-efdef35c, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-efdef35c, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-efdef35c, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-efdef35c, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-efdef35c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-c5def35d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-c5def35d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-c5def35d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-c5def35d, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-c5def35d, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-c5def35d, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-c5def35d, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-c5def35d, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-c5def35d, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-c5def35d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-2cdef35e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-2cdef35e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-2cdef35e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-2cdef35e, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-2cdef35e, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-2cdef35e, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-2cdef35e, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-2cdef35e, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-2cdef35e, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-2cdef35e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-51def35f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-51def35f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-51def35f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-51def35f, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-51def35f, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-51def35f, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-51def35f, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-51def35f, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-51def35f, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-51def35f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-11def360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-11def360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-11def360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-11def360, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-11def360, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-11def360, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-11def360, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-11def360, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-11def360, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-11def360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-36def380 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_59c9f035-08ee-e7ed-d5b8-02f8c74cb519-36def380 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-36def380 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-36def380, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-36def380, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-36def380, #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9d1-36def380, #w-node-_6944ec86-f54d-8654-2758-237ebdff45f2-36def380, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd94-36def380, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b2-36def380 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ef1ad7a-3274-3e4c-3661-6573a8dc32c9-c2ea38e8 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_7ef1ad7a-3274-3e4c-3661-6573a8dc32d7-c2ea38e8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_7ef1ad7a-3274-3e4c-3661-6573a8dc32e7-c2ea38e8, #w-node-_7ef1ad7a-3274-3e4c-3661-6573a8dc32f3-c2ea38e8 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_7ef1ad7a-3274-3e4c-3661-6573a8dc3301-c2ea38e8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_7ef1ad7a-3274-3e4c-3661-6573a8dc3304-c2ea38e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ef1ad7a-3274-3e4c-3661-6573a8dc3305-c2ea38e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7ef1ad7a-3274-3e4c-3661-6573a8dc3306-c2ea38e8 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_7ef1ad7a-3274-3e4c-3661-6573a8dc330b-c2ea38e8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3913e02d-e77f-a543-c9f5-048fb9c38931-95079516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3913e02d-e77f-a543-c9f5-048fb9c38935-95079516 {
  justify-self: auto;
}

#w-node-b357ed77-c905-e7cd-d232-580a8627befd-95079516 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-b357ed77-c905-e7cd-d232-580a8627bf0b-95079516 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-b357ed77-c905-e7cd-d232-580a8627bf1b-95079516, #w-node-b357ed77-c905-e7cd-d232-580a8627bf27-95079516 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-b357ed77-c905-e7cd-d232-580a8627bf35-95079516 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b357ed77-c905-e7cd-d232-580a8627bf38-95079516 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b357ed77-c905-e7cd-d232-580a8627bf39-95079516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b357ed77-c905-e7cd-d232-580a8627bf3a-95079516 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-b357ed77-c905-e7cd-d232-580a8627bf3f-95079516 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9b339df5-497a-a231-38bd-7990507318d2-dfcdfe01, #w-node-_9fbc7fc3-bb3e-43f9-55bc-765051591217-dfcdfe01, #w-node-_5d70c169-41fe-c5d1-bd6b-c4fbccbca4ce-dfcdfe01, #w-node-dd8c7458-9c7f-dcee-a4ad-f2e90a0d6585-dfcdfe01, #w-node-_1be3a3cd-3436-2150-969e-b1c47802e184-dfcdfe01, #w-node-d7b95547-901f-1f7a-e130-1f127c4eee4f-dfcdfe01, #w-node-_14f001eb-79eb-b60d-2b90-c35ecc4ae15e-dfcdfe01, #w-node-ba7c84cd-cf08-7189-74bc-735ac4d76ed6-dfcdfe01, #w-node-_0210dad6-f576-e9bb-a3cb-49f59cac4326-dfcdfe01, #w-node-_042cc513-d0c0-34e6-a0f5-7feac3e647a9-dfcdfe01, #w-node-_59af926e-4831-e431-e3df-c312aefdcd03-dfcdfe01, #w-node-_18875c0a-f7df-310b-0597-61d6634f73a4-dfcdfe01, #w-node-_1a4e4388-5152-29d7-5e03-a0a1e5966da0-9c1610ca, #w-node-_200983ed-d1da-f91f-2751-4bf3b74b1fb1-9c1610ca, #w-node-_292c2d1c-efa5-8303-b200-b86cf7e713d8-9c1610ca, #w-node-ae16f370-e4e5-a1d0-9f76-febbdbd7daf1-9c1610ca, #w-node-eca56748-0350-f4d5-cc24-229c04397531-9c1610ca, #w-node-_02608742-568e-fce3-d56f-58bd8f32cad6-9c1610ca, #w-node-_89202d99-a34e-f00b-062d-d9eb3de59cb3-9c1610ca, #w-node-ecb71f94-6b6b-fe5b-a11d-c19f80887a5f-0e70e392, #w-node-ecb71f94-6b6b-fe5b-a11d-c19f80887a62-0e70e392, #w-node-ecb71f94-6b6b-fe5b-a11d-c19f80887a65-0e70e392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_639af374-0f7f-8b91-fb3e-c2ba21bb3144-0e70e392 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-_6d16dacc-92dd-c634-7494-b6b30613bd45-0e70e392, #w-node-_2f51e7d8-0e9e-2288-e3f1-e7a2df57b365-0e70e392, #w-node-f6032655-5704-266c-5f02-dde697b00880-0e70e392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-c3e6c480-a493-5b03-d4a1-4925284ed294-0e70e392 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a0c1fd78-5a9f-4022-05f1-d3ec977649db-0e70e392 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f575ad0-785f-0fa9-8108-b7bb7dea9982-0e70e392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4cd3c56b-889c-5a8f-3a98-22a066fc2cde-0e70e392 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_9bf169d0-58a9-8b27-bbcc-7e50721b7d04-0e70e392 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0f0cdacb-8564-09c8-f575-caf656a0d453-0e70e392 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-d6c76ff0-4d14-7a3c-cde7-cfc647b0cf91-0e70e392 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_579c10b5-1c6c-7645-5d38-d5b6a57772f9-0e70e392, #w-node-d3679d0a-cfc0-e3ec-5b2d-1d129b801eba-0e70e392 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_42f0b199-7bbb-80b7-a064-d2bcec68779b-0e70e392 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_42f0b199-7bbb-80b7-a064-d2bcec68779e-0e70e392 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_42f0b199-7bbb-80b7-a064-d2bcec68779f-0e70e392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_42f0b199-7bbb-80b7-a064-d2bcec6877a0-0e70e392 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_42f0b199-7bbb-80b7-a064-d2bcec6877a5-0e70e392 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6b92-0e70e392, #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6b95-0e70e392, #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6b9f-0e70e392, #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6ba6-0e70e392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6bad-0e70e392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6bc1-0e70e392 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_45777311-acca-fd39-6dd3-6595808603a4-0e70e392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_45777311-acca-fd39-6dd3-6595808603a6-0e70e392 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center;
}

#w-node-_45777311-acca-fd39-6dd3-6595808603a8-0e70e392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_45777311-acca-fd39-6dd3-6595808603aa-0e70e392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_45777311-acca-fd39-6dd3-6595808603ad-0e70e392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_45777311-acca-fd39-6dd3-6595808603af-0e70e392 {
  place-self: start;
}

#w-node-_45777311-acca-fd39-6dd3-6595808603b2-0e70e392 {
  place-self: start end;
}

#w-node-_8fa1e6b8-61b2-5e98-db45-c4978d9777af-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_8fa1e6b8-61b2-5e98-db45-c4978d9777b0-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fa1e6b8-61b2-5e98-db45-c4978d9777be-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-dd14f1a2-22c0-48b4-2290-f4aff0f7f181-5e424aab, #w-node-dd14f1a2-22c0-48b4-2290-f4aff0f7f183-5e424aab, #w-node-dd14f1a2-22c0-48b4-2290-f4aff0f7f185-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a1b8842-1031-7bda-d7b1-f7c546708d70-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_5a1b8842-1031-7bda-d7b1-f7c546708d71-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a1b8842-1031-7bda-d7b1-f7c546708d7d-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_09c1beb8-d559-b845-6f5f-95f788275a88-5e424aab, #w-node-_09c1beb8-d559-b845-6f5f-95f788275a8a-5e424aab, #w-node-_09c1beb8-d559-b845-6f5f-95f788275a8c-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3c5adf3-bbbe-bf27-9080-031e0e5ede26-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-e3c5adf3-bbbe-bf27-9080-031e0e5ede2b-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e3c5adf3-bbbe-bf27-9080-031e0e5ede2c-5e424aab, #w-node-_170c8610-8e32-8a25-fd26-c718766025d9-5e424aab, #w-node-_170c8610-8e32-8a25-fd26-c718766025db-5e424aab, #w-node-_170c8610-8e32-8a25-fd26-c718766025dd-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f513156-580e-290a-6338-5564b289e8a8-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_1f513156-580e-290a-6338-5564b289e8a9-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f513156-580e-290a-6338-5564b289e8bc-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_9611014e-6ce4-2604-427d-9873862f6989-5e424aab, #w-node-_9611014e-6ce4-2604-427d-9873862f698b-5e424aab, #w-node-_9611014e-6ce4-2604-427d-9873862f698d-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d462a3c9-9dc1-93b4-5b42-1c64cb6f9c22-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-d462a3c9-9dc1-93b4-5b42-1c64cb6f9c23-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d462a3c9-9dc1-93b4-5b42-1c64cb6f9c32-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-cc1e697f-c174-6f76-32fd-ea39ddf9a733-5e424aab, #w-node-cc1e697f-c174-6f76-32fd-ea39ddf9a735-5e424aab, #w-node-cc1e697f-c174-6f76-32fd-ea39ddf9a737-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70f38a95-35b5-3eb1-b1ab-e3c17d555cf7-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_70f38a95-35b5-3eb1-b1ab-e3c17d555cf8-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70f38a95-35b5-3eb1-b1ab-e3c17d555d07-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_7e1635e0-8969-b65b-8cae-ab368f8782d3-5e424aab, #w-node-_7e1635e0-8969-b65b-8cae-ab368f8782d5-5e424aab, #w-node-_7e1635e0-8969-b65b-8cae-ab368f8782d7-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6b7538c-df6d-d21e-afd2-d6d1c69e1818-5e424aab {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-b6b7538c-df6d-d21e-afd2-d6d1c69e1826-5e424aab {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-b6b7538c-df6d-d21e-afd2-d6d1c69e1836-5e424aab, #w-node-b6b7538c-df6d-d21e-afd2-d6d1c69e1842-5e424aab {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-b6b7538c-df6d-d21e-afd2-d6d1c69e1850-5e424aab {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b6b7538c-df6d-d21e-afd2-d6d1c69e1853-5e424aab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6b7538c-df6d-d21e-afd2-d6d1c69e1854-5e424aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b6b7538c-df6d-d21e-afd2-d6d1c69e1855-5e424aab {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-b6b7538c-df6d-d21e-afd2-d6d1c69e185a-5e424aab {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f2e06e77-c377-f64d-8b81-40c2283d60f0-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-f2e06e77-c377-f64d-8b81-40c2283d60f1-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2e06e77-c377-f64d-8b81-40c2283d60fc-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-a4783543-623b-d6aa-a613-2122502da105-98fc4c55, #w-node-a4783543-623b-d6aa-a613-2122502da107-98fc4c55, #w-node-a4783543-623b-d6aa-a613-2122502da109-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cce86372-47b2-a402-67b3-ff914d876ee2-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-cce86372-47b2-a402-67b3-ff914d876ee3-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cce86372-47b2-a402-67b3-ff914d876eed-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-aeb6c2c2-37fb-2530-4202-c34174049fdf-98fc4c55, #w-node-aeb6c2c2-37fb-2530-4202-c34174049fe1-98fc4c55, #w-node-aeb6c2c2-37fb-2530-4202-c34174049fe3-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_167bb94a-ef07-5089-9388-f5dcf8e809b3-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_167bb94a-ef07-5089-9388-f5dcf8e809be-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_437c99ae-fb03-97c1-b20c-aa75d4d924a1-98fc4c55, #w-node-_437c99ae-fb03-97c1-b20c-aa75d4d924a3-98fc4c55, #w-node-_437c99ae-fb03-97c1-b20c-aa75d4d924a5-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34f07daf-98cf-3075-b3e3-886c8c2c85f7-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_34f07daf-98cf-3075-b3e3-886c8c2c85f8-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34f07daf-98cf-3075-b3e3-886c8c2c8602-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_2c09ab4d-8328-f50e-2a5a-fbaf7bcda318-98fc4c55, #w-node-_2c09ab4d-8328-f50e-2a5a-fbaf7bcda31a-98fc4c55, #w-node-_2c09ab4d-8328-f50e-2a5a-fbaf7bcda31c-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9eec220b-533b-fb5c-02ad-1a0e1d220c57-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_9eec220b-533b-fb5c-02ad-1a0e1d220c58-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9eec220b-533b-fb5c-02ad-1a0e1d220c64-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-cb9818b5-677a-d0c9-4688-7e77d85d7666-98fc4c55, #w-node-cb9818b5-677a-d0c9-4688-7e77d85d7668-98fc4c55, #w-node-cb9818b5-677a-d0c9-4688-7e77d85d766a-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c100bc9d-4adc-831a-dcf9-58235de601a6-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-c100bc9d-4adc-831a-dcf9-58235de601a7-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c100bc9d-4adc-831a-dcf9-58235de601b3-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-f4ac55a4-2413-0e59-ffcc-c454ef14189f-98fc4c55, #w-node-f4ac55a4-2413-0e59-ffcc-c454ef1418a1-98fc4c55, #w-node-f4ac55a4-2413-0e59-ffcc-c454ef1418a3-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b88c24d2-a362-65c9-c95c-4b5f2baa84f2-98fc4c55 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-b88c24d2-a362-65c9-c95c-4b5f2baa8500-98fc4c55 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-b88c24d2-a362-65c9-c95c-4b5f2baa8510-98fc4c55, #w-node-b88c24d2-a362-65c9-c95c-4b5f2baa851c-98fc4c55 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-b88c24d2-a362-65c9-c95c-4b5f2baa852a-98fc4c55 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b88c24d2-a362-65c9-c95c-4b5f2baa852d-98fc4c55 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b88c24d2-a362-65c9-c95c-4b5f2baa852e-98fc4c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b88c24d2-a362-65c9-c95c-4b5f2baa852f-98fc4c55 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-b88c24d2-a362-65c9-c95c-4b5f2baa8534-98fc4c55 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-eb6edb56-ba0e-d3ea-3ba9-515f13ca7444-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-eb6edb56-ba0e-d3ea-3ba9-515f13ca7445-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb6edb56-ba0e-d3ea-3ba9-515f13ca7453-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-d0ae1085-7555-bbcb-e70c-bf0fbcd0f6a1-96cb2d65, #w-node-d0ae1085-7555-bbcb-e70c-bf0fbcd0f6a3-96cb2d65, #w-node-d0ae1085-7555-bbcb-e70c-bf0fbcd0f6a5-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f4c371b-1073-f9e3-bb03-efeb938efb74-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_3f4c371b-1073-f9e3-bb03-efeb938efb89-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-a9e2a896-6c7a-e4f8-a8d2-99585a4cc420-96cb2d65, #w-node-a9e2a896-6c7a-e4f8-a8d2-99585a4cc422-96cb2d65, #w-node-a9e2a896-6c7a-e4f8-a8d2-99585a4cc424-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5d9f91e-21fa-50c5-14e3-a0bc68746b8d-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-d5d9f91e-21fa-50c5-14e3-a0bc68746b8e-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5d9f91e-21fa-50c5-14e3-a0bc68746ba2-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_06e29602-75fa-e512-e093-79231e214a6b-96cb2d65, #w-node-_06e29602-75fa-e512-e093-79231e214a6d-96cb2d65, #w-node-_06e29602-75fa-e512-e093-79231e214a6f-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_466d05eb-e7f4-94ba-4a80-2382a5c09c52-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_466d05eb-e7f4-94ba-4a80-2382a5c09c53-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_466d05eb-e7f4-94ba-4a80-2382a5c09c5e-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_7d058e52-2ce5-3634-c910-166e0657b9ad-96cb2d65, #w-node-_7d058e52-2ce5-3634-c910-166e0657b9af-96cb2d65, #w-node-_7d058e52-2ce5-3634-c910-166e0657b9b1-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29a4615c-102d-aec3-fd98-e1bf827134a7-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_29a4615c-102d-aec3-fd98-e1bf827134a8-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29a4615c-102d-aec3-fd98-e1bf827134b2-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-ee785565-f937-8164-ce7c-3477a793b377-96cb2d65, #w-node-ee785565-f937-8164-ce7c-3477a793b379-96cb2d65, #w-node-ee785565-f937-8164-ce7c-3477a793b37b-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6753ff1-6c3a-b01b-3de2-6eeec5a0e400-96cb2d65 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-f6753ff1-6c3a-b01b-3de2-6eeec5a0e40e-96cb2d65 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-f6753ff1-6c3a-b01b-3de2-6eeec5a0e41e-96cb2d65, #w-node-f6753ff1-6c3a-b01b-3de2-6eeec5a0e42a-96cb2d65 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-f6753ff1-6c3a-b01b-3de2-6eeec5a0e438-96cb2d65 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-f6753ff1-6c3a-b01b-3de2-6eeec5a0e43b-96cb2d65 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f6753ff1-6c3a-b01b-3de2-6eeec5a0e43c-96cb2d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f6753ff1-6c3a-b01b-3de2-6eeec5a0e43d-96cb2d65 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-f6753ff1-6c3a-b01b-3de2-6eeec5a0e442-96cb2d65 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_44217a78-3b95-aee9-8205-b637b50b40da-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_44217a78-3b95-aee9-8205-b637b50b40db-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44217a78-3b95-aee9-8205-b637b50b40e5-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_1b24ea85-d7f1-3da6-7155-97d33f5de3d6-dd8aae24, #w-node-_1b24ea85-d7f1-3da6-7155-97d33f5de3d8-dd8aae24, #w-node-_1b24ea85-d7f1-3da6-7155-97d33f5de3da-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2b8dd33-6db3-678e-a30a-4a4e988118a3-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b2b8dd33-6db3-678e-a30a-4a4e988118a4-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2b8dd33-6db3-678e-a30a-4a4e988118ae-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-c218879c-c3cf-822b-2947-1d4d9343f2ef-dd8aae24, #w-node-c218879c-c3cf-822b-2947-1d4d9343f2f1-dd8aae24, #w-node-c218879c-c3cf-822b-2947-1d4d9343f2f3-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_033457fb-757f-db79-9060-cba5b4829894-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_033457fb-757f-db79-9060-cba5b4829895-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_033457fb-757f-db79-9060-cba5b48298a2-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_09b3329d-c9e2-be67-03c5-6636a2460afd-dd8aae24, #w-node-_09b3329d-c9e2-be67-03c5-6636a2460aff-dd8aae24, #w-node-_09b3329d-c9e2-be67-03c5-6636a2460b01-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5aa5fab-f3bc-a472-5f23-109b4703016a-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e5aa5fab-f3bc-a472-5f23-109b4703016b-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5aa5fab-f3bc-a472-5f23-109b47030175-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_9f6ad07e-b083-14d3-4d9a-6e0ca0b8e178-dd8aae24, #w-node-_9f6ad07e-b083-14d3-4d9a-6e0ca0b8e17a-dd8aae24, #w-node-_9f6ad07e-b083-14d3-4d9a-6e0ca0b8e17c-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79d13fad-ffe4-0a5d-713f-63125e6c2143-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_79d13fad-ffe4-0a5d-713f-63125e6c2144-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79d13fad-ffe4-0a5d-713f-63125e6c214e-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-fa9999d0-b787-3e44-03e9-76dd066323c1-dd8aae24, #w-node-fa9999d0-b787-3e44-03e9-76dd066323c3-dd8aae24, #w-node-fa9999d0-b787-3e44-03e9-76dd066323c5-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d058cee-e9eb-1a74-9506-fafc7689f0cc-dd8aae24 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_2d058cee-e9eb-1a74-9506-fafc7689f0da-dd8aae24 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_2d058cee-e9eb-1a74-9506-fafc7689f0ea-dd8aae24, #w-node-_2d058cee-e9eb-1a74-9506-fafc7689f0f6-dd8aae24 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_2d058cee-e9eb-1a74-9506-fafc7689f104-dd8aae24 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2d058cee-e9eb-1a74-9506-fafc7689f107-dd8aae24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2d058cee-e9eb-1a74-9506-fafc7689f108-dd8aae24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2d058cee-e9eb-1a74-9506-fafc7689f109-dd8aae24 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_2d058cee-e9eb-1a74-9506-fafc7689f10e-dd8aae24 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d5ef9ba1-5551-7422-5b71-1ab1cd41ac91-e3693d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-d5ef9ba1-5551-7422-5b71-1ab1cd41ac92-e3693d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5ef9ba1-5551-7422-5b71-1ab1cd41ac9e-e3693d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-ce9d8a13-b30c-fad2-9784-a98022df68e5-e3693d4f, #w-node-ce9d8a13-b30c-fad2-9784-a98022df68e7-e3693d4f, #w-node-ce9d8a13-b30c-fad2-9784-a98022df68e9-e3693d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af9c749a-3326-e0d0-c47b-fe8eca9e1d5f-e3693d4f {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-af9c749a-3326-e0d0-c47b-fe8eca9e1d6d-e3693d4f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-af9c749a-3326-e0d0-c47b-fe8eca9e1d7d-e3693d4f, #w-node-af9c749a-3326-e0d0-c47b-fe8eca9e1d89-e3693d4f {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-af9c749a-3326-e0d0-c47b-fe8eca9e1d97-e3693d4f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-af9c749a-3326-e0d0-c47b-fe8eca9e1d9a-e3693d4f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af9c749a-3326-e0d0-c47b-fe8eca9e1d9b-e3693d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-af9c749a-3326-e0d0-c47b-fe8eca9e1d9c-e3693d4f {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-af9c749a-3326-e0d0-c47b-fe8eca9e1da1-e3693d4f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7378eeb4-ed2b-e2d2-dfa3-348dcbcf1b85-aaa9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_7378eeb4-ed2b-e2d2-dfa3-348dcbcf1b86-aaa9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7378eeb4-ed2b-e2d2-dfa3-348dcbcf1b92-aaa9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_5cf3c7f7-7627-3f9a-7536-1d24bed800e5-aaa9c80f, #w-node-_5cf3c7f7-7627-3f9a-7536-1d24bed800e7-aaa9c80f, #w-node-_5cf3c7f7-7627-3f9a-7536-1d24bed800e9-aaa9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c9c38c5-abf1-9ebd-9b53-badede05ac69-aaa9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_9c9c38c5-abf1-9ebd-9b53-badede05ac6a-aaa9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c9c38c5-abf1-9ebd-9b53-badede05ac74-aaa9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-e43bf425-7760-8f87-accb-ce90559fe5a8-aaa9c80f, #w-node-e43bf425-7760-8f87-accb-ce90559fe5aa-aaa9c80f, #w-node-e43bf425-7760-8f87-accb-ce90559fe5ac-aaa9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffb225ff-6b81-5862-cd80-abd7d280e405-aaa9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-ffb225ff-6b81-5862-cd80-abd7d280e406-aaa9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffb225ff-6b81-5862-cd80-abd7d280e412-aaa9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-b59f0ffd-f443-e437-e5ea-be70440e4126-aaa9c80f, #w-node-b59f0ffd-f443-e437-e5ea-be70440e4128-aaa9c80f, #w-node-b59f0ffd-f443-e437-e5ea-be70440e412a-aaa9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b2566db-47e9-8725-1e97-30bd7977b1c3-aaa9c80f {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_8b2566db-47e9-8725-1e97-30bd7977b1d1-aaa9c80f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_8b2566db-47e9-8725-1e97-30bd7977b1e1-aaa9c80f, #w-node-_8b2566db-47e9-8725-1e97-30bd7977b1ed-aaa9c80f {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_8b2566db-47e9-8725-1e97-30bd7977b1fb-aaa9c80f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_8b2566db-47e9-8725-1e97-30bd7977b1fe-aaa9c80f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8b2566db-47e9-8725-1e97-30bd7977b1ff-aaa9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8b2566db-47e9-8725-1e97-30bd7977b200-aaa9c80f {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_8b2566db-47e9-8725-1e97-30bd7977b205-aaa9c80f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a298a717-0682-50d7-487e-2c793e0ffe22-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a298a717-0682-50d7-487e-2c793e0ffe23-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a298a717-0682-50d7-487e-2c793e0ffe2f-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_7c25041f-1e78-6d2c-92e4-217604f0276c-4196d694, #w-node-_7c25041f-1e78-6d2c-92e4-217604f0276e-4196d694, #w-node-_7c25041f-1e78-6d2c-92e4-217604f02770-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9859a4de-2852-c7e6-a0bc-a14f8d579799-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_9859a4de-2852-c7e6-a0bc-a14f8d57979a-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9859a4de-2852-c7e6-a0bc-a14f8d5797a6-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_2a6187c1-4c36-0213-78c5-b998ccd19896-4196d694, #w-node-_2a6187c1-4c36-0213-78c5-b998ccd19898-4196d694, #w-node-_2a6187c1-4c36-0213-78c5-b998ccd1989a-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b0ff677-15cc-5009-ce26-a2b321511b06-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_6b0ff677-15cc-5009-ce26-a2b321511b07-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b0ff677-15cc-5009-ce26-a2b321511b13-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6b0ff677-15cc-5009-ce26-a2b321511af4-4196d694, #w-node-_6b0ff677-15cc-5009-ce26-a2b321511af6-4196d694, #w-node-_6b0ff677-15cc-5009-ce26-a2b321511af8-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba453222-62c6-dd73-76b4-dd61e015551e-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-ba453222-62c6-dd73-76b4-dd61e015552b-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_8cc89d80-0322-7e60-bded-0bb346ca12b1-4196d694, #w-node-_8cc89d80-0322-7e60-bded-0bb346ca12b3-4196d694, #w-node-_8cc89d80-0322-7e60-bded-0bb346ca12b5-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6cf885d-3f18-afd7-2c97-f053c6b8c0c6-4196d694 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-f6cf885d-3f18-afd7-2c97-f053c6b8c0d4-4196d694 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-f6cf885d-3f18-afd7-2c97-f053c6b8c0e4-4196d694, #w-node-f6cf885d-3f18-afd7-2c97-f053c6b8c0f0-4196d694 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-f6cf885d-3f18-afd7-2c97-f053c6b8c0fe-4196d694 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-f6cf885d-3f18-afd7-2c97-f053c6b8c101-4196d694 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f6cf885d-3f18-afd7-2c97-f053c6b8c102-4196d694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f6cf885d-3f18-afd7-2c97-f053c6b8c103-4196d694 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-f6cf885d-3f18-afd7-2c97-f053c6b8c108-4196d694 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1a4cac03-be21-71e6-156b-96e012869f5f-85adf713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_1a4cac03-be21-71e6-156b-96e012869f60-85adf713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a4cac03-be21-71e6-156b-96e012869f6c-85adf713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-be062a6b-4e65-8fec-d617-7a46fde6eb99-85adf713, #w-node-be062a6b-4e65-8fec-d617-7a46fde6eb9b-85adf713, #w-node-be062a6b-4e65-8fec-d617-7a46fde6eb9d-85adf713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_558c71ab-4a4a-15db-91b0-72a0f3197e9b-85adf713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_558c71ab-4a4a-15db-91b0-72a0f3197e9c-85adf713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_558c71ab-4a4a-15db-91b0-72a0f3197ea8-85adf713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-e5bf8ee3-79c6-ec85-ffc8-293939f563ce-85adf713, #w-node-e5bf8ee3-79c6-ec85-ffc8-293939f563d0-85adf713, #w-node-e5bf8ee3-79c6-ec85-ffc8-293939f563d2-85adf713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_975cc3a0-e40a-52ee-fb45-21bdd1dbd9a5-85adf713 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_975cc3a0-e40a-52ee-fb45-21bdd1dbd9b3-85adf713 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_975cc3a0-e40a-52ee-fb45-21bdd1dbd9c3-85adf713, #w-node-_975cc3a0-e40a-52ee-fb45-21bdd1dbd9cf-85adf713 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_975cc3a0-e40a-52ee-fb45-21bdd1dbd9dd-85adf713 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_975cc3a0-e40a-52ee-fb45-21bdd1dbd9e0-85adf713 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_975cc3a0-e40a-52ee-fb45-21bdd1dbd9e1-85adf713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_975cc3a0-e40a-52ee-fb45-21bdd1dbd9e2-85adf713 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_975cc3a0-e40a-52ee-fb45-21bdd1dbd9e7-85adf713 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c182c02e-2f8a-1b7e-6dbd-145119100533-f3100f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-c182c02e-2f8a-1b7e-6dbd-145119100534-f3100f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c182c02e-2f8a-1b7e-6dbd-145119100540-f3100f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_8872b876-112f-bb60-77ae-6e6a5fbf1b49-f3100f81, #w-node-_8872b876-112f-bb60-77ae-6e6a5fbf1b4b-f3100f81, #w-node-_8872b876-112f-bb60-77ae-6e6a5fbf1b4d-f3100f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce109c93-85e1-4cbd-6153-7e33c23e9a7b-f3100f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-ce109c93-85e1-4cbd-6153-7e33c23e9a7c-f3100f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce109c93-85e1-4cbd-6153-7e33c23e9a88-f3100f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_0f734275-00a7-893c-7e67-b515ba878bc6-f3100f81, #w-node-_0f734275-00a7-893c-7e67-b515ba878bc8-f3100f81, #w-node-_0f734275-00a7-893c-7e67-b515ba878bca-f3100f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d28e7dbe-5d96-1892-1b30-b56bc73efda3-f3100f81 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-d28e7dbe-5d96-1892-1b30-b56bc73efdb1-f3100f81 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-d28e7dbe-5d96-1892-1b30-b56bc73efdc1-f3100f81, #w-node-d28e7dbe-5d96-1892-1b30-b56bc73efdcd-f3100f81 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-d28e7dbe-5d96-1892-1b30-b56bc73efddb-f3100f81 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d28e7dbe-5d96-1892-1b30-b56bc73efdde-f3100f81 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d28e7dbe-5d96-1892-1b30-b56bc73efddf-f3100f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d28e7dbe-5d96-1892-1b30-b56bc73efde0-f3100f81 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-d28e7dbe-5d96-1892-1b30-b56bc73efde5-f3100f81 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_92246276-6b8d-5757-d484-8b3da570aeec-40b99758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_92246276-6b8d-5757-d484-8b3da570aef9-40b99758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_4664fe45-fbc2-46bf-95d1-b0a14d94ae53-40b99758 {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1f31b2c7-00df-272d-0b13-eadd842d79aa-40b99758, #w-node-_1f31b2c7-00df-272d-0b13-eadd842d79ac-40b99758, #w-node-_1f31b2c7-00df-272d-0b13-eadd842d79ae-40b99758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f75d28c1-d3c4-0856-6377-b27b5e0de24b-40b99758 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-f75d28c1-d3c4-0856-6377-b27b5e0de259-40b99758 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-f75d28c1-d3c4-0856-6377-b27b5e0de269-40b99758, #w-node-f75d28c1-d3c4-0856-6377-b27b5e0de275-40b99758 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-f75d28c1-d3c4-0856-6377-b27b5e0de283-40b99758 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-f75d28c1-d3c4-0856-6377-b27b5e0de286-40b99758 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f75d28c1-d3c4-0856-6377-b27b5e0de287-40b99758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f75d28c1-d3c4-0856-6377-b27b5e0de288-40b99758 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-f75d28c1-d3c4-0856-6377-b27b5e0de28d-40b99758 {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_8cd32872-f168-7c09-82a6-5054f4373685-79def2a2, #w-node-_92c6ec4c-c645-301f-e329-ebf76786b0d3-79def2a2, #w-node-_4db8cdd0-8d11-862d-7a5d-56a2a6cb9242-79def2a2, #w-node-_86a50b64-d5dc-6822-0596-0ec4011a8ee2-79def2a2, #w-node-_86a50b64-d5dc-6822-0596-0ec4011a8ee7-79def2a2, #w-node-_86a50b64-d5dc-6822-0596-0ec4011a8ee8-79def2a2, #w-node-_466bd54c-32e3-9227-b287-cb00bbfa0a21-f0def2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a02b433e-a83a-5ba3-fd3b-92d296d9ca70-f0def2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-a02b433e-a83a-5ba3-fd3b-92d296d9ca72-f0def2a4 {
    justify-self: auto;
  }

  #w-node-_3913e02d-e77f-a543-c9f5-048fb9c38931-95079516 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-a02b433e-a83a-5ba3-fd3b-92d296d9ca70-f0def2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-6ddef2ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_3f65c1a2-792f-a4db-2073-8a59fb6918f0-32def348 {
    justify-self: auto;
  }

  #w-node-cd804dca-5c14-4678-e13c-f62d8da1752e-43def350 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto start;
  }

  #w-node-_8fa1e6b8-61b2-5e98-db45-c4978d9777af-5e424aab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_9c8711eb-ed11-3fb9-965e-598b87560020-8756001c {
    grid-area: span 3 / span 1 / span 3 / span 1;
    place-self: center;
  }

  #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0cf-88d5f0b1 {
    place-self: auto;
  }

  #w-node-a02b433e-a83a-5ba3-fd3b-92d296d9ca70-f0def2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-f4def2a7, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-bbdef2a8, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-53def2a9, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-afdef2aa, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-c3def2ad, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-6ddef2ae, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-9adef2af, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-b7def2b0, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-ffdef2b1, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-9adef2b2, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-58def2b3, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-dedef2b6, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-22def2b8, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-6ddef2e7, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-39def2eb, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-08def2ec, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-e2def2ed, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-d0def2f1, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-10def2f3, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-59def2f4, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-47def2f5, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-b0def2f6, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-6ddef30e, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-5adef31f, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-67def33f, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-9cdef342, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-1cdef343, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-60def344, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-cadef345, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-d8def346, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-36def349, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-fedef34a {
    place-self: auto stretch;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-f4def34b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-f4def34b, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-76def34e, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-68def34f {
    place-self: auto stretch;
  }

  #w-node-_74054197-201a-68cc-0a95-3aa846cad875-43def350, #w-node-d47ac5ed-dccf-d6f4-6f9c-189c8844600a-43def350, #w-node-aecb9cc7-716c-f445-b383-3ac1cf1c9c2b-43def350, #w-node-_432ce4e4-5fe3-6925-99ad-3096c8cc3229-43def350, #w-node-cd804dca-5c14-4678-e13c-f62d8da1752e-43def350, #w-node-_7b821c3a-5069-771a-8b64-a0ff08529af6-43def350, #w-node-_047d8f2f-0d4f-a47c-88a3-bd8a461c1020-43def350 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto start;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-f6def351, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-f7def358, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-15def359, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-efdef35c {
    place-self: auto stretch;
  }

  #w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-c5def35d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-c5def35d, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-2cdef35e, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-51def35f, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-11def360, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-36def380 {
    place-self: auto stretch;
  }

  #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6bad-0e70e392 {
    place-self: auto;
  }

  #w-node-_45777311-acca-fd39-6dd3-6595808603a6-0e70e392 {
    grid-area: span 3 / span 1 / span 3 / span 1;
    place-self: center;
  }

  #w-node-_34f07daf-98cf-3075-b3e3-886c8c2c8602-98fc4c55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-eb6edb56-ba0e-d3ea-3ba9-515f13ca7444-96cb2d65 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0c1-88d5f0b1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0c8-88d5f0b1 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0cf-88d5f0b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_020735c5-7825-cab3-ac1e-0d4a1a8fbc1d-79def2a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_817eec00-81d9-b905-5877-446c5bfb1954-79def2a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_8cd32872-f168-7c09-82a6-5054f4373685-79def2a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_8cd32872-f168-7c09-82a6-5054f4373686-79def2a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86a50b64-d5dc-6822-0596-0ec4011a8ee2-79def2a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-fbb280f0-05e9-016b-dbe9-5bc8fa525dae-79def2a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_466bd54c-32e3-9227-b287-cb00bbfa0a21-f0def2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_817eec00-81d9-b905-5877-446c5bfb1954-f0def2a4, #w-node-_5cbe4744-be3c-8f38-740f-3d3f83a99ea1-f0def2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a02b433e-a83a-5ba3-fd3b-92d296d9ca70-f0def2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }

  #w-node-a02b433e-a83a-5ba3-fd3b-92d296d9ca72-f0def2a4, #w-node-a02b433e-a83a-5ba3-fd3b-92d296d9ca78-f0def2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-f4def2a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-f4def2a7, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-f4def2a7, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-f4def2a7, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-f4def2a7 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-f4def2a7 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-bbdef2a8, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-bbdef2a8, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-bbdef2a8, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-bbdef2a8 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-bbdef2a8 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-53def2a9, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-53def2a9, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-53def2a9, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-53def2a9 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-53def2a9 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-afdef2aa, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-afdef2aa, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-afdef2aa, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-afdef2aa {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-afdef2aa {
    place-self: auto;
  }

  #w-node-bd503b28-bb86-6acc-11f8-83c1a66b34c5-b5def2ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-bd503b28-bb86-6acc-11f8-83c1a66b34c6-b5def2ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-ca6d5f39-b6f8-9fdc-9285-edaeb807dd29-b5def2ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_55d3352a-f35c-3cb7-db97-e3bfcbe9ad71-b5def2ac {
    justify-self: stretch;
  }

  #w-node-_17b21e04-b4d0-cb77-2c5f-44ae37c2cc28-b5def2ac, #w-node-_20cd60b6-eb4e-8015-7249-f020002edbc3-b5def2ac, #w-node-_20cd60b6-eb4e-8015-7249-f020002edbc4-b5def2ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-c3def2ad, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-c3def2ad, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-c3def2ad, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-c3def2ad {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-c3def2ad {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-6ddef2ae, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-6ddef2ae, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-6ddef2ae, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-6ddef2ae {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-6ddef2ae {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-9adef2af, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-9adef2af, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-9adef2af, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-9adef2af {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-9adef2af {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-b7def2b0, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-b7def2b0, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-b7def2b0, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-b7def2b0 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-b7def2b0 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-ffdef2b1, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-ffdef2b1, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-ffdef2b1, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-ffdef2b1 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-ffdef2b1 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-9adef2b2, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-9adef2b2, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-9adef2b2, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-9adef2b2 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-9adef2b2 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-58def2b3, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-58def2b3, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-58def2b3, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-58def2b3 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-58def2b3 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-dedef2b6, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-dedef2b6, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-dedef2b6, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-dedef2b6 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-dedef2b6 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-22def2b8, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-22def2b8, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-22def2b8, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-22def2b8 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-22def2b8 {
    place-self: auto;
  }

  #w-node-_444183cb-563b-fa30-0d6f-b2b6aabab190-63def2bb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_45a7510c-3fa7-7f9d-3153-f6e7562c4969-63def2bb {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_864e7447-9fcd-2cfe-074a-0ac19dee532e-63def2bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-6ddef2e7, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-6ddef2e7, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-6ddef2e7, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-6ddef2e7 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-6ddef2e7 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-39def2eb, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-39def2eb, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-39def2eb, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-39def2eb {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-39def2eb {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-08def2ec, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-08def2ec, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-08def2ec, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-08def2ec {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-08def2ec {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-e2def2ed, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-e2def2ed, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-e2def2ed, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-e2def2ed {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-e2def2ed {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-d0def2f1, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-d0def2f1, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-d0def2f1, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-d0def2f1 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-d0def2f1 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-10def2f3, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-10def2f3, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-10def2f3, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-10def2f3 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-10def2f3 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-59def2f4, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-59def2f4, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-59def2f4, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-59def2f4 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-59def2f4 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-47def2f5, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-47def2f5, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-47def2f5, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-47def2f5 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-47def2f5 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-b0def2f6, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-b0def2f6, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-b0def2f6, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-b0def2f6 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-b0def2f6 {
    place-self: auto;
  }

  #w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-6ddef30e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-6ddef30e, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-6ddef30e, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-6ddef30e, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-6ddef30e {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-6ddef30e {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-5adef31f, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-5adef31f, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-5adef31f, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-5adef31f {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-5adef31f {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-67def33f, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-67def33f, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-67def33f, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-67def33f {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-67def33f {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-9cdef342, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-9cdef342, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-9cdef342, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-9cdef342 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-9cdef342 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-1cdef343, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-1cdef343, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-1cdef343, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-1cdef343 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-1cdef343 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-60def344, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-60def344, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-60def344, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-60def344 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-60def344 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-cadef345, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-cadef345, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-cadef345, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-cadef345 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-cadef345 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-d8def346, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-d8def346, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-d8def346, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-d8def346 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-d8def346 {
    place-self: auto;
  }

  #w-node-_3f65c1a2-792f-a4db-2073-8a59fb6918f0-32def348 {
    justify-self: auto;
  }

  #w-node-_3f65c1a2-792f-a4db-2073-8a59fb6918fc-32def348, #w-node-_3263ed39-1a61-9087-3f85-98f540a1ad17-32def348 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-36def349, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-36def349, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-36def349, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-36def349 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-36def349 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-fedef34a, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-fedef34a, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-fedef34a, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-fedef34a {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-fedef34a {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-f4def34b, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-f4def34b, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-f4def34b, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-f4def34b {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-f4def34b {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-76def34e, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-76def34e, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-76def34e, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-76def34e {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-76def34e {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-68def34f, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-68def34f, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-68def34f, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-68def34f {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-68def34f {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-f6def351, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-f6def351, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-f6def351, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-f6def351 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-f6def351 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-f7def358, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-f7def358, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-f7def358, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-f7def358 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-f7def358 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-15def359, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-15def359, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-15def359, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-15def359 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-15def359 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-efdef35c, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-efdef35c, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-efdef35c, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-efdef35c {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-efdef35c {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-c5def35d, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-c5def35d, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-c5def35d, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-c5def35d {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-c5def35d {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-2cdef35e, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-2cdef35e, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-2cdef35e, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-2cdef35e {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-2cdef35e {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-51def35f, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-51def35f, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-51def35f, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-51def35f {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-51def35f {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-11def360, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-11def360, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-11def360, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-11def360 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-11def360 {
    place-self: auto;
  }

  #w-node-_6d955a5e-8699-a185-81a9-5c5e9593b693-36def380, #w-node-e35bf5c0-8b78-501a-85e5-e2380e79903a-36def380, #w-node-_498457ba-9baf-4e71-31f2-d153ab0daca8-36def380, #w-node-_6edf89e7-0dbc-e62d-6f05-4b579f5417cc-36def380 {
    align-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-36def380 {
    place-self: auto;
  }

  #w-node-_3913e02d-e77f-a543-c9f5-048fb9c38931-95079516 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_3913e02d-e77f-a543-c9f5-048fb9c38935-95079516, #w-node-_3913e02d-e77f-a543-c9f5-048fb9c3893b-95079516, #w-node-_3913e02d-e77f-a543-c9f5-048fb9c3893d-95079516 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6b9f-0e70e392 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6ba6-0e70e392 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6bad-0e70e392 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-dd14f1a2-22c0-48b4-2290-f4aff0f7f181-5e424aab, #w-node-dd14f1a2-22c0-48b4-2290-f4aff0f7f183-5e424aab, #w-node-dd14f1a2-22c0-48b4-2290-f4aff0f7f185-5e424aab, #w-node-dd14f1a2-22c0-48b4-2290-f4aff0f7f187-5e424aab, #w-node-_91115305-da2b-df16-2014-9466569fed9f-5e424aab, #w-node-_09c1beb8-d559-b845-6f5f-95f788275a88-5e424aab, #w-node-_09c1beb8-d559-b845-6f5f-95f788275a8a-5e424aab, #w-node-_09c1beb8-d559-b845-6f5f-95f788275a8c-5e424aab, #w-node-_09c1beb8-d559-b845-6f5f-95f788275a8e-5e424aab, #w-node-_156779e7-47a0-5958-2e88-d04a02516403-5e424aab, #w-node-_170c8610-8e32-8a25-fd26-c718766025d9-5e424aab, #w-node-_170c8610-8e32-8a25-fd26-c718766025db-5e424aab, #w-node-_170c8610-8e32-8a25-fd26-c718766025dd-5e424aab, #w-node-_170c8610-8e32-8a25-fd26-c718766025df-5e424aab, #w-node-f2415508-89b0-3b18-0296-c6ff3499ac6c-5e424aab, #w-node-_9611014e-6ce4-2604-427d-9873862f6989-5e424aab, #w-node-_9611014e-6ce4-2604-427d-9873862f698b-5e424aab, #w-node-_9611014e-6ce4-2604-427d-9873862f698d-5e424aab, #w-node-_9611014e-6ce4-2604-427d-9873862f698f-5e424aab, #w-node-_7f31fc57-7b32-6f95-85b5-815f1de2925b-5e424aab {
    align-self: center;
  }

  #w-node-d462a3c9-9dc1-93b4-5b42-1c64cb6f9c32-5e424aab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-cc1e697f-c174-6f76-32fd-ea39ddf9a733-5e424aab, #w-node-cc1e697f-c174-6f76-32fd-ea39ddf9a735-5e424aab, #w-node-cc1e697f-c174-6f76-32fd-ea39ddf9a737-5e424aab, #w-node-cc1e697f-c174-6f76-32fd-ea39ddf9a739-5e424aab, #w-node-_11a87682-25ca-2d9b-f8d4-a2cc39c442bc-5e424aab {
    align-self: center;
  }

  #w-node-_70f38a95-35b5-3eb1-b1ab-e3c17d555d07-5e424aab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_7e1635e0-8969-b65b-8cae-ab368f8782d3-5e424aab, #w-node-_7e1635e0-8969-b65b-8cae-ab368f8782d5-5e424aab, #w-node-_7e1635e0-8969-b65b-8cae-ab368f8782d7-5e424aab, #w-node-_7e1635e0-8969-b65b-8cae-ab368f8782d9-5e424aab, #w-node-_7e1635e0-8969-b65b-8cae-ab368f8782db-5e424aab {
    align-self: center;
  }

  #w-node-f2e06e77-c377-f64d-8b81-40c2283d60f0-98fc4c55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-a4783543-623b-d6aa-a613-2122502da105-98fc4c55, #w-node-a4783543-623b-d6aa-a613-2122502da107-98fc4c55, #w-node-a4783543-623b-d6aa-a613-2122502da109-98fc4c55, #w-node-a4783543-623b-d6aa-a613-2122502da10b-98fc4c55, #w-node-_058abd6e-5215-7fcd-b963-b46102cd46ed-98fc4c55, #w-node-aeb6c2c2-37fb-2530-4202-c34174049fdf-98fc4c55, #w-node-aeb6c2c2-37fb-2530-4202-c34174049fe1-98fc4c55, #w-node-aeb6c2c2-37fb-2530-4202-c34174049fe3-98fc4c55, #w-node-aeb6c2c2-37fb-2530-4202-c34174049fe5-98fc4c55, #w-node-aeb6c2c2-37fb-2530-4202-c34174049fe7-98fc4c55, #w-node-_437c99ae-fb03-97c1-b20c-aa75d4d924a1-98fc4c55, #w-node-_437c99ae-fb03-97c1-b20c-aa75d4d924a3-98fc4c55, #w-node-_437c99ae-fb03-97c1-b20c-aa75d4d924a5-98fc4c55, #w-node-_437c99ae-fb03-97c1-b20c-aa75d4d924a7-98fc4c55, #w-node-_437c99ae-fb03-97c1-b20c-aa75d4d924a9-98fc4c55, #w-node-_2c09ab4d-8328-f50e-2a5a-fbaf7bcda318-98fc4c55, #w-node-_2c09ab4d-8328-f50e-2a5a-fbaf7bcda31a-98fc4c55, #w-node-_2c09ab4d-8328-f50e-2a5a-fbaf7bcda31c-98fc4c55, #w-node-_2c09ab4d-8328-f50e-2a5a-fbaf7bcda31e-98fc4c55, #w-node-_2c09ab4d-8328-f50e-2a5a-fbaf7bcda320-98fc4c55, #w-node-cb9818b5-677a-d0c9-4688-7e77d85d7666-98fc4c55, #w-node-cb9818b5-677a-d0c9-4688-7e77d85d7668-98fc4c55, #w-node-cb9818b5-677a-d0c9-4688-7e77d85d766a-98fc4c55, #w-node-cb9818b5-677a-d0c9-4688-7e77d85d766c-98fc4c55, #w-node-cb9818b5-677a-d0c9-4688-7e77d85d766e-98fc4c55, #w-node-f4ac55a4-2413-0e59-ffcc-c454ef14189f-98fc4c55, #w-node-f4ac55a4-2413-0e59-ffcc-c454ef1418a1-98fc4c55, #w-node-f4ac55a4-2413-0e59-ffcc-c454ef1418a3-98fc4c55, #w-node-f4ac55a4-2413-0e59-ffcc-c454ef1418a5-98fc4c55, #w-node-f4ac55a4-2413-0e59-ffcc-c454ef1418a7-98fc4c55, #w-node-d0ae1085-7555-bbcb-e70c-bf0fbcd0f6a1-96cb2d65, #w-node-d0ae1085-7555-bbcb-e70c-bf0fbcd0f6a3-96cb2d65, #w-node-d0ae1085-7555-bbcb-e70c-bf0fbcd0f6a5-96cb2d65, #w-node-d0ae1085-7555-bbcb-e70c-bf0fbcd0f6a7-96cb2d65, #w-node-_30d2f9ea-8fc2-d61a-a431-c251113a5151-96cb2d65, #w-node-a9e2a896-6c7a-e4f8-a8d2-99585a4cc420-96cb2d65, #w-node-a9e2a896-6c7a-e4f8-a8d2-99585a4cc422-96cb2d65, #w-node-a9e2a896-6c7a-e4f8-a8d2-99585a4cc424-96cb2d65, #w-node-a9e2a896-6c7a-e4f8-a8d2-99585a4cc426-96cb2d65, #w-node-f685fbc1-71b2-a4f6-1127-493d28d837d5-96cb2d65, #w-node-_06e29602-75fa-e512-e093-79231e214a6b-96cb2d65, #w-node-_06e29602-75fa-e512-e093-79231e214a6d-96cb2d65, #w-node-_06e29602-75fa-e512-e093-79231e214a6f-96cb2d65, #w-node-_06e29602-75fa-e512-e093-79231e214a71-96cb2d65, #w-node-_16828884-0501-6673-d19a-14abe9e1b90b-96cb2d65, #w-node-_7d058e52-2ce5-3634-c910-166e0657b9ad-96cb2d65, #w-node-_7d058e52-2ce5-3634-c910-166e0657b9af-96cb2d65, #w-node-_7d058e52-2ce5-3634-c910-166e0657b9b1-96cb2d65, #w-node-_7d058e52-2ce5-3634-c910-166e0657b9b3-96cb2d65, #w-node-d8ebb63a-b356-1613-5c4e-ad53c879916e-96cb2d65, #w-node-ee785565-f937-8164-ce7c-3477a793b377-96cb2d65, #w-node-ee785565-f937-8164-ce7c-3477a793b379-96cb2d65, #w-node-ee785565-f937-8164-ce7c-3477a793b37b-96cb2d65, #w-node-ee785565-f937-8164-ce7c-3477a793b37d-96cb2d65, #w-node-e9965565-4958-111b-4360-c0482f047209-96cb2d65, #w-node-_1b24ea85-d7f1-3da6-7155-97d33f5de3d6-dd8aae24, #w-node-_1b24ea85-d7f1-3da6-7155-97d33f5de3d8-dd8aae24, #w-node-_1b24ea85-d7f1-3da6-7155-97d33f5de3da-dd8aae24, #w-node-_1b24ea85-d7f1-3da6-7155-97d33f5de3dc-dd8aae24, #w-node-_082fe0f5-e0f3-ed9b-e930-f9034a9ccf5c-dd8aae24, #w-node-c218879c-c3cf-822b-2947-1d4d9343f2ef-dd8aae24, #w-node-c218879c-c3cf-822b-2947-1d4d9343f2f1-dd8aae24, #w-node-c218879c-c3cf-822b-2947-1d4d9343f2f3-dd8aae24, #w-node-c218879c-c3cf-822b-2947-1d4d9343f2f5-dd8aae24, #w-node-c218879c-c3cf-822b-2947-1d4d9343f2f7-dd8aae24, #w-node-_09b3329d-c9e2-be67-03c5-6636a2460afd-dd8aae24, #w-node-_09b3329d-c9e2-be67-03c5-6636a2460aff-dd8aae24, #w-node-_09b3329d-c9e2-be67-03c5-6636a2460b01-dd8aae24, #w-node-_09b3329d-c9e2-be67-03c5-6636a2460b03-dd8aae24, #w-node-_82b3cb11-535b-9487-5135-8a5ba2b87ad6-dd8aae24, #w-node-_9f6ad07e-b083-14d3-4d9a-6e0ca0b8e178-dd8aae24, #w-node-_9f6ad07e-b083-14d3-4d9a-6e0ca0b8e17a-dd8aae24, #w-node-_9f6ad07e-b083-14d3-4d9a-6e0ca0b8e17c-dd8aae24, #w-node-_9f6ad07e-b083-14d3-4d9a-6e0ca0b8e17e-dd8aae24, #w-node-_9f6ad07e-b083-14d3-4d9a-6e0ca0b8e180-dd8aae24, #w-node-fa9999d0-b787-3e44-03e9-76dd066323c1-dd8aae24, #w-node-fa9999d0-b787-3e44-03e9-76dd066323c3-dd8aae24, #w-node-fa9999d0-b787-3e44-03e9-76dd066323c5-dd8aae24, #w-node-fa9999d0-b787-3e44-03e9-76dd066323c7-dd8aae24, #w-node-fa9999d0-b787-3e44-03e9-76dd066323c9-dd8aae24, #w-node-ce9d8a13-b30c-fad2-9784-a98022df68e5-e3693d4f, #w-node-ce9d8a13-b30c-fad2-9784-a98022df68e7-e3693d4f, #w-node-ce9d8a13-b30c-fad2-9784-a98022df68e9-e3693d4f, #w-node-ce9d8a13-b30c-fad2-9784-a98022df68eb-e3693d4f, #w-node-fa02c1ec-f9bd-9a4c-2b12-ab8c766e2552-e3693d4f, #w-node-_5cf3c7f7-7627-3f9a-7536-1d24bed800e5-aaa9c80f, #w-node-_5cf3c7f7-7627-3f9a-7536-1d24bed800e7-aaa9c80f, #w-node-_5cf3c7f7-7627-3f9a-7536-1d24bed800e9-aaa9c80f, #w-node-_5cf3c7f7-7627-3f9a-7536-1d24bed800eb-aaa9c80f, #w-node-_5cf3c7f7-7627-3f9a-7536-1d24bed800ed-aaa9c80f, #w-node-e43bf425-7760-8f87-accb-ce90559fe5a8-aaa9c80f, #w-node-e43bf425-7760-8f87-accb-ce90559fe5aa-aaa9c80f, #w-node-e43bf425-7760-8f87-accb-ce90559fe5ac-aaa9c80f, #w-node-e43bf425-7760-8f87-accb-ce90559fe5ae-aaa9c80f, #w-node-e43bf425-7760-8f87-accb-ce90559fe5b0-aaa9c80f, #w-node-b59f0ffd-f443-e437-e5ea-be70440e4126-aaa9c80f, #w-node-b59f0ffd-f443-e437-e5ea-be70440e4128-aaa9c80f, #w-node-b59f0ffd-f443-e437-e5ea-be70440e412a-aaa9c80f, #w-node-b59f0ffd-f443-e437-e5ea-be70440e412c-aaa9c80f, #w-node-b59f0ffd-f443-e437-e5ea-be70440e412e-aaa9c80f, #w-node-_7c25041f-1e78-6d2c-92e4-217604f0276c-4196d694, #w-node-_7c25041f-1e78-6d2c-92e4-217604f0276e-4196d694, #w-node-_7c25041f-1e78-6d2c-92e4-217604f02770-4196d694, #w-node-_7c25041f-1e78-6d2c-92e4-217604f02772-4196d694, #w-node-_7c25041f-1e78-6d2c-92e4-217604f02774-4196d694, #w-node-_2a6187c1-4c36-0213-78c5-b998ccd19896-4196d694, #w-node-_2a6187c1-4c36-0213-78c5-b998ccd19898-4196d694, #w-node-_2a6187c1-4c36-0213-78c5-b998ccd1989a-4196d694, #w-node-_2a6187c1-4c36-0213-78c5-b998ccd1989c-4196d694, #w-node-_2a6187c1-4c36-0213-78c5-b998ccd1989e-4196d694, #w-node-_6b0ff677-15cc-5009-ce26-a2b321511af4-4196d694, #w-node-_6b0ff677-15cc-5009-ce26-a2b321511af6-4196d694, #w-node-_6b0ff677-15cc-5009-ce26-a2b321511af8-4196d694, #w-node-_6b0ff677-15cc-5009-ce26-a2b321511afa-4196d694, #w-node-_6b0ff677-15cc-5009-ce26-a2b321511afc-4196d694, #w-node-_8cc89d80-0322-7e60-bded-0bb346ca12b1-4196d694, #w-node-_8cc89d80-0322-7e60-bded-0bb346ca12b3-4196d694, #w-node-_8cc89d80-0322-7e60-bded-0bb346ca12b5-4196d694, #w-node-_8cc89d80-0322-7e60-bded-0bb346ca12b7-4196d694, #w-node-_8cc89d80-0322-7e60-bded-0bb346ca12b9-4196d694, #w-node-be062a6b-4e65-8fec-d617-7a46fde6eb99-85adf713, #w-node-be062a6b-4e65-8fec-d617-7a46fde6eb9b-85adf713, #w-node-be062a6b-4e65-8fec-d617-7a46fde6eb9d-85adf713, #w-node-be062a6b-4e65-8fec-d617-7a46fde6eb9f-85adf713, #w-node-be062a6b-4e65-8fec-d617-7a46fde6eba1-85adf713, #w-node-e5bf8ee3-79c6-ec85-ffc8-293939f563ce-85adf713, #w-node-e5bf8ee3-79c6-ec85-ffc8-293939f563d0-85adf713, #w-node-e5bf8ee3-79c6-ec85-ffc8-293939f563d2-85adf713, #w-node-e5bf8ee3-79c6-ec85-ffc8-293939f563d4-85adf713, #w-node-e5bf8ee3-79c6-ec85-ffc8-293939f563d6-85adf713, #w-node-_8872b876-112f-bb60-77ae-6e6a5fbf1b49-f3100f81, #w-node-_8872b876-112f-bb60-77ae-6e6a5fbf1b4b-f3100f81, #w-node-_8872b876-112f-bb60-77ae-6e6a5fbf1b4d-f3100f81, #w-node-_8872b876-112f-bb60-77ae-6e6a5fbf1b4f-f3100f81, #w-node-_8872b876-112f-bb60-77ae-6e6a5fbf1b51-f3100f81, #w-node-_0f734275-00a7-893c-7e67-b515ba878bc6-f3100f81, #w-node-_0f734275-00a7-893c-7e67-b515ba878bc8-f3100f81, #w-node-_0f734275-00a7-893c-7e67-b515ba878bca-f3100f81, #w-node-_0f734275-00a7-893c-7e67-b515ba878bcc-f3100f81, #w-node-_0f734275-00a7-893c-7e67-b515ba878bce-f3100f81, #w-node-_1f31b2c7-00df-272d-0b13-eadd842d79aa-40b99758, #w-node-_1f31b2c7-00df-272d-0b13-eadd842d79ac-40b99758, #w-node-_1f31b2c7-00df-272d-0b13-eadd842d79ae-40b99758, #w-node-_1f31b2c7-00df-272d-0b13-eadd842d79b0-40b99758, #w-node-_1f31b2c7-00df-272d-0b13-eadd842d79b2-40b99758 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0b3-88d5f0b1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0b9-88d5f0b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0c1-88d5f0b1 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0c8-88d5f0b1 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0cf-88d5f0b1 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: start stretch;
  }

  #w-node-_020735c5-7825-cab3-ac1e-0d4a1a8fbc1d-79def2a2 {
    align-self: stretch;
  }

  #w-node-_817eec00-81d9-b905-5877-446c5bfb1954-79def2a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8cd32872-f168-7c09-82a6-5054f4373685-79def2a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_8cd32872-f168-7c09-82a6-5054f4373686-79def2a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86a50b64-d5dc-6822-0596-0ec4011a8ee2-79def2a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-fbb280f0-05e9-016b-dbe9-5bc8fa525dae-79def2a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_466bd54c-32e3-9227-b287-cb00bbfa0a21-f0def2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_817eec00-81d9-b905-5877-446c5bfb1954-f0def2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a02b433e-a83a-5ba3-fd3b-92d296d9ca70-f0def2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }

  #w-node-a02b433e-a83a-5ba3-fd3b-92d296d9ca72-f0def2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-f4def2a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-f4def2a7 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-bbdef2a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-bbdef2a8 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-53def2a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-53def2a9 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-afdef2aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-afdef2aa {
    align-self: auto;
  }

  #w-node-bd503b28-bb86-6acc-11f8-83c1a66b34c5-b5def2ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }

  #w-node-bd503b28-bb86-6acc-11f8-83c1a66b34c6-b5def2ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_17b21e04-b4d0-cb77-2c5f-44ae37c2cc28-b5def2ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20cd60b6-eb4e-8015-7249-f020002edbc3-b5def2ac {
    align-self: stretch;
  }

  #w-node-_20cd60b6-eb4e-8015-7249-f020002edbc4-b5def2ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-c3def2ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-c3def2ad {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-6ddef2ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-6ddef2ae {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-9adef2af {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-9adef2af {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-b7def2b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-b7def2b0 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-ffdef2b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-ffdef2b1 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-9adef2b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-9adef2b2 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-58def2b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-58def2b3 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-dedef2b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-dedef2b6, #w-node-ee9e39d7-22ef-be49-e773-c04d06d891d5-1ddef2b7 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-22def2b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-22def2b8 {
    align-self: auto;
  }

  #w-node-_6d58e2fd-372a-f22a-7db1-b692bfb8d2f3-63def2bb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_444183cb-563b-fa30-0d6f-b2b6aabab190-63def2bb {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_45a7510c-3fa7-7f9d-3153-f6e7562c4969-63def2bb {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_864e7447-9fcd-2cfe-074a-0ac19dee532e-63def2bb {
    grid-area: 3 / 1 / 4 / 2;
    place-self: start stretch;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-6ddef2e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-6ddef2e7 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-39def2eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-39def2eb {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-08def2ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-08def2ec {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-e2def2ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-e2def2ed {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-d0def2f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-d0def2f1 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-10def2f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-10def2f3 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-59def2f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-59def2f4 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-47def2f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-47def2f5 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-b0def2f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-b0def2f6 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-6ddef30e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-6ddef30e {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-5adef31f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-5adef31f {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-67def33f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-67def33f {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-9cdef342 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-9cdef342 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-1cdef343 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-1cdef343 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-60def344 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-60def344 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-cadef345 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-cadef345 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-d8def346 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-d8def346, #w-node-_3f65c1a2-792f-a4db-2073-8a59fb6918f8-32def348 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-36def349 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-36def349 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-fedef34a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-fedef34a {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-f4def34b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-f4def34b {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-76def34e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-76def34e {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-68def34f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-68def34f {
    align-self: auto;
  }

  #w-node-d964d4be-2124-7e1f-36dc-6e612792c8bb-43def350 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-f6def351 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-f6def351 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-f7def358 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-f7def358 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-15def359 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-15def359 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-efdef35c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-efdef35c {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-c5def35d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-c5def35d {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-2cdef35e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-2cdef35e {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-51def35f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-51def35f {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-11def360 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-11def360 {
    align-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-36def380 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-36def380 {
    align-self: auto;
  }

  #w-node-_3913e02d-e77f-a543-c9f5-048fb9c38931-95079516 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_3913e02d-e77f-a543-c9f5-048fb9c38935-95079516 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6b91-0e70e392 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6b97-0e70e392 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6b9f-0e70e392 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6ba6-0e70e392 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6bad-0e70e392 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: start stretch;
  }

  #w-node-_8fa1e6b8-61b2-5e98-db45-c4978d9777be-5e424aab, #w-node-_5a1b8842-1031-7bda-d7b1-f7c546708d7d-5e424aab, #w-node-e3c5adf3-bbbe-bf27-9080-031e0e5ede26-5e424aab, #w-node-_1f513156-580e-290a-6338-5564b289e8bc-5e424aab, #w-node-d462a3c9-9dc1-93b4-5b42-1c64cb6f9c32-5e424aab, #w-node-_70f38a95-35b5-3eb1-b1ab-e3c17d555d07-5e424aab, #w-node-f2e06e77-c377-f64d-8b81-40c2283d60fc-98fc4c55, #w-node-cce86372-47b2-a402-67b3-ff914d876eed-98fc4c55, #w-node-_167bb94a-ef07-5089-9388-f5dcf8e809be-98fc4c55, #w-node-_34f07daf-98cf-3075-b3e3-886c8c2c8602-98fc4c55, #w-node-_9eec220b-533b-fb5c-02ad-1a0e1d220c64-98fc4c55, #w-node-c100bc9d-4adc-831a-dcf9-58235de601b3-98fc4c55, #w-node-eb6edb56-ba0e-d3ea-3ba9-515f13ca7453-96cb2d65, #w-node-_3f4c371b-1073-f9e3-bb03-efeb938efb89-96cb2d65, #w-node-d5d9f91e-21fa-50c5-14e3-a0bc68746ba2-96cb2d65, #w-node-_466d05eb-e7f4-94ba-4a80-2382a5c09c5e-96cb2d65, #w-node-_29a4615c-102d-aec3-fd98-e1bf827134b2-96cb2d65, #w-node-_44217a78-3b95-aee9-8205-b637b50b40e5-dd8aae24, #w-node-b2b8dd33-6db3-678e-a30a-4a4e988118ae-dd8aae24, #w-node-_033457fb-757f-db79-9060-cba5b48298a2-dd8aae24, #w-node-e5aa5fab-f3bc-a472-5f23-109b47030175-dd8aae24, #w-node-_79d13fad-ffe4-0a5d-713f-63125e6c214e-dd8aae24, #w-node-d5ef9ba1-5551-7422-5b71-1ab1cd41ac9e-e3693d4f, #w-node-_7378eeb4-ed2b-e2d2-dfa3-348dcbcf1b92-aaa9c80f, #w-node-_9c9c38c5-abf1-9ebd-9b53-badede05ac74-aaa9c80f, #w-node-ffb225ff-6b81-5862-cd80-abd7d280e412-aaa9c80f, #w-node-a298a717-0682-50d7-487e-2c793e0ffe2f-4196d694, #w-node-_9859a4de-2852-c7e6-a0bc-a14f8d5797a6-4196d694, #w-node-_6b0ff677-15cc-5009-ce26-a2b321511b13-4196d694, #w-node-ba453222-62c6-dd73-76b4-dd61e015552b-4196d694, #w-node-_1a4cac03-be21-71e6-156b-96e012869f6c-85adf713, #w-node-_558c71ab-4a4a-15db-91b0-72a0f3197ea8-85adf713, #w-node-c182c02e-2f8a-1b7e-6dbd-145119100540-f3100f81, #w-node-ce109c93-85e1-4cbd-6153-7e33c23e9a88-f3100f81, #w-node-_92246276-6b8d-5757-d484-8b3da570aef9-40b99758 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0b3-88d5f0b1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0c1-88d5f0b1 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0c8-88d5f0b1 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0cf-88d5f0b1 {
    grid-area: 4 / 2 / 5 / 3;
    place-self: start stretch;
  }

  #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0d7-88d5f0b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1024dbb6-955c-2776-da5e-22e588d5f0db-88d5f0b1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_020735c5-7825-cab3-ac1e-0d4a1a8fbc1d-79def2a2 {
    place-self: auto;
  }

  #w-node-_817eec00-81d9-b905-5877-446c5bfb1954-79def2a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_8cd32872-f168-7c09-82a6-5054f4373685-79def2a2, #w-node-_86a50b64-d5dc-6822-0596-0ec4011a8ee2-79def2a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_466bd54c-32e3-9227-b287-cb00bbfa0a21-f0def2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-a02b433e-a83a-5ba3-fd3b-92d296d9ca70-f0def2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-a02b433e-a83a-5ba3-fd3b-92d296d9ca72-f0def2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-f4def2a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-f4def2a7 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-f4def2a7, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-f4def2a7, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-f4def2a7 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-bbdef2a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-bbdef2a8 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-bbdef2a8, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-bbdef2a8, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-bbdef2a8 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-53def2a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-53def2a9 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-53def2a9, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-53def2a9, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-53def2a9 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-afdef2aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-afdef2aa {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-afdef2aa, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-afdef2aa, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-afdef2aa {
    justify-self: center;
  }

  #w-node-bd503b28-bb86-6acc-11f8-83c1a66b34c5-b5def2ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-bd503b28-bb86-6acc-11f8-83c1a66b34c6-b5def2ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-ca6d5f39-b6f8-9fdc-9285-edaeb807dd29-b5def2ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_55d3352a-f35c-3cb7-db97-e3bfcbe9ad71-b5def2ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-b4ae0d73-a803-a0e3-f221-21132ae457e5-b5def2ac, #w-node-_17b21e04-b4d0-cb77-2c5f-44ae37c2cc28-b5def2ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-c3def2ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-c3def2ad {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-c3def2ad, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-c3def2ad, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-c3def2ad {
    justify-self: center;
  }

  #w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-6ddef2ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-6ddef2ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-6ddef2ae {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-6ddef2ae, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-6ddef2ae, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-6ddef2ae {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-9adef2af {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-9adef2af {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-9adef2af, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-9adef2af, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-9adef2af {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-b7def2b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-b7def2b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-b7def2b0 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-b7def2b0, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-b7def2b0, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-b7def2b0 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-ffdef2b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-ffdef2b1 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-ffdef2b1, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-ffdef2b1, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-ffdef2b1 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-9adef2b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-9adef2b2 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-9adef2b2, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-9adef2b2, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-9adef2b2 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-58def2b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-58def2b3 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-58def2b3, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-58def2b3, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-58def2b3 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-dedef2b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-dedef2b6 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-dedef2b6, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-dedef2b6, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-dedef2b6 {
    justify-self: center;
  }

  #w-node-a7f1ea9e-7c4e-9074-7a57-a91160ed1e95-1ddef2b7, #w-node-a7f1ea9e-7c4e-9074-7a57-a91160ed1eb0-1ddef2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a7f1ea9e-7c4e-9074-7a57-a91160ed1ebc-1ddef2b7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a7f1ea9e-7c4e-9074-7a57-a91160ed1e98-1ddef2b7, #w-node-a7f1ea9e-7c4e-9074-7a57-a91160ed1ea2-1ddef2b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-22def2b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-22def2b8 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-22def2b8, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-22def2b8, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-22def2b8 {
    justify-self: center;
  }

  #w-node-_6d58e2fd-372a-f22a-7db1-b692bfb8d2f3-63def2bb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_444183cb-563b-fa30-0d6f-b2b6aabab190-63def2bb {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_45a7510c-3fa7-7f9d-3153-f6e7562c4969-63def2bb {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_864e7447-9fcd-2cfe-074a-0ac19dee532e-63def2bb {
    grid-area: 4 / 2 / 5 / 3;
    place-self: start stretch;
  }

  #w-node-_584b8347-f2c0-30d2-f8fe-b3d8b5ab9bea-63def2bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6d7d8235-8938-2b0b-0a10-840f30894ddb-63def2bb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-6ddef2e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-6ddef2e7 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-6ddef2e7, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-6ddef2e7, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-6ddef2e7 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-39def2eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-39def2eb {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-39def2eb, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-39def2eb, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-39def2eb {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-08def2ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-08def2ec {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-08def2ec, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-08def2ec, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-08def2ec {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-e2def2ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-e2def2ed {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-e2def2ed, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-e2def2ed, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-e2def2ed {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-d0def2f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-d0def2f1 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-d0def2f1, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-d0def2f1, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-d0def2f1 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-10def2f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-10def2f3 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-10def2f3, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-10def2f3, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-10def2f3 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-59def2f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-59def2f4 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-59def2f4, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-59def2f4, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-59def2f4 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-47def2f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-47def2f5 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-47def2f5, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-47def2f5, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-47def2f5 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-b0def2f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-b0def2f6 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-b0def2f6, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-b0def2f6, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-b0def2f6 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-6ddef30e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-6ddef30e {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-6ddef30e, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-6ddef30e, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-6ddef30e {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-5adef31f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-5adef31f {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-5adef31f, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-5adef31f, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-5adef31f {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-67def33f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-67def33f {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-67def33f, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-67def33f, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-67def33f {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-9cdef342 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-9cdef342 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-9cdef342, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-9cdef342, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-9cdef342 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-1cdef343 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-1cdef343 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-1cdef343, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-1cdef343, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-1cdef343 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-60def344 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-60def344 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-60def344, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-60def344, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-60def344 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-cadef345 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-cadef345 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-cadef345, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-cadef345, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-cadef345 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-d8def346 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-d8def346 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-d8def346, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-d8def346, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-d8def346 {
    justify-self: center;
  }

  #w-node-b37aa612-4a84-91ab-d18a-891102952164-32def348 {
    align-self: stretch;
  }

  #w-node-e2163da2-ad7b-56fd-fd67-117e2a478b36-32def348 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-36def349 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-36def349 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-36def349, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-36def349, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-36def349 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-fedef34a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-fedef34a {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-fedef34a, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-fedef34a, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-fedef34a {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-f4def34b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-f4def34b {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-f4def34b, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-f4def34b, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-f4def34b {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-76def34e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-76def34e {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-76def34e, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-76def34e, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-76def34e {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-68def34f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-68def34f {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-68def34f, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-68def34f, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-68def34f {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-f6def351 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-f6def351 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-f6def351, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-f6def351, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-f6def351 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-f7def358 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-f7def358 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-f7def358, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-f7def358, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-f7def358 {
    justify-self: center;
  }

  #w-node-_8eb09311-9e80-4cb5-48c2-4af0c5b5e9f3-15def359 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-15def359 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-15def359 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-15def359, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-15def359, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-15def359 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-efdef35c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-efdef35c {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-efdef35c, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-efdef35c, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-efdef35c {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-c5def35d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-c5def35d {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-c5def35d, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-c5def35d {
    justify-self: center;
  }

  #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-c5def35d {
    place-self: auto center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-2cdef35e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-2cdef35e {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-2cdef35e, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-2cdef35e, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-2cdef35e {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-51def35f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-51def35f {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-51def35f, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-51def35f, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-51def35f {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-11def360 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-11def360 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-11def360, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-11def360, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-11def360 {
    justify-self: center;
  }

  #w-node-_13046732-1387-3958-de4a-28d0e5dcea1f-36def380 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_1f4d93aa-9a4f-af1f-fd28-664db0a7a9cf-36def380 {
    place-self: auto center;
  }

  #w-node-_6944ec86-f54d-8654-2758-237ebdff45f0-36def380, #w-node-e48d4ca8-e13e-676d-b1d0-f989fec2dd92-36def380, #w-node-_2bf1e08e-afb3-8edb-8e47-2a00d86109b0-36def380 {
    justify-self: center;
  }

  #w-node-_3913e02d-e77f-a543-c9f5-048fb9c38931-95079516 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6b91-0e70e392 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6b9f-0e70e392 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6ba6-0e70e392 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6bad-0e70e392 {
    grid-area: 4 / 2 / 5 / 3;
    place-self: start stretch;
  }

  #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6bb5-0e70e392 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0a7d883b-8b9f-5ab9-d051-2566272f6bb9-0e70e392 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_8fa1e6b8-61b2-5e98-db45-c4978d9777af-5e424aab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_8fa1e6b8-61b2-5e98-db45-c4978d9777be-5e424aab, #w-node-_5a1b8842-1031-7bda-d7b1-f7c546708d7d-5e424aab, #w-node-e3c5adf3-bbbe-bf27-9080-031e0e5ede26-5e424aab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-e3c5adf3-bbbe-bf27-9080-031e0e5ede2b-5e424aab, #w-node-_1f513156-580e-290a-6338-5564b289e8a8-5e424aab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_1f513156-580e-290a-6338-5564b289e8bc-5e424aab, #w-node-d462a3c9-9dc1-93b4-5b42-1c64cb6f9c32-5e424aab, #w-node-_70f38a95-35b5-3eb1-b1ab-e3c17d555d07-5e424aab, #w-node-f2e06e77-c377-f64d-8b81-40c2283d60fc-98fc4c55, #w-node-cce86372-47b2-a402-67b3-ff914d876eed-98fc4c55, #w-node-_167bb94a-ef07-5089-9388-f5dcf8e809be-98fc4c55, #w-node-_34f07daf-98cf-3075-b3e3-886c8c2c8602-98fc4c55, #w-node-_9eec220b-533b-fb5c-02ad-1a0e1d220c64-98fc4c55, #w-node-c100bc9d-4adc-831a-dcf9-58235de601b3-98fc4c55, #w-node-eb6edb56-ba0e-d3ea-3ba9-515f13ca7453-96cb2d65, #w-node-_3f4c371b-1073-f9e3-bb03-efeb938efb89-96cb2d65, #w-node-d5d9f91e-21fa-50c5-14e3-a0bc68746ba2-96cb2d65, #w-node-_466d05eb-e7f4-94ba-4a80-2382a5c09c5e-96cb2d65, #w-node-_29a4615c-102d-aec3-fd98-e1bf827134b2-96cb2d65, #w-node-_44217a78-3b95-aee9-8205-b637b50b40e5-dd8aae24, #w-node-b2b8dd33-6db3-678e-a30a-4a4e988118ae-dd8aae24, #w-node-_033457fb-757f-db79-9060-cba5b48298a2-dd8aae24, #w-node-e5aa5fab-f3bc-a472-5f23-109b47030175-dd8aae24, #w-node-_79d13fad-ffe4-0a5d-713f-63125e6c214e-dd8aae24, #w-node-d5ef9ba1-5551-7422-5b71-1ab1cd41ac9e-e3693d4f, #w-node-_7378eeb4-ed2b-e2d2-dfa3-348dcbcf1b92-aaa9c80f, #w-node-_9c9c38c5-abf1-9ebd-9b53-badede05ac74-aaa9c80f, #w-node-ffb225ff-6b81-5862-cd80-abd7d280e412-aaa9c80f, #w-node-a298a717-0682-50d7-487e-2c793e0ffe2f-4196d694, #w-node-_9859a4de-2852-c7e6-a0bc-a14f8d5797a6-4196d694, #w-node-_6b0ff677-15cc-5009-ce26-a2b321511b13-4196d694, #w-node-ba453222-62c6-dd73-76b4-dd61e015552b-4196d694, #w-node-_1a4cac03-be21-71e6-156b-96e012869f6c-85adf713, #w-node-_558c71ab-4a4a-15db-91b0-72a0f3197ea8-85adf713, #w-node-c182c02e-2f8a-1b7e-6dbd-145119100540-f3100f81, #w-node-ce109c93-85e1-4cbd-6153-7e33c23e9a88-f3100f81, #w-node-_92246276-6b8d-5757-d484-8b3da570aef9-40b99758 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }
}


