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

.nav-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.navbar {
  background-color: #fff;
}

.body {
  font-family: Lato, sans-serif;
  color: #212121;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #293235;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #f03a28;
}

.nav-link.w--current {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #293235;
}

.nav-link.w--current:hover {
  color: #f03a28;
}

.nav-link.contact {
  margin-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 20px;
  background-color: #f03a28;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
}

.nav-link.contact:hover {
  background-color: #293235;
}

.div-block {
  position: relative;
  overflow: hidden;
  height: 50vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/OregonFirestop_Background.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/OregonFirestop_Background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-2 {
  position: static;
  left: 15%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #e70b0b;
}

.heading-2 {
  color: #293235;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-2.header {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #394244;
  font-size: 38px;
  line-height: 52px;
  letter-spacing: 1px;
}

.heading-2.white {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.heading-1 {
  margin-top: 10px;
  color: #f03a28;
  letter-spacing: 0.5px;
}

.button {
  padding: 12px 20px;
  border-radius: 7px;
  background-color: #364041;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f03a28;
  color: #0169af;
}

.div-block-3.grey {
  background-color: #293235;
}

.div-block-3.white {
  background-color: #fff;
  color: #293235;
}

.paragraph {
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 24px;
}

.paragraph.white {
  color: #fff;
  text-align: center;
}

.div-block-5 {
  background-color: #f1f1f1;
}

.heading-3 {
  margin-top: 10px;
  border-bottom: 2px none #000;
  line-height: 34px;
  letter-spacing: 1px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.div-block-6.right {
  margin-left: 20px;
}

.grid {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-7 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-7.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #293235;
}

.heading-4 {
  color: #293235;
  text-align: center;
}

.heading-4.white {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 10px;
  padding: 6px 12px 6px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.cta-button-2:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.cta-button-text-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 5px 0px 5px 10px;
  color: #293235;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}

.about-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-57 {
  width: 329px;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin: 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  color: #fff;
}

.social-div {
  margin-top: 10px;
}

.social-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  margin-left: 5px;
  background-color: transparent;
}

.social-button:hover {
  opacity: 0.8;
}

.social-button.facebook {
  margin-right: 5px;
  margin-left: 0px;
  background-image: url('../images/Social-Media-Logos_Facebook.svg');
  background-position: 0px 0px;
  background-size: 40px 40px;
}

.social-button.facebook:hover {
  border: 2px none #fe001a;
  border-radius: 20px;
}

.social-button.instagram {
  background-image: url('../images/Social-Media-Logos_Instagram.svg');
  background-position: 0px 0px;
  background-size: 40px;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-60.footer {
  width: auto;
}

.footer {
  position: static;
  padding-top: 10px;
  padding-bottom: 20px;
}

.div-block-61 {
  height: 2px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f03a28;
}

.div-block-61.footer {
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.link-block {
  margin-bottom: 0px;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block {
  margin-right: 10px;
  margin-left: 10px;
  color: #293235;
  font-weight: 700;
}

.footer-link {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #293235;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.footer-paragraph {
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #293235;
  line-height: 24px;
}

.bespoke-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.bespoke-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.text-block-3 {
  margin-top: 0px;
  color: #293235;
}

.image-3 {
  width: 30px;
  margin-right: 5px;
  margin-left: 5px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #293235;
}

.image-8 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.div-block-9 {
  margin: 40px 20px;
  padding: 20px 40px;
  border-style: solid;
  border-width: 5px;
  border-color: #f03a28;
}

.heading-2-copy {
  color: #293235;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-2-copy.header {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #394244;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 1px;
}

.heading-2-copy.white {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.div-block-63 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.list {
  padding-left: 20px;
}

.outer-div {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .nav-div {
    width: auto;
    padding-right: 20px;
    padding-left: 10px;
  }
  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block {
    height: 450px;
  }
  .div-block-2 {
    left: 5%;
    height: 450px;
    margin-left: 20px;
  }
  .heading-2.header {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .heading-1 {
    margin-top: 0px;
  }
  .button {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }
  .div-block-5 {
    margin-top: 0px;
  }
  .grid {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-7.cta {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-58 {
    margin-bottom: 40px;
  }
  .div-block-60 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-2-copy.header {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .nav-div {
    padding-right: 20px;
    padding-left: 10px;
  }
  .nav-menu {
    display: block;
    background-color: #7c8083;
  }
  .nav-link {
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .nav-link.contact {
    margin-left: 0px;
    border-bottom-style: none;
    background-color: transparent;
  }
  .div-block {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.23)), to(hsla(0, 0%, 100%, 0.23))), url('../images/AdobeStock_290310868.jpeg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.23), hsla(0, 0%, 100%, 0.23)), url('../images/AdobeStock_290310868.jpeg');
    background-position: 0px 0px, 21% 50%;
    background-size: auto, 900px;
  }
  .div-block-2 {
    width: 371px;
  }
  .div-block-3 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .div-block-6 {
    margin-right: 0px;
  }
  .div-block-6.right {
    margin-left: 0px;
  }
  .grid {
    max-width: 400px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-7.cta {
    margin-right: 20px;
    margin-left: 20px;
  }
  .heading-4.white {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
  .div-block-56 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cta-button-2 {
    width: 160px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .social-div {
    position: static;
    height: 40px;
  }
  .social-button.facebook {
    margin-left: 0px;
  }
  .div-block-60 {
    max-width: 400px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-62 {
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .footer-paragraph {
    text-align: center;
  }
  .brand {
    padding-left: 0px;
  }
  .menu-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 9px;
    background-color: #f03a28;
  }
  .menu-button.w--open {
    background-color: #1fa9df;
  }
  .icon {
    color: #fff;
  }
  .utility-page-wrap {
    width: auto;
    height: auto;
  }
  .utility-page-content {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .image-9 {
    margin-left: -4px;
  }
}

@media screen and (max-width: 479px) {
  .nav-div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-2 {
    left: 0%;
    right: 0px;
    width: auto;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-2.header {
    font-size: 35px;
    line-height: 40px;
  }
  .heading-1 {
    font-size: 30px;
    line-height: 36px;
  }
  .paragraph {
    width: 223px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-flow: row;
  }
  .div-block-7.cta {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-4.white {
    text-align: center;
  }
  .div-block-56 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta-button-2 {
    margin-bottom: 10px;
  }
  .about-div {
    margin-bottom: 0px;
  }
  .social-div {
    text-align: center;
  }
  .div-block-60 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-62 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-paragraph {
    text-align: center;
  }
  .text-block-3 {
    max-width: 290px;
  }
  .brand {
    width: 220px;
  }
  .div-block-9 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
  .heading-2-copy.header {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-9e4be30b3502-cf629ef3 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-ed4bd038348f-cf629ef3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-70aaf072f746-cf629ef3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

