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

.w-checkbox::before {
  content: ' ';
  display: table;
  -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-checkbox::after {
  content: ' ';
  display: table;
  -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;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Karla, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: lower-alpha;
}

strong {
  font-weight: bold;
}

.banner-cookies {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 60;
  display: none;
  width: 348px;
  padding: 32px 32px 22px;
  -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;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

.cookie-btn {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #c16544;
  -webkit-transition: all 150ms cubic-bezier(.455, .03, .515, .955);
  transition: all 150ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-btn:hover {
  background-color: rgba(193, 101, 68, 0.75);
}

.cookie-btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.returnbtn {
  position: fixed;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  display: none;
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  background-color: #fff;
  background-image: url('../images/left-arrow.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.page_background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 100px 20px 80px;
  -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;
  background-image: url('../images/hero_navigatori_impreme_REV04.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.page_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  max-width: 100%;
  min-height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0.75);
  background-image: url('../images/logo-navigatori-impreme.svg');
  background-position: 50% 10%;
  background-size: 200px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.page_contatto {
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
  background-image: url('../images/phone.svg');
  background-position: 0% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.page_contatto.mail {
  background-image: url('../images/Envelope.svg');
  background-size: 35px;
}

.note_txt h1 {
  font-size: 1.7em;
  line-height: 1;
}

.note_txt h3 {
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1;
}

.note_txt li {
  margin-bottom: 5px;
}

.note_txt ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.note_txt h2 {
  font-family: Cormorant, sans-serif;
}

.note_txt a {
  color: #c16544;
}

.note_txt.cliente {
  margin-bottom: -10px;
}

.note_txt.classe-energetica {
  display: none;
}

.note-legali {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  line-height: 1.4;
}

.note-legali h1 {
  margin-top: 60px;
  font-family: Cormorant, sans-serif;
  font-size: 1.7em;
  line-height: 1;
}

.note-legali h3 {
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1;
}

.note-legali li {
  margin-bottom: 5px;
}

.note-legali ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
  list-style-type: disc;
}

.indicazioni---da-cancellare {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffe837;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.text-span {
  font-weight: 800;
}

.text-span-2 {
  font-weight: 800;
}

.checkbox {
  color: #000;
}

.form-block {
  width: 70%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.form_field {
  border: 1px solid #000;
  background-color: #fff;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph {
  width: 500px;
  margin-bottom: 60px;
  text-align: center;
}

.esempio-form {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.text-span-3 {
  text-align: left;
}

.button-submit {
  min-width: 30%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(193, 101, 68, 0.4);
}

.footer_link {
  -webkit-transition: color 150ms cubic-bezier(.455, .03, .515, .955);
  transition: color 150ms cubic-bezier(.455, .03, .515, .955);
  color: #000;
  text-decoration: none;
}

.footer_link:hover {
  color: #c16544;
}

.footer_link.credits {
  margin-top: 20px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.link {
  color: #c16544;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/hero_navigatori_impreme_REV04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.hero-cs {
  min-height: auto;
}

.hero_content {
  position: relative;
  left: 50%;
  top: 20vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2%;
  -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;
}

.title {
  margin-top: 0px;
  font-family: Cormorant, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}

.title.title-hero.comingsoon {
  font-size: 40px;
}

.hero-par {
  max-width: 360px;
  font-size: 18px;
  text-align: center;
}

.cta-button {
  margin-top: 40px;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #c16544;
  -webkit-transition: background-color 150ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 150ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.cta-button:hover {
  background-color: rgba(193, 101, 68, 0.75);
}

.cta-button.cta-negative {
  -webkit-transition: color 200ms cubic-bezier(.455, .03, .515, .955), background-color 150ms cubic-bezier(.455, .03, .515, .955);
  transition: color 200ms cubic-bezier(.455, .03, .515, .955), background-color 150ms cubic-bezier(.455, .03, .515, .955);
}

.text-block {
  font-weight: 700;
}

.block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10vw;
  padding: 3vw;
  -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;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5vw 3vw;
  -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;
}

.content-wrapper.frame {
  border-style: solid;
  border-width: 1px;
  border-color: #c16544;
}

.title-line {
  width: 100px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #c16544;
}

.title-line.line-negative {
  background-color: #fff;
}

.align-center {
  max-width: 500px;
  text-align: center;
}

.bold {
  font-weight: 700;
}

.pink {
  color: #c16544;
}

.logo-hero {
  margin-bottom: 20px;
}

.block-2 {
  display: -ms-grid;
  display: grid;
  padding-right: 3vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: rgba(193, 101, 68, 0.4);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8vw;
  margin-bottom: 6vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img_col {
  width: 32%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_col.img_col_01 {
  background-image: url('../images/navigatori_07.jpg');
}

.img_col.img_col_02 {
  background-image: url('../images/navigatori_08.jpg');
}

.img_col.img_col_03 {
  background-image: url('../images/navigatori_09.jpg');
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-logo {
  width: 210px;
  margin-bottom: 2vw;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scroll-box {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100px;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

.privacy-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.logo-privacy-link {
  width: 250px;
  height: auto;
}

.italic {
  font-style: italic;
}

.heading {
  color: #333;
}

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

.nowrap {
  white-space: nowrap;
}

.italic-text {
  color: #000;
}

.text-block-3 {
  color: #000;
}

@media screen and (max-width: 991px) {
  .page_background {
    padding-top: 90px;
    background-image: url('../images/hero_vert_navigatori_impreme_REV04.jpg');
  }

  .page_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .note-legali {
    max-width: 100%;
  }

  .form-block {
    width: 90%;
    margin-top: 0px;
    margin-bottom: auto;
  }

  .form_field {
    line-height: 20px;
  }

  .hero-section {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/hero_vert_navigatori_impreme_REV04.jpg');
  }

  .hero_content {
    left: 45%;
    top: 15vh;
    margin-left: 0%;
  }

  .title {
    font-size: 22px;
  }

  .hero-par {
    font-size: 16px;
  }

  .logo-hero {
    width: 300px;
  }

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

@media screen and (max-width: 767px) {
  .banner-cookies {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: auto;
    padding-top: 25px;
    text-align: center;
  }

  .cookie-btn_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page_background {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/hero_navigatori_impreme_REV04.jpg');
    background-size: cover;
  }

  .page_wrap {
    padding: 20px;
  }

  .form_field {
    margin-bottom: 15px;
  }

  .hero-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/hero_navigatori_impreme_REV04.jpg');
  }

  .hero_content {
    left: auto;
    right: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 5%;
    background-color: hsla(0, 0%, 100%, 0.75);
  }

  .block-1 {
    margin-bottom: 15vw;
  }

  .block-2 {
    padding-left: 3vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .img-wrapper {
    height: 50vw;
    margin-bottom: 0vw;
  }
}

@media screen and (max-width: 479px) {
  .banner-cookies {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page_background {
    padding: 65px 5px 122px;
    background-image: url('../images/hero_vert_navigatori_impreme_REV04.jpg');
  }

  .page_wrap {
    padding: 20px 15px;
  }

  .page_contatto {
    font-size: 18px;
  }

  .note_txt {
    font-size: 0.9em;
  }

  .footer {
    padding: 5vh 4vh;
    -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;
  }

  .hero-section {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/hero_vert_navigatori_impreme_REV04.jpg');
    background-position: 40% 50%;
  }

  .hero_content {
    left: auto;
    right: auto;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding: 5vh 5% 3vh;
  }

  .title {
    font-size: 20px;
  }

  .title.title-hero {
    font-size: 18px;
  }

  .hero-par {
    font-size: 12px;
  }

  .cta-button {
    font-size: 12px;
  }

  .content-wrapper {
    padding: 5vh 4vh;
  }

  .logo-hero {
    width: 250px;
  }

  .img-wrapper {
    height: 20vh;
  }

  .footer-links {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .address {
    width: 100%;
    margin-bottom: 5vh;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_15903da3-3093-bfeb-dd3b-aa00195d3b19-1157f98a {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

