:root {
  --dark-slate-grey: #3d3d3c;
  --firebrick: #d02810;
  --white: white;
}

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

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 33px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 29px;
}

li {
  text-align: left;
}

.navbar {
  background-color: var(--dark-slate-grey);
  align-items: flex-end;
  height: 100px;
}

.image {
  width: 430px;
}

.container {
  max-width: 1220px;
  height: 100%;
  padding-top: 21px;
}

.red-underline {
  background-color: var(--firebrick);
  align-items: flex-end;
  height: 5px;
}

.hero {
  background-image: url('../images/hero_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 610px;
}

.hero-container {
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080);
  max-width: 1220px;
  height: 100%;
  padding-top: 60px;
  padding-left: 40px;
}

.hero-text {
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  font-size: 47px;
  font-weight: 500;
  line-height: 57px;
}

.hero-subtuitle {
  font-size: 27px;
  font-weight: 500;
  line-height: 37px;
}

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

._100above {
  padding-top: 100px;
}

.div-block {
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080);
  max-width: 1220px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

._1220 {
  flex-direction: column;
  align-items: center;
  max-width: 1220px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._1220.hero {
  padding-right: 320px;
}

._20above {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--firebrick);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 200px;
  height: 50px;
  margin-top: 20px;
  padding-top: 5px;
  font-family: Oswald, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 37px;
}

._23px {
  font-size: 23px;
  line-height: 33px;
}

._40above {
  padding-top: 40px;
}

.image-2 {
  width: 110px;
}

.hero-button-safe {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 60px;
  display: flex;
}

._27px {
  margin-top: 0;
  font-size: 27px;
  line-height: 37px;
}

.section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bg {
  background-image: url('../images/ltd_log-large-fade.svg');
}

.section._50-50 {
  background-color: var(--firebrick);
}

.section.footer {
  background-color: var(--dark-slate-grey);
}

.image-3 {
  width: 346px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding-top: 40px;
}

._16px {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.centretext {
  text-align: center;
}

.red {
  color: var(--firebrick);
}

._21px {
  font-size: 21px;
  line-height: 31px;
}

.oswald {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.list {
  width: 50%;
}

.list._002 {
  width: 60%;
}

.list._003 {
  width: 70%;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.bg {
  background-image: url('../images/log-large-fade.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 250px;
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  width: 100%;
}

._33px {
  font-size: 33px;
  line-height: 43px;
}

.whitetext {
  color: var(--white);
}

._47px {
  font-size: 47px;
  line-height: 57px;
}

.image-4 {
  width: 300px;
}

.section-3 {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-2 {
  font-size: 14px;
  font-weight: 400;
}

.bold-text-2 {
  color: #24b9d8;
  font-size: 14px;
}

.div-block-32 {
  background-color: #fff;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 80px 60px;
  position: relative;
}

.grid-10 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

._27px-2 {
  font-size: 27px;
  line-height: 37px;
}

._20-above-2 {
  padding-top: 20px;
}

._19px-2 {
  font-size: 19px;
  line-height: 29px;
}

.nav-link {
  color: var(--white);
  font-size: 19px;
  line-height: 29px;
}

.nav-link.w--current {
  background-color: var(--firebrick);
  color: var(--white);
  font-weight: 700;
}

.div-block-33 {
  width: 100%;
}

.columns {
  color: var(--white);
  width: 100%;
}

._1220-2 {
  flex-direction: column;
  align-items: center;
  min-width: 1220px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  padding-top: 60px;
}

.link {
  color: var(--firebrick);
}

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

.cookie {
  z-index: 999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.p {
  color: #fff;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.cookie-link.w--current {
  color: var(--firebrick);
}

.close-btn {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 30px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.close-btn:hover {
  border-color: var(--firebrick);
}

.x {
  color: #fff;
  cursor: pointer;
  margin-top: -3px;
  font-size: 16px;
}

.x:hover {
  color: var(--firebrick);
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-top: 40px;
  }

  ._1220 {
    max-width: 90%;
  }

  ._1220.hero {
    padding-right: 0;
  }

  ._40above {
    width: 100%;
  }

  .grid {
    grid-template-columns: repeat(auto-fit, minmax(90%, 1fr));
  }

  .list, .list._002 {
    width: 30%;
  }

  .list._003 {
    width: 40%;
  }

  .grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .div-block-32 {
    max-width: 90%;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-10 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .mobile-phone {
    font-size: 16px;
    line-height: 33px;
  }

  .menu-button {
    background-color: var(--firebrick);
    color: var(--white);
  }

  .menu-button.w--open {
    background-color: var(--firebrick);
  }

  .nav-menu {
    background-color: var(--dark-slate-grey);
  }

  ._1220-2 {
    justify-content: center;
    min-width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 240px;
  }

  .hero {
    height: 800px;
  }

  .div-block {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._40above {
    text-align: center;
  }

  .image-2 {
    text-align: center;
    padding-top: 20px;
  }

  .hero-button-safe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .list, .list._002, .list._003 {
    width: 75%;
  }

  .div-block-32 {
    margin-top: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._27px-2 {
    font-size: 19px;
    line-height: 29px;
  }

  ._19px-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .mobile-phone {
    font-size: 19px;
  }

  .brand {
    padding-top: 9px;
  }

  .div-block-34 {
    justify-content: center;
    display: flex;
  }

  .cookie {
    flex-direction: column;
    right: 20px;
  }

  .p {
    text-align: center;
  }

  .cookie-link {
    color: #00c4ff;
  }

  .close-btn {
    margin-top: 20px;
  }
}


