:root {
  --white: white;
  --dark: #7b1f48;
  --light-gray: #e7e7e7;
  --black: black;
  --light-blue: #3f8fc8;
}

.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;
}

@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 {
  background-color: #e7e7e7;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.hero-section {
  background-image: url('../images/Skull--2.png');
  background-position: 40%;
  background-size: cover;
  padding-top: 295px;
  padding-bottom: 189px;
}

.container {
  max-width: 1200px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.container.centred {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.gallery-list.gallery-space {
  margin-top: -49px;
  padding-top: 0;
}

.big-hero-heading {
  max-width: 20ch;
  margin-bottom: 15px;
  font-family: Playfair, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.text-block {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.text-block.slide-in-bottom-400.sub-hero {
  color: var(--white);
}

.paragraph {
  max-width: 52ch;
  line-height: 1.6;
}

.paragraph.slide-in-bottom-600.p-hero {
  color: var(--white);
  text-align: justify;
}

.logo {
  width: 195px;
  margin-top: 8px;
}

.logo.footer-logo {
  margin-top: -7px;
}

.nav-link {
  color: #000;
  font-size: 14px;
}

.nav-link.w--current {
  color: #6d6e71;
}

.nav-link.button {
  color: #000;
  background-color: rgba(109, 110, 113, 0);
  border-radius: 100px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(255, 255, 255, .3);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 13px 4px rgba(0, 0, 0, .07);
}

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

.bold-text {
  color: var(--dark);
  max-width: 850px;
}

.bold-text.hero-title {
  color: var(--white);
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.products {
  background-color: #fff;
}

.section.products.contact-section {
  background-color: rgba(255, 255, 255, 0);
  padding-bottom: 74px;
}

.wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 830px;
  display: flex;
}

.smaller-heading {
  color: var(--dark);
  flex-direction: column;
  align-items: center;
  max-width: 20ch;
  margin-bottom: 15px;
  font-family: Playfair, sans-serif;
  font-size: 37px;
  line-height: 1;
  display: flex;
}

.big-hero-heading-copy {
  max-width: 20ch;
  margin-bottom: 15px;
  font-family: Playfair, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.paragraph-2 {
  text-align: justify;
  font-weight: 400;
  line-height: 1.5;
}

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

.grid.attributes {
  grid-template-rows: auto;
  grid-auto-flow: row;
}

.gallery {
  background-color: #fff;
  padding-bottom: 64px;
}

.grid-cell.attribute-list {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h3-heading {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1;
}

.h3-heading.table {
  background-color: var(--light-gray);
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
}

.h3-heading.table.color {
  background-image: linear-gradient(#a7a7a7, #a7a7a7);
}

.description {
  text-align: left;
  max-width: 21020ch;
  font-size: 13px;
}

.description.desription-attribute {
  color: var(--black);
  text-align: center;
  max-width: 31ch;
}

.description.smaller-footer-text {
  align-self: auto;
}

.description.footer-description {
  color: var(--white);
}

.description.trays {
  text-align: left;
  align-self: auto;
  width: 100%;
  max-width: 140ch;
}

.image {
  border-radius: 100px;
  width: 200px;
  height: 200px;
}

.material-icon {
  color: var(--light-blue);
  margin-top: 24px;
  padding-bottom: 35px;
  font-family: Material Icons, sans-serif;
  font-size: 80px;
  font-weight: 400;
}

.form-block {
  flex: 0 auto;
  align-self: auto;
  width: 100%;
}

.field-label {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}

.submit-button {
  background-color: var(--light-blue);
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  padding-right: 15px;
  display: block;
}

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

.footer {
  background-color: #fff;
  background-image: linear-gradient(310deg, rgba(0, 0, 0, .42) 31%, rgba(255, 255, 255, 0)), url('../images/Footer.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 47px;
  padding-bottom: 47px;
}

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

.footer-header {
  color: var(--white);
  font-size: 17px;
  line-height: 1;
}

.link {
  line-height: 1;
}

.footer-link {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6;
  text-decoration: none;
  display: block;
}

.footer-info {
  color: var(--white);
}

.image-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.text-field {
  color: #000;
}

.text-block-2 {
  color: #ff4b4b;
}

.error-message {
  background-color: rgba(255, 222, 222, 0);
}

.product-image {
  border: 1px solid var(--light-blue);
  border-radius: 0;
}

.trays-section {
  background-color: #fff;
  margin-top: -100px;
  padding-bottom: 10px;
}

.paragraph-3 {
  margin-top: 67px;
  margin-bottom: 26px;
  line-height: 1.5;
}

.paragraph-3.p3-bottom {
  margin-top: 22px;
}

.grid-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 0 solid #000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-2 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 39px;
}

.bold-text-2 {
  font-size: 17px;
  line-height: 1.2;
}

.bold-text-2.table-color-text {
  color: #fff;
}

.decimals {
  background-color: var(--light-gray);
  text-align: center;
  margin-top: -8px;
  margin-bottom: 7px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.5;
}

.table-text-heading {
  padding-bottom: 19px;
}

.grid-4 {
  grid-template-rows: auto;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, .02) 48%, #000), url('../images/Skull--2.png');
    background-position: 0 0, 40%;
    background-size: auto, cover;
    padding-top: 235px;
    padding-bottom: 59px;
  }

  .container {
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph {
    font-size: 15px;
    line-height: 1.4;
  }

  .paragraph.footer-text {
    line-height: 1.6;
  }

  .logo.footer-logo {
    margin-top: -5px;
  }

  .nav-link.button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 54px;
  }

  .wrapper {
    margin-top: -50px;
  }

  .gallery {
    margin-top: -18px;
  }

  .description {
    text-align: justify;
  }

  .description.desription-attribute {
    text-align: center;
  }

  .description.footer-description {
    max-width: 30ch;
    font-size: 12px;
    line-height: 1.3;
  }

  .form-block {
    max-width: 500px;
  }

  .footer {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), linear-gradient(310deg, rgba(0, 0, 0, .42), rgba(255, 255, 255, 0)), url('../images/Footer.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, cover;
  }

  .grid-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-link, .paragraph-3 {
    font-size: 15px;
  }

  .bold-text-2, .decimals {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 254px;
    padding-bottom: 134px;
  }

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

  .big-hero-heading {
    font-size: 43px;
  }

  .text-block {
    font-size: 22px;
  }

  .paragraph {
    margin-bottom: -64px;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.6;
  }

  .paragraph.footer-text {
    font-size: 15px;
  }

  .logo {
    width: 146px;
    margin-top: 12px;
  }

  .logo.footer-logo {
    margin-top: 2px;
  }

  .brand {
    padding-left: 0;
  }

  .bold-text {
    max-width: 850px;
  }

  .smaller-heading {
    font-size: 34px;
  }

  .big-hero-heading-copy {
    font-size: 43px;
  }

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

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

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

  .h3-heading {
    text-align: left;
    font-size: 16px;
  }

  .description {
    text-align: justify;
    font-size: 13px;
  }

  .description.desription-attribute {
    text-align: center;
  }

  .description.footer-description {
    text-align: left;
    max-width: 24ch;
    font-size: 14px;
  }

  .description.tray-description {
    text-align: justify;
  }

  .form-block {
    margin-top: 67px;
  }

  .submit-button {
    margin-top: 15px;
  }

  .footer {
    padding-bottom: 48px;
  }

  .grid-2 {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr 1.5fr;
  }

  .div-block {
    line-height: 1;
  }

  .trays-section {
    margin-top: -65px;
  }

  .paragraph-3 {
    text-align: justify;
    margin-top: 31px;
    font-size: 16px;
  }

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

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, .02) 48%, #000), url('../images/Skull--2.png');
    background-position: 0 0, 61%;
    background-size: auto, cover;
    margin-top: -209px;
    padding-bottom: 119px;
  }

  .container {
    object-fit: fill;
    padding-top: 0;
  }

  .big-hero-heading {
    max-width: 15ch;
    font-size: 37px;
  }

  .text-block {
    font-size: 20px;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph.slide-in-bottom-400 {
    text-align: justify;
  }

  .logo {
    width: 191px;
    margin-top: 17px;
  }

  .logo.footer-logo {
    width: 163px;
  }

  .brand {
    max-width: 128px;
    margin-top: 0;
  }

  .brand.w--current {
    max-width: 128px;
    margin-top: -2px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .section.attributes {
    margin-top: -33px;
    margin-bottom: -24px;
  }

  .smaller-heading {
    max-width: 15ch;
    font-size: 31px;
  }

  .big-hero-heading-copy {
    max-width: 15ch;
    font-size: 37px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

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

  .description {
    text-align: justify;
  }

  .description.desription-attribute {
    text-align: center;
  }

  .description.footer-description {
    max-width: 32ch;
  }

  .description.tray-description {
    text-align: justify;
  }

  .material-icon {
    font-size: 60px;
  }

  .submit-button {
    text-align: center;
    align-self: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 13px;
    padding-right: 15px;
  }

  .footer {
    background-image: linear-gradient(rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), linear-gradient(310deg, rgba(0, 0, 0, .42), rgba(255, 255, 255, 0)), url('../images/Footer.jpg');
    background-position: 0 0, 0 0, 100%;
    background-size: auto, auto, cover;
    padding-top: 20px;
    padding-bottom: 36px;
  }

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

  .div-block {
    margin-top: 56px;
    padding-bottom: 0;
  }

  .footer-info {
    line-height: 1.4;
  }

  .paragraph-3 {
    text-align: justify;
    font-size: 14px;
  }

  .table-text-heading {
    font-size: 14px;
  }
}

#w-node-d5a77ffc-7c5a-4b67-c18b-fbe504830e3c-fc41b16a, #w-node-_0b363530-2a97-1e85-bf44-b66bfa2fbc5c-fc41b16a, #w-node-ac02b023-0860-18ce-bbbf-ce0831f4e245-fc41b16a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b1804def-e260-e28d-e862-d26eb63a906f-fc41b16a, #w-node-_420b5927-6c99-63ca-cd8f-5a79ded0cd33-fc41b16a, #w-node-_4787817f-e132-ad03-86f1-bfaa66c00000-fc41b16a, #w-node-_4787817f-e132-ad03-86f1-bfaa66c00001-fc41b16a, #w-node-_479ea78d-b52f-75ab-5147-514729deaa4f-fc41b16a, #w-node-_479ea78d-b52f-75ab-5147-514729deaa50-fc41b16a, #w-node-df68d6aa-010e-61e8-0b23-cfe5d45558ad-fc41b16a, #w-node-df68d6aa-010e-61e8-0b23-cfe5d45558ae-fc41b16a, #w-node-_103070fb-0cde-04f2-26a2-d18e2521dac7-fc41b16a, #w-node-_103070fb-0cde-04f2-26a2-d18e2521dac8-fc41b16a, #w-node-f0088b91-dfe5-1da1-7d86-cc133a1a6ebe-fc41b16a, #w-node-f0088b91-dfe5-1da1-7d86-cc133a1a6ebf-fc41b16a, #w-node-d9203720-1b24-79bb-a566-aaca2d53bbca-fc41b16a, #w-node-e097eb0a-435b-aa93-420a-7fd1ed1ef67a-fc41b16a, #w-node-e097eb0a-435b-aa93-420a-7fd1ed1ef67d-fc41b16a, #w-node-e097eb0a-435b-aa93-420a-7fd1ed1ef680-fc41b16a, #w-node-e097eb0a-435b-aa93-420a-7fd1ed1ef683-fc41b16a, #w-node-e097eb0a-435b-aa93-420a-7fd1ed1ef685-fc41b16a, #w-node-e097eb0a-435b-aa93-420a-7fd1ed1ef687-fc41b16a, #w-node-e097eb0a-435b-aa93-420a-7fd1ed1ef689-fc41b16a, #w-node-e097eb0a-435b-aa93-420a-7fd1ed1ef68b-fc41b16a, #w-node-e097eb0a-435b-aa93-420a-7fd1ed1ef68d-fc41b16a, #w-node-e097eb0a-435b-aa93-420a-7fd1ed1ef68f-fc41b16a, #w-node-e097eb0a-435b-aa93-420a-7fd1ed1ef691-fc41b16a, #w-node-e097eb0a-435b-aa93-420a-7fd1ed1ef693-fc41b16a, #w-node-ae7c0e73-996a-3e82-ac62-ae53561c4c99-fc41b16a, #w-node-_819963dd-e553-c1e0-e033-24005fd85a70-fc41b16a, #w-node-_819963dd-e553-c1e0-e033-24005fd85a73-fc41b16a, #w-node-_819963dd-e553-c1e0-e033-24005fd85a76-fc41b16a, #w-node-_819963dd-e553-c1e0-e033-24005fd85a79-fc41b16a, #w-node-_819963dd-e553-c1e0-e033-24005fd85a7b-fc41b16a, #w-node-_819963dd-e553-c1e0-e033-24005fd85a7d-fc41b16a, #w-node-_819963dd-e553-c1e0-e033-24005fd85a7f-fc41b16a, #w-node-_819963dd-e553-c1e0-e033-24005fd85a81-fc41b16a, #w-node-_819963dd-e553-c1e0-e033-24005fd85a83-fc41b16a, #w-node-_819963dd-e553-c1e0-e033-24005fd85a85-fc41b16a, #w-node-_819963dd-e553-c1e0-e033-24005fd85a87-fc41b16a, #w-node-_819963dd-e553-c1e0-e033-24005fd85a89-fc41b16a, #w-node-_635891e2-f4aa-0546-6213-30032abe1f91-fc41b16a, #w-node-ffc1e9ec-82f3-c4dd-e134-6872e3d6b754-fc41b16a, #w-node-_0ff823be-fa58-d724-c489-b391a4a2baf5-fc41b16a, #w-node-_3048e35b-d073-47fc-803d-01e3944e8614-fc41b16a, #w-node-_3048e35b-d073-47fc-803d-01e3944e8615-fc41b16a, #w-node-_192ef54f-2369-556e-5979-84157a11a1a3-fc41b16a, #w-node-_523db7bb-8172-61ad-9b77-e0108a29d766-fc41b16a, #w-node-_2c0f5b89-6218-91a7-f533-ed18c0f80dbd-fc41b16a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ffc1e9ec-82f3-c4dd-e134-6872e3d6b754-fc41b16a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


