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

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

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

@font-face {
  font-family: Diatype Mono;
  src: url('../fonts/ABCDiatypeMono-Light.woff2') format("woff2"), url('../fonts/ABCDiatypeMono-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --arancini: #ffe600;
}

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

figure {
  margin-bottom: 10px;
}

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

.black {
  background-color: #000;
}

.header {
  z-index: 10;
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.header-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  display: flex;
}

.header-logo-logo {
  padding-top: 11px;
  padding-bottom: 11px;
}

.header-navigation {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.header-navigation-link {
  color: #fff;
  padding: 6px 32px;
  font-family: Diatype, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 125%;
  text-decoration: none;
  display: inline-block;
}

.header-navigation-link:hover {
  color: #ffffffbf;
}

.header-navigation-link.w--current {
  color: #fff6;
}

.header-navigation-link.first {
  padding-left: 0;
}

.header-navigation-nav-main {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.header-navigation-nav-secondary {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.header-logo {
  width: 30%;
}

.header-navigation-button {
  background-color: var(--arancini);
  color: #000;
  border-radius: 0;
  padding-left: 33px;
  padding-right: 33px;
  font-family: Diatype, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.hero-frontpage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 90vh;
  min-height: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-frontpage-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  display: flex;
}

.hero-frontpage-heading1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.05vw;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Diatype, sans-serif;
  font-size: 3.25vw;
  font-weight: 300;
  line-height: 125%;
}

.hero-frontpage-p-intro {
  color: #fff;
  text-align: center;
  letter-spacing: -.03vw;
  width: 60%;
  margin-bottom: 49px;
  font-family: Diatype, sans-serif;
  font-size: 1.75vw;
  font-weight: 300;
  line-height: 125%;
}

.hero-frontpage-cta {
  background-color: #0000;
  padding: 18px 40px;
  font-family: Diatype, sans-serif;
  font-weight: 700;
}

.header-logo-logo-image {
  max-height: 17px;
}

.content-frontpage {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.content-frontpage-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  display: flex;
}

.content-frontpage-twocol {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.content-frontpage-onecol {
  width: 100%;
}

.content-frontpage-twocol-item {
  min-height: 750px;
  position: relative;
}

.content-frontpage-onecol-item {
  width: 100%;
  min-height: 750px;
  position: relative;
}

.frontpage-products-plate {
  background-image: url('../images/frontpage-plate-placeholder.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.frontpage-products-wave {
  background-image: url('../images/frontpage-wave-placeholder.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.frontpage-products-lid {
  background-image: linear-gradient(#00000057, #00000057), url('../images/akita-lid-bg.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 50px;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.header-toprow {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

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

.header-toprow-nav {
  flex-direction: row;
  justify-content: flex-end;
  width: 65%;
  display: flex;
}

.header-toprow-nav-link {
  color: #fff;
  padding: 6px 11px;
  font-family: Diatype, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 125%;
  text-decoration: none;
  display: inline-block;
}

.header-toprow-nav-link.w--current {
  color: #ffffff59;
}

.header-toprow-nav-link.last {
  padding-right: 0;
}

.header-toprow-nav-link.first {
  padding-left: 0;
}

.header-toprow-nav-link.login {
  background-image: url('../images/icon-login.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px solid #ffffff26;
  height: auto;
  min-height: auto;
  margin-left: 14px;
  padding-left: 38px;
  padding-right: 0;
}

.header-navigation-link-login {
  color: #fff;
  margin-right: 15px;
  padding: 6px 11px;
  font-family: Diatype, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
  display: inline-block;
}

.frontpage-products-product-heading2 {
  color: #fff;
  letter-spacing: -.05vw;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Diatype, sans-serif;
  font-size: 3.25vw;
  font-weight: 300;
  line-height: 110%;
}

.frontpage-products-product-heading2.black {
  color: #000;
  background-color: #0000;
}

.frontpage-products-product-p {
  color: #fff;
  letter-spacing: -.03vw;
  width: 60%;
  margin-bottom: 0;
  font-family: Diatype, sans-serif;
  font-size: 1.75vw;
  font-weight: 300;
  line-height: 125%;
}

.frontpage-products-product-p.black {
  color: #000;
  background-color: #0000;
}

.hero-plate {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 650px;
  padding-top: 350px;
  display: flex;
  position: relative;
}

.hero-plate-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin-bottom: 100px;
  display: flex;
}

.hero-contentpage-heading1 {
  color: #fff;
  letter-spacing: -.05vw;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Diatype, sans-serif;
  font-size: 3.25vw;
  font-weight: 300;
  line-height: 125%;
}

.hero-contentpage-p-intro {
  color: #fff;
  text-align: center;
  letter-spacing: -.03vw;
  width: 60%;
  margin-bottom: 49px;
  font-family: Diatype, sans-serif;
  font-size: 1.75vw;
  font-weight: 300;
  line-height: 125%;
}

.hero-contentpage-cta {
  background-color: #0000;
  padding: 18px 40px;
  font-family: Diatype, sans-serif;
  font-weight: 700;
}

.hero-plate-video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  height: 0;
  min-height: 850px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-plate-video.hidden {
  display: none;
}

.content-contentpage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.content-contentpage-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.news-frontpage {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.news-frontpage-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1440px;
  display: flex;
}

.news-frontpage-heading2 {
  color: #fff;
  letter-spacing: -.05vw;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Diatype, sans-serif;
  font-size: 3.25vw;
  font-weight: 300;
  line-height: 110%;
}

.news-frontpage-heading2.black {
  color: #000;
  background-color: #0000;
}

.news-frontpage-p-intro {
  color: #fff;
  letter-spacing: -.03vw;
  width: 60%;
  margin-bottom: 0;
  font-family: Diatype, sans-serif;
  font-size: 1.75vw;
  font-weight: 300;
  line-height: 125%;
}

.news-frontpage-p-intro.black {
  color: #000;
  background-color: #0000;
}

.news-frontpage-feed {
  width: 100%;
}

.news-frontpage-feed-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.news-frontpage-feed-container {
  width: 100%;
}

.news-frontpage-feed-list-item-link {
  color: #fff;
  width: 100%;
  text-decoration: none;
}

.news-frontpage-intro {
  margin-bottom: 50px;
}

.news-frontpage-feed-list-item-image {
  background-color: var(--arancini);
  background-image: url('../images/Jari1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 250px;
  margin-bottom: 20px;
}

.news-frontpage-feed-list-item-heading {
  color: #fff;
  font-family: Diatype, sans-serif;
  font-size: 1.05vw;
  font-weight: 300;
  line-height: 125%;
}

.news-frontpage-feed-list-item-heading.black {
  color: #000;
  background-color: #0000;
}

.footer {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.footer-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  display: flex;
}

.footer-top {
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
}

.footer-middle {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  width: 100%;
  padding-top: 41px;
  padding-bottom: 41px;
}

.footer-middle-left {
  border-right: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  min-height: 350px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 35px;
  display: flex;
}

.footer-middle-right {
  width: 30%;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 35px;
}

.footer-middle-center {
  border-right: 1px solid #ffffff1a;
  width: 30%;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 35px;
}

.content-frontpage-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.content-frontpage-p-intro {
  color: #fff;
  text-align: center;
  letter-spacing: -.03vw;
  width: 60%;
  margin-bottom: 49px;
  font-family: Diatype, sans-serif;
  font-size: 1.75vw;
  font-weight: 300;
  line-height: 125%;
}

.content-contentpage-twocol {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.content-contentpage-twocol-content {
  width: 29%;
}

.content-contentpage-twocol-content.middle {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.content-contentpage-twocol-image {
  width: 60%;
}

.content-contentpage-p {
  color: #fff;
  text-align: left;
  letter-spacing: -.03vw;
  margin-bottom: 20px;
  font-family: Diatype, sans-serif;
  font-size: 1.15vw;
  font-weight: 300;
  line-height: 180%;
}

.content-contentpage-heading-m {
  color: #fff;
  text-align: left;
  letter-spacing: -.03vw;
  margin-bottom: 25px;
  font-family: Diatype, sans-serif;
  font-size: 1.75vw;
  font-weight: 300;
  line-height: 130%;
}

.content-contentpage-sticky-nav {
  z-index: 3;
  -webkit-backdrop-filter: saturate(200%) blur(35px);
  backdrop-filter: saturate(200%) blur(35px);
  background-color: #00000082;
  border-bottom: 0 #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.content-contentpage-sticky-nav-link {
  color: #fff;
  padding: 1.5vw 0;
  font-family: Diatype, sans-serif;
  font-size: 1.25vw;
  text-decoration: none;
}

.content-contentpage-sticky-nav-link.w--current {
  border-bottom: 1px solid #fff;
}

.content-contentpage-sticky-nav-link.right {
  padding-right: 0;
}

.content-contentpage-sticky-nav-link.left {
  padding-left: 0;
}

.content-contentpage-fullwidth {
  width: 100%;
  position: relative;
}

.content-contentpage-fullwidth-plate {
  background-image: url('../images/plate-placeholder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90vh;
  min-height: 650px;
  position: relative;
}

.content-contentpage-fullwidth-plate-text {
  width: 30%;
  margin-bottom: 25%;
  position: sticky;
  top: 36%;
  bottom: auto;
}

.content-contentpage-p-explanation {
  color: #fff;
  text-align: left;
  letter-spacing: -.03vw;
  max-width: 250px;
  margin-bottom: 25px;
  font-family: Diatype, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 150%;
}

.content-contentpage-sticky-nav-container {
  z-index: 3;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  width: 90%;
  max-width: 1440px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0;
}

.content-contentpage-fullwidth-plate-legend {
  align-items: center;
  margin-bottom: 10%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.legend-text {
  color: #fff;
  margin-top: 1px;
  font-family: Diatype Mono, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 100%;
}

.content-contentpage-fullwidth-plate-legend-legend {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.legend-dot {
  margin-right: 15px;
}

.content-contentpage-fullwidth-plate-cells {
  background-image: url('../images/cells-placeholder.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 20%;
  right: 20%;
}

.content-contentpage-fullwidth-plate-cells.lungs {
  background-image: url('../images/384-lung_a_tilescan-1-8_aa_tilescan-2-8_2022-06-21T13-00-32.693.png');
  background-size: 512px;
}

.content-contentpage-fullwidth-plate-cells.lumen {
  background-image: url('../images/IVC-BMCS-WT-LF-110-160_ii20_Static-WT-LF-110-160_WT-110-1C_Image_21_2022-06-21T20-16-52.438.png');
  width: 300px;
}

.content-contentpage-fullwidth-plate-cells.gut {
  background-image: url('../images/GUT-IF-images-on-384_a_TileScan-3-2_2022-06-21T08-12-09.594.png');
  background-size: 512px;
}

.contentpage-icongrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.contentpage-icongrid-item {
  background-color: #ffffff17;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  padding: 35px 35px 20px;
  display: flex;
}

.contentpage-icongrid-item-inner {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contentpage-icongrid-item-icon {
  background-color: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.contentpage-icongrid-item-text {
  color: #fff;
  text-align: center;
  font-family: Diatype, sans-serif;
}

.news-news {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.news-news-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1440px;
  display: flex;
}

.header-black {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 160px;
  display: flex;
  position: relative;
}

.news-single {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
}

.news-single-container {
  width: 90%;
  max-width: 1440px;
  margin-bottom: 100px;
}

.news-single-intro-head {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.news-single-intro-head-heading1 {
  color: #000;
  text-align: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Diatype, sans-serif;
  font-size: 3.25vw;
  font-weight: 300;
  line-height: 125%;
}

.news-single-intro-p {
  color: #000;
  text-align: center;
  letter-spacing: -.03vw;
  width: 60%;
  margin-bottom: 49px;
  font-family: Diatype, sans-serif;
  font-size: 1.75vw;
  font-weight: 300;
  line-height: 125%;
}

.news-single-intro-p.hidden {
  display: none;
}

.news-single-intro-heroimage {
  background-color: var(--arancini);
  background-image: url('../images/FAQ-hero.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 650px;
}

.news-single-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.news-single-content-inner {
  width: 60%;
}

.news-richtext h1 {
  color: #000;
  text-transform: uppercase;
  font-family: Diatype, sans-serif;
  font-weight: 700;
  line-height: 145%;
}

.news-richtext h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Diatype, sans-serif;
  font-size: 1.75vw;
  font-weight: 300;
}

.news-richtext h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Diatype, sans-serif;
  font-size: 1.55vw;
  font-weight: 300;
  line-height: 125%;
}

.news-richtext h4, .news-richtext h5 {
  color: #000;
  font-family: Diatype, sans-serif;
  font-weight: 400;
}

.news-richtext h6 {
  color: #000;
  font-family: Diatype, sans-serif;
  font-weight: 700;
  line-height: 125%;
}

.news-richtext p {
  color: #000;
  margin-bottom: 15px;
  font-family: Diatype, sans-serif;
  font-size: 1.25vw;
  line-height: 175%;
}

.news-richtext figcaption {
  color: #000;
  font-family: Diatype, sans-serif;
  line-height: 125%;
}

.news-richtext blockquote {
  color: #000;
  font-family: Diatype, sans-serif;
  font-size: 1.25vw;
  line-height: 120%;
}

.news-richtext a {
  color: #414141;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.news-frontpage-feed-date {
  color: #fff;
  font-family: Diatype, sans-serif;
  font-size: .75vw;
  font-weight: 300;
}

.news-frontpage-feed-date.black {
  color: #000;
  background-color: #0000;
}

.news-frontpage-feed-date.black.hidden, .news-frontpage-feed-date.hidden {
  display: none;
}

.company-team-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.company-team-list-container {
  width: 100%;
}

.content-contentpage-imagegrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hero-contentpage-p-intro-link {
  color: #fff;
  border-bottom: 1px solid #ffffff59;
  text-decoration: none;
}

.contentpage-form {
  width: 70%;
  max-width: 550px;
}

.contentpage-form-input {
  margin-bottom: 27px;
}

.contentpage-form-input-label {
  color: #fff;
  margin-bottom: 8px;
  font-family: Diatype, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 125%;
}

.contentpage-form-input-text {
  color: #000;
  border: 1px #000;
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: Diatype, sans-serif;
}

.contentpage-form-input-submit {
  background-color: var(--arancini);
  color: #000;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Diatype, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.contentpage-form-input-checkbox {
  color: #fff;
  margin-right: 20px;
  font-family: Diatype, sans-serif;
}

.contentpage-form-input-checkboxes {
  margin-bottom: 27px;
  display: flex;
}

.resources-feed-container {
  width: 100%;
}

.resources-feed-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.resources-feed-list-item-image {
  background-color: var(--arancini);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 350px;
  margin-bottom: 20px;
}

.resources-resources {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.resources-resources-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1440px;
  display: flex;
}

.resources-intro {
  margin-bottom: 50px;
}

.resources-resources-copy, .resources-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.resources-hero-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1440px;
  display: flex;
}

.resources-papers {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.resources-papers-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1440px;
  display: flex;
}

.resources-papers-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.resources-papers-grid-item {
  text-decoration: none;
}

.resources-papers-grid-item-image {
  background-color: #d9d9d9;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  margin-bottom: 25px;
  display: flex;
}

.resources-paper-p {
  color: #fff;
  font-family: Diatype, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.resources-paper-heading {
  color: #fff;
  min-height: 100px;
  font-family: Diatype, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 125%;
}

.resources-paper-heading.black {
  color: #000;
  background-color: #0000;
}

.resources-papers-grid-item-image-image {
  width: 300px;
}

.footer-top-social {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-top-social-link {
  color: #fff;
  margin-left: 20px;
  margin-right: 0;
  padding: 9px 10px 9px 30px;
  font-family: Diatype, sans-serif;
  text-decoration: none;
  display: flex;
}

.footer-top-social-link.linkedin {
  background-image: url('../images/icon-linkedin.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer-top-social-link.fb {
  background-image: url('../images/icon-facebook.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer-top-social-link.insta {
  background-image: url('../images/icon-instagram.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer-top-social-link.twitter {
  background-image: url('../images/icon-twitter.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer-top-allrights, .footer-top-allrights-copy {
  color: #fff;
  font-family: Diatype, sans-serif;
  font-size: 14px;
  line-height: 180%;
}

.footer-navlink {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Diatype, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.cta-contentpage {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.cta-contentpage-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.header-mobilenav-toggle, .header-mobilenav {
  display: none;
}

.header-nav-cta-button {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  padding: 14px 28px;
  font-size: 21px;
  font-weight: 900;
}

.header-nav-link-small-text {
  align-items: center;
  line-height: 100%;
  display: flex;
}

.header-nav-link-small-icon {
  margin-right: 8px;
}

.header-nav-link-small {
  color: #fff;
  justify-content: center;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 900;
  line-height: 125%;
  text-decoration: none;
  display: flex;
}

.signinform-container {
  width: 50%;
}

.login {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 850px;
  display: flex;
}

.signin-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.signin-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
  position: relative;
}

.signin-right {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
}

.signin-left-logo {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  min-height: 40px;
  max-height: 17px;
  display: flex;
  position: absolute;
  top: 50px;
  left: auto;
}

.signin-left-container {
  width: 80%;
}

.signin {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 850px;
  display: flex;
}

.signin-left-logo-image {
  height: 17px;
}

.signin-left-p {
  color: #fff;
  margin-bottom: 35px;
  font-family: Diatype, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.signin-heading1 {
  color: #fff;
  font-family: Diatype, sans-serif;
  font-weight: 300;
}

.signinform-input {
  margin-bottom: 15px;
}

.signinform-input-label {
  color: #000;
  font-family: Diatype, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.signinform-input-input {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  font-family: Diatype Mono, sans-serif;
  font-weight: 300;
  box-shadow: 0 1px 1px #00000012, 0 2px 7px #00000014;
}

.signinform-input-submit-button {
  background-color: var(--arancini);
  color: #000;
  width: 100%;
  margin-bottom: 14px;
  font-family: Diatype, sans-serif;
  font-weight: 700;
}

.signinform-input-submit {
  margin-top: 18px;
}

.signinform-input-submit-text {
  text-align: center;
  font-family: Diatype, sans-serif;
}

.signinform-input-submit-text-link {
  color: #818181;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.logogrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.logogrid-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logogrid-item-image {
  max-height: 120px;
}

.eu-logos {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.eu-logos-container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.eu-logos-container-image {
  max-width: 350px;
}

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

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

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

@media screen and (min-width: 1920px) {
  .content-contentpage-p {
    font-size: 20px;
  }

  .content-contentpage-heading-m {
    font-size: 32px;
  }

  .content-contentpage-sticky-nav-link, .content-contentpage-p-explanation {
    font-size: 20px;
  }

  .news-single-content {
    padding-bottom: 0;
  }

  .signinform-input-submit-button {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .hero-frontpage-heading1 {
    font-size: 32px;
  }

  .hero-frontpage-p-intro, .frontpage-products-product-heading2 {
    font-size: 24px;
  }

  .frontpage-products-product-p {
    width: 80%;
    font-size: 18px;
  }

  .frontpage-products-product-p.black {
    width: 80%;
  }

  .hero-plate-video {
    min-height: 350px;
  }

  .news-frontpage-p-intro {
    font-size: 18px;
  }

  .news-frontpage-feed-list-item-heading {
    font-size: 14px;
  }

  .content-frontpage-p-intro {
    font-size: 18px;
  }

  .news-single-intro-p {
    font-size: 24px;
  }

  .news-single-content-inner {
    width: 100%;
  }

  .resources-feed-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .signin-container {
    flex-direction: column;
  }

  .signin-left {
    width: 100%;
    height: auto;
    padding-top: 123px;
  }

  .signin-right {
    width: 100%;
  }

  .signin {
    height: auto;
  }

  .eu-logos-container {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .header {
    z-index: 300;
    background-color: #000;
    padding-bottom: 15px;
    position: fixed;
  }

  .header-navigation-nav-main, .header-navigation-nav-secondary {
    display: none;
  }

  .header-logo {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-frontpage-p-intro {
    width: 100%;
  }

  .content-frontpage-twocol {
    grid-template-columns: 1fr;
  }

  .header-toprow {
    display: none;
  }

  .header-mainrow {
    justify-content: space-between;
  }

  .hero-contentpage-heading1 {
    font-size: 20px;
  }

  .hero-contentpage-p-intro {
    font-size: 14px;
  }

  .hero-plate-video {
    min-height: 350px;
  }

  .content-contentpage {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-contentpage-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news-frontpage-p-intro {
    width: 100%;
  }

  .news-frontpage-feed-list {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-middle {
    flex-direction: column;
  }

  .footer-middle-left {
    width: 100%;
    min-height: 160px;
  }

  .footer-middle-right, .footer-middle-center {
    width: 100%;
  }

  .content-contentpage-twocol {
    flex-direction: column-reverse;
  }

  .content-contentpage-twocol-content {
    width: 100%;
  }

  .content-contentpage-twocol-image {
    width: 100%;
    margin-bottom: 50px;
  }

  .content-contentpage-p {
    font-size: 14px;
  }

  .content-contentpage-heading-m {
    font-size: 20px;
  }

  .content-contentpage-sticky-nav {
    display: none;
  }

  .content-contentpage-p-explanation {
    font-size: 14px;
  }

  .contentpage-icongrid {
    grid-template-columns: 1fr 1fr;
  }

  .header-black {
    min-height: auto;
  }

  .news-richtext h2 {
    font-size: 24px;
  }

  .news-richtext h3 {
    font-size: 20px;
  }

  .news-richtext h4 {
    font-size: 16px;
  }

  .news-richtext h5, .news-richtext p, .news-richtext blockquote {
    font-size: 14px;
  }

  .news-richtext figure {
    margin-top: 25px;
  }

  .resources-feed-list {
    grid-template-columns: 1fr 1fr;
  }

  .resources-papers-grid {
    grid-template-columns: 1fr;
  }

  .header-mobilenav-toggle {
    margin-right: 0;
    padding: 13px 0 10px 10px;
    display: flex;
  }

  .header-mobilenav-toggle-image {
    height: 17px;
  }

  .header-mobilenav {
    z-index: 400;
    background-color: #000;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 30px;
    display: none;
    position: fixed;
    inset: 68px 0% 0%;
  }

  .header-mobilenav-link-secondary {
    opacity: 1;
    color: #fff;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Diatype, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 125%;
    text-decoration: none;
    display: flex;
  }

  .header-mobilenav-secondary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: absolute;
    inset: auto 0% 0%;
  }

  .header-mobilenav-container {
    width: 90%;
    height: 100%;
    position: relative;
  }

  .header-mobilenav-main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-nav-link-small {
    justify-content: flex-start;
    padding-left: 0;
  }

  .header-mobilenav-link {
    opacity: 1;
    color: #fff;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Diatype, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 125%;
    text-decoration: none;
    display: flex;
  }

  .header-mobilenav-main-demo {
    margin-top: 20px;
  }

  .signin-right {
    height: 70vh;
    min-height: 550px;
  }

  .signin-left-p {
    font-size: 14px;
  }

  .signin-heading1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-bottom: 15px;
  }

  .header-navigation-nav-secondary {
    justify-content: center;
    width: 100%;
    display: none;
  }

  .header-logo {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
  }

  .hero-frontpage-content {
    align-items: flex-start;
  }

  .hero-frontpage-heading1 {
    text-align: left;
    font-size: 24px;
  }

  .hero-frontpage-p-intro {
    text-align: left;
    width: 100%;
    font-size: 14px;
  }

  .hero-frontpage-cta {
    padding-left: 0;
  }

  .frontpage-products-plate, .frontpage-products-wave, .frontpage-products-lid {
    padding: 30px;
  }

  .header-mainrow {
    flex-direction: column;
  }

  .hero-plate-content {
    align-items: flex-start;
  }

  .hero-contentpage-p-intro {
    text-align: left;
    width: 100%;
  }

  .hero-contentpage-cta {
    padding-left: 0;
  }

  .news-frontpage-p-intro {
    width: 100%;
  }

  .news-frontpage-feed-list {
    grid-template-columns: 1fr;
  }

  .footer-top {
    align-items: flex-start;
  }

  .footer-middle-left, .footer-middle-center {
    border-right-style: none;
  }

  .content-frontpage-p-intro {
    text-align: left;
    width: 100%;
  }

  .content-contentpage-twocol {
    flex-direction: column;
  }

  .content-contentpage-twocol-content, .content-contentpage-twocol-image {
    width: 100%;
  }

  .content-contentpage-p {
    font-size: 14px;
  }

  .content-contentpage-heading-m {
    font-size: 20px;
  }

  .content-contentpage-sticky-nav {
    display: none;
  }

  .content-contentpage-fullwidth-plate {
    height: auto;
    min-height: 700px;
  }

  .content-contentpage-fullwidth-plate-text {
    width: 100%;
    position: static;
  }

  .content-contentpage-p-explanation {
    font-size: 14px;
  }

  .content-contentpage-fullwidth-plate-legend {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-contentpage-fullwidth-plate-legend-legend {
    margin-bottom: 9px;
  }

  .content-contentpage-fullwidth-plate-cells {
    width: 100px;
    height: 100px;
    top: 36%;
  }

  .content-contentpage-fullwidth-plate-cells.lumen {
    width: 200px;
    top: 52%;
  }

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

  .news-single-intro-p {
    width: 80%;
  }

  .content-contentpage-imagegrid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .resources-feed-list {
    grid-template-columns: 1fr;
  }

  .resources-paper-p {
    font-size: 14px;
  }

  .resources-paper-heading {
    font-size: 20px;
  }

  .footer-top-social {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    width: 100%;
    display: grid;
  }

  .footer-top-social-link.linkedin, .footer-top-social-link.fb, .footer-top-social-link.insta, .footer-top-social-link.twitter {
    margin-left: 0;
  }

  .footer-top-allrights {
    margin-bottom: 11px;
  }

  .footer-top-allrights-copy {
    font-size: 11px;
  }

  .cta-contentpage-container {
    align-items: flex-start;
  }

  .header-mobilenav-toggle {
    justify-content: flex-end;
    margin-right: 0;
    padding-right: 0;
  }

  .header-mobilenav {
    display: none;
  }

  .header-mobilenav-link-secondary {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .header-nav-link-small-icon {
    width: 14px;
  }

  .header-mobilenav-secondary {
    grid-template-columns: 1fr 1fr;
  }

  .header-mobilenav-link {
    font-size: 20px;
  }

  .signinform-container {
    width: 80%;
  }

  .logogrid {
    grid-template-columns: 1fr 1fr;
  }

  .eu-logos-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .eu-logos-container-image {
    max-width: 200px;
  }
}

#w-node-_4ceea76f-3fc3-a502-96a6-d93c25f2454f-37ed8711, #w-node-_8f062fb9-b363-ae45-4d31-c943df786fdd-37ed8711, #w-node-_0f78c77d-eec9-1b0f-fcaf-458d87f52daa-37ed8711, #w-node-c2115325-987c-fa4e-c449-d564a43cef2b-37ed8711, #w-node-_2915ffe0-6315-6f7c-9277-87227d1bfb31-37ed8711, #w-node-_1bb0d4c0-fd4d-490c-dcf2-c8be5a96a5ee-37ed8711 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Diatype';
  src: url('../fonts/ABCDiatype-Bold.woff2') format('woff2'), url('../fonts/ABCDiatype-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diatype';
  src: url('../fonts/ABCDiatype-Light.woff2') format('woff2'), url('../fonts/ABCDiatype-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diatype';
  src: url('../fonts/ABCDiatype-Regular.woff2') format('woff2'), url('../fonts/ABCDiatype-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diatype Mono';
  src: url('../fonts/ABCDiatypeMono-Light.woff2') format('woff2'), url('../fonts/ABCDiatypeMono-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}